Skip to content
Prev 4451 / 20628 Next

lmer() vs. lme() gave different variance component estimates

Not on my computer. Perhaps you could provide sessionInfo()?
Linear mixed model fit by REML
Formula: score ~ trt + (1 | id/eye)
   Data: dat
   AIC   BIC logLik deviance REMLdev
 425.2 474.2 -201.6    412.7   403.2
Random effects:
 Groups   Name        Variance Std.Dev.
 eye:id   (Intercept) 3.59532  1.89613
 id       (Intercept) 3.51024  1.87356
 Residual             0.01875  0.13693
Number of obs: 640, groups: eye:id, 160; id, 80
R version 2.11.1 Patched (2010-07-16 r52550)
x86_64-apple-darwin9.8.0

locale:
[1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
[1] lme4_0.999375-34   Matrix_0.999375-43 lattice_0.18-8

loaded via a namespace (and not attached):
[1] grid_2.11.1   nlme_3.1-96   stats4_2.11.1 tools_2.11.1

Reinhold Kliegl
On Fri, Sep 17, 2010 at 8:39 PM, array chip <arrayprofile at yahoo.com> wrote: