HELLO<
I have repeated measures data where patient scores are measured over four visits. The time gap between the four measurements is not equidistant, Hence, wanted to use the exponential covariance structure for the residuals with actual time in days rather than the visits. Briefly, the data description is as follows
Dependent variable - TotalUnmetStaff
Visit - counterSwH_OM10_13_NM4
Time - LOS_SwH11_14_days2 ( in days)
Patient - UniqueClientID_A3
The model with visits instead of the actual time gap between the subsequent visits converges
mixed TotalUnmetStaff ib(4).counterSwH_OM10_13_NM4 || UniqueClientID_A3:, noconstant var reml residuals(exponential, t(counterSwH_OM10_13_NM4))
however model with the actual time gap gives me error message
. mixed TotalUnmetStaff ib(4).counterSwH_OM10_13_NM4 || UniqueClientID_A3:, noconstant var reml residuals(exponential, t(LOS_SwH11_14_days2))
Obtaining starting values by EM:
Performing gradient-based optimization:
initial values not feasible
r(1400);
Please advice.
Related Posts with How to tackle the r1400 error message with xtmixed
Modeling heterogeneous group variancesI would appreciate if the Statalist could help with my understanding of the mixed effect syntax and …
How to separate an observation entered within an observation and use some of the contentHello, I have a dataset that is collected at village (group) level with randomly selected household…
replace or overwrite existing predicted valuesHello everyone. I am doing some exploratory analyses which requires estimating different model speci…
extracting column number based on minimum row valueHello I have a sample data set with four columns (L1 to L4) and five rows. I am trying to extract th…
How to collapse observations and overwrite variablesHi everyone, I have a data set where there are 4 diseases, but the presence of each is entered as a …
Subscribe to:
Post Comments (Atom)
0 Response to How to tackle the r1400 error message with xtmixed
Post a Comment