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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to