search for: id225

Displaying 1 result from an estimated 1 matches for "id225".

Did you mean: i1225
2013 Oct 26
2
Problems with lme random slope+intercept model
...it for a saturated model with random intercept only, against that of a model with random slope + intercept. Data are available in full from this link: https://www.dropbox.com/s/mzk8utvgkzp4rtr/data.txt The random intercept model seems to function appropriately: data<-subset(data,data$id!='id225' & data$id!='id237' & data$id!='id233') m1.lme<-with(data,lme(y~x1+x2+x3+factor,random=~1|id,na.action=na.omit)) However, fitting the random slope+intercept model produces an error message I can't quite make sense of. m2.lme<-with(data,lme(y~x1+x2+x3+factor,r...