I know this was asked and answered in 2005, I just want to make sure the
answer still holds in 2010.
Question:
If I have the mixed-model with
lmer( y ~ x1 + x2 + (1 | id) + (z1 | w ) , ... )
there is no way for me to specify a correlation structure for the random
effects? Right?
If I want to specify correlation structure then I need to use lme in the
nlme package? Right? Crossed Random effects are coded with the pdBlocked
syntax? Right?
Thanks,
-tgs
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.