All level 2 random effects are zero
Posted: Mon Nov 28, 2011 11:32 pm
I have been having some problems with a model of a subset of my data. With other subsets or all my data I have been getting sensible results. My model is a repeated measures model with a continuous outcome (score) nested in individuals (patid) as detailed below where cons=1 and fp1 and fp6 are time and log time variables respectively.
matrix a =(1,1,0)
runmlwin score cons fp1 fp6 ///
level2(patid: cons fp1 fp6) level1(scoreid: cons fp1,elements(a))///
In the format above I have no problems. However if I add certain (individual specific) covariates to the above model all the level 2 random effects have an estimate and std. error of zero. Some subsets of the covariates give sensible results however some subsets lead to this problem. Any assistance would be appreciated.
matrix a =(1,1,0)
runmlwin score cons fp1 fp6 ///
level2(patid: cons fp1 fp6) level1(scoreid: cons fp1,elements(a))///
In the format above I have no problems. However if I add certain (individual specific) covariates to the above model all the level 2 random effects have an estimate and std. error of zero. Some subsets of the covariates give sensible results however some subsets lead to this problem. Any assistance would be appreciated.