Displaying 1 result from an estimated 1 matches for "lrandom".
Did you mean:
random
2008 Dec 05
1
Question about lrandom effects specification in lme4
Folks:
Suppose I have 3 random effects, A,B, and C. Using the older lme() function
(in nlme) it was possible (using the pdMat classes) to specify that they are
uncorrelated with identical variances. Is it possible to do this with lmer?
My understanding is that if I specify them as
lmer( y ~ ... + (A|Grp) + (B|Grp) + (C|Grp))
then they are uncorrelated but have different variances.
Motivation: