[R-sig-ME] Weird behaviour of mcmcsamp & glmer

Bernd Weiss bernd.weiss at uni-koeln.de
Wed Feb 6 17:12:29 CET 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

library(lme4)
m1 <- glmer(cbind(incidence, size - incidence) ~ period + (1 | herd),
~            family = binomial, data = cbpp)
fixef(m1)  ## first call
tmp <- mcmcsamp(m1, 1000)
fixef(m1)  ## second call

The fixed effects (m1) before and after the use of mcmcsamp differ
considerably. Why?

TIA,

Bernd

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHqdxtUsbvfbd00+ERAgVXAKCS3oNVMK5nTo05IARZ6d+UmGotqQCgqSpQ
vIYoubaJl20NVQRjNzmSohg=
=8Ixm
-----END PGP SIGNATURE-----




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