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