Displaying 1 result from an estimated 1 matches for "rslint".
Did you mean:
  slint
  
2006 Nov 07
3
question on multilevel modeling
...ept should be fixed or
random.  The problem that I am experiencing appears to arise between the
random intercept, fixed slope equation AND.
 
(syntax:
rint<-lme(BDIAFTER~BDI+WEEK+CORUMTO, random=~1|DYADID/PARTICIP,
data=new) 
summary(rint))
 
the random slope, random intercept model 
 
(syntax: 
rslint<-lme(BDIAFTER~BDI+WEEK+CORUMTO, random=~CORUMTO|DYADID/PARTICIP,
data=new) 
summary(rslint))
 
at which point I obtain the exact same results for each model suggesting
that one of the model is not properly specifying the slope or intercept.
 
Or, I receive the following error message when I try...