Skip to content
Prev 5995 / 20628 Next

independent random effects with equal variances

On Wed, May 4, 2011 at 1:02 PM, Christos Hatzis
<christos.hatzis at nuverabio.com> wrote:
Except that you can't define a factor R with the combined levels.
Consider, for example, the Penicillin data in the lme4 package.  A
model with independent random effects having one variance for the
plate and one variance for the sample random effects has the model
formula

diameter ~ 1 + (1|plate) + (1|sample)

for a total of 30 random effects (24 plates and 6 samples).  You can't
generate a factor with 30 levels that can be decomposed into 24 levels
for plate and 6 levels for samples.