I've searched the help archives of both lists and apologize if I missed the 
answer to my question:

Is there an update on developing mcmcsamp for glmer?

I'm using R v. 2.7.2 (on our Unix server - will hopefully be updated soon) and 
2.8.1 on my PC and get the message for both:

gm1 <- glmer(cbind(incidence, size - incidence) ~ period + (1 | herd),family = 
binomial, data = cbpp)
temp<-mcmcsamp(gm1, 1000)
Error in .local(object, n, verbose, ...) : Update not yet written

Here is the session info if that's helpful:

PC:
> sessionInfo()
R version 2.8.1 (2008-12-22)
i386-pc-mingw32

locale:
LC_COLLATE=English_United States.1252;LC_CTYPE=English_United 
States.1252;LC_MONETARY=English_United 
States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252

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

other attached packages:
[1] lme4_0.999375-28   Matrix_0.999375-20 lattice_0.17-17

loaded via a namespace (and not attached):
[1] grid_2.8.1

Unix:
> sessionInfo()
R version 2.7.2 (2008-08-25)
x86_64-unknown-linux-gnu

locale:
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C

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

other attached packages:
[1] MASS_7.2-44        lme4_0.999375-28   Matrix_0.999375-20 lattice_0.17-13
[5] gibbs.met_1.1-3

loaded via a namespace (and not attached):
[1] grid_2.7.2  tools_2.7.2

Thanks!
Tanja

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to