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
if loops?Hello! I'm a PhD student and relatively new to Stata. I have medicaid data, and I am assessing for …
Calculate difference across rows by the value of a third variableHi experts, My data are like below. It consists of one variable price, and another variable group. …
Converting factor notation into dummies.Dear All, I want to conduct a two-stage least squares regression using the ivreg2 command. I have q…
Add one overall note, text or caption to a combined coefplotHi I use coefplot to stack several graphs together. When I want to add a note, it adds to each sub g…
Replace first row with variable namesHi All, I have data that resembles the following: Code: * Example generated by -dataex-. To ins…
Subscribe to:
Post Comments (Atom)
0 Response to How to tackle the r1400 error message with xtmixed
Post a Comment