Displaying 1 result from an estimated 1 matches for "cov210".
Did you mean:
cov211
2008 Aug 18
1
lmer syntax, matrix of (grouped) covariates?
...I can break all this information up into individual
vectors (cov1, cov2, ..., cov211, class1, class2, ..., class8), and do
something like this:
model <- lmer(Y ~ 1 + cov1 + cov2 + ... + cov211 +
(cov1 + cov2 + ... | class1) +
(...) +
(... + cov210 + cov211 | class8)
But I'd like keep things syntactically simpler, and use the covariates
and cov2class
variables directly. I haven't been able to find the right syntactic sugar
to get this done.
Thanks for any help,
-Aaron
[[alternative HTML version deleted]]