I'm having trouble using binomial(link="cloglog") with GLMM in lme4, Version: 0.5-2, Date: 2004/03/11. The example in the Help file works fine, even simplified as follows:

     fm0 <- GLMM(immun~1, data=guImmun, family=binomial, random=~1|comm)

However, for another application, I need binomial(link="cloglog"), and this generates an error for me:

> fm0. <- GLMM(immun~1, data=guImmun, family=binomial(link="cloglog"), random=~1|comm)
Error in getClass(thisClass) : "family" is not a defined class
Error in GLMM(immun ~ 1, data = guImmun, family = binomial(link = "cloglog"), :
S language method selection got an error when called from internal dispatch for function "GLMM"


Any suggestions? Thanks,
Spencer Graves


______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to