[R] An "unsubsettable object" in a mixed model

sj414 sj414 at medschl.cam.ac.uk
Wed Jan 18 09:51:46 CET 2012


R has no problem with a command of the type
  model<-lme(Y~f(x),random=~x|z)
but returns that error message when the command becomes something like
   model<-lme(Y~f(X),random=~x|z,correlation=corCompSymm)
Y is a vector of single observations from 2099 individuals, X is the
covariate matrix of which x is one column, z is the family numbers; 1-1801.
It seems to be the addition of dependence which causes the problem.


--
View this message in context: http://r.789695.n4.nabble.com/An-unsubsettable-object-in-a-mixed-model-tp4303822p4306057.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list