Skip to content
Prev 1344 / 20628 Next

VarCorr vs ranef

On Sun, Aug 31, 2008 at 6:53 AM, D Chaws <cat.dev.urandom at gmail.com> wrote:
This isn't a complete answer, but the figures in VarCorr and the model
summary are the population estimates for the random effects (the
parameters) while everything derived from ranef() refers to the actual
Subjects in the data (the BLUPs).

Look at:
(Intercept)  I(age - 8)
  1.7359554   0.1557322

Those figures don't match the VarCorr standard deviations either,
especially the second.

I don't know why the BLUPs pattern differently, exactly, but I did
look at plot(coefs(fm1)) which suggested Sex should be added as a
fixed effect. Once I did that, the correlation between the random
effects changed quite a lot (but was still different between VarCorr
and ranef; the population correlation was actually negative...)

D