Skip to content
Prev 3365 / 15075 Next

lmer2 error under Mac OS X on PowerPC G5 but not on Dual-Core Intel Xeon

I'm not sure - what is the question here? It works for me on a both  
PowerPC G5 and Mac Pro (R 2.4.1 CRAN binary):

 > fm1 <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy)
 > fm1
Linear mixed-effects model fit by REML
Formula: Reaction ~ Days + (Days | Subject)
    Data: sleepstudy
   AIC  BIC logLik MLdeviance REMLdeviance
1754 1770 -871.8       1752         1744
Random effects:
Groups   Name        Variance Std.Dev. Corr
Subject  (Intercept) 610.835  24.7151
           Days         35.056   5.9208  0.067
Residual             655.066  25.5943
number of obs: 180, groups: Subject, 18

Fixed effects:
             Estimate Std. Error t value
(Intercept)  251.405      6.820   36.86
Days          10.467      1.546    6.77

Correlation of Fixed Effects:
      (Intr)
Days -0.137
 > gc()
          used (Mb) gc trigger (Mb) max used (Mb)
Ncells 966960 25.9    1368491 36.6  1265230 33.8
Vcells 523595  4.0    1031040  7.9   755843  5.8
 > sessionInfo()
R version 2.4.1 (2006-12-18)
i386-apple-darwin8.8.1

locale:
C

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

other attached packages:
        lme4      Matrix     lattice
"0.9975-11"  "0.9975-8"   "0.14-16"

Cheers,
Simon
On Jan 29, 2007, at 10:40 AM, Benilton Carvalho wrote: