glmmTMB questions
Hi all, Did anyone try using glmmTMB to fit the logistic model? I run the following code as mentioned in the manual page 16, but get error messages.
data(cbpp, package="lme4") bovine <- glmmTMB(cbind(incidence, size-incidence) ~ period + (1|herd),
family=binomial, data=cbpp)
Error in .Call("FreeADFunObject", ptr, PACKAGE = DLL) :
"FreeADFunObject" not available for .Call() for package "glmmTMB"
Error in .Call("FreeADFunObject", ptr, PACKAGE = DLL) :
"FreeADFunObject" not available for .Call() for package "glmmTMB"
Does it mean the package is not ready for binomial data yet?
Best,
Bingsong