[R-sig-ME] lmer book draft

Dieter Menne dieter.menne at menne-biomed.de
Tue Feb 23 15:11:32 CET 2010


With lme4a, profile and friends works for me, but mcmc seems to be broken (works
for lme4)

R version 2.10.1 (2009-12-14) 
i386-pc-mingw32 
...
other attached packages:
[1] lme4a_0.999375-45  Matrix_0.999375-37 lattice_0.18-3    


library(lme4a)
sessionInfo()
(fm1 <- lmer(Reaction ~ Days + (1|Subject) + (0+Days|Subject), sleepstudy))
set.seed(101)
samp0 <- mcmcsamp(fm1, n = 1000)

#Error in function (classes, fdef, mtable)  :
#  unable to find an inherited method for function "mcmcsamp", for signature
"lmerenv"




More information about the R-sig-mixed-models mailing list