[R-sig-ME] glmmTMB questions

Bingsong Zhang bz117 @end|ng |rom georgetown@edu
Thu Oct 8 18:10:03 CEST 2020


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

	[[alternative HTML version deleted]]



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