Skip to content
Prev 3364 / 15075 Next

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

So, I decided to give it a try (and just now noticed that this is the  
example in lmer2)

I just gave it a try on a PPC G4 and it worked as expected. I'm  
copying R-sig-mac (sorry for the crosspost) as the experts there  
might give you a better suggestion.

 > fm1 <- lmer2(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) 612.128  24.7412
           Days         35.049   5.9202  0.066
Residual             654.970  25.5924
Number of obs: 180, groups: Subject, 18

Fixed effects:
             Estimate Std. Error t value
(Intercept)  251.405      6.825   36.84
Days          10.467      1.545    6.77

Correlation of Fixed Effects:
      (Intr)
Days -0.137
 > sessionInfo()
R version 2.5.0 Under development (unstable) (2007-01-03 r40349)
powerpc-apple-darwin8.8.0

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"
On Jan 29, 2007, at 7:40 AM, Michael Kubovy wrote: