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
_rmcoll (Drop collinear variables)Dear all, I tried to find an appropriate post which relates to my problem but I was not successfull…
Calculate growth with dynamic lags in panel dataDears, I have realized the following already in python (more familiar) but would also like to inclu…
Customization of graph combine with three graphsHi Statalisters I am working on a visualization where I am interested in the following graph combin…
Ceo transition from male to femaleDear community, I have an unbalanced panel data where I want to create the following variables with…
After having run a robust regression, do I still need to test for heteroskedasticity?"regress indep dep control control vce(robust)" After the regression, Stata doesn't allow me to use …
Subscribe to:
Post Comments (Atom)
0 Response to How to tackle the r1400 error message with xtmixed
Post a Comment