[R-sig-ME] glmmTMB questions

Ben Bolker bbo|ker @end|ng |rom gm@||@com
Thu Oct 8 18:18:03 CEST 2020


   Please re-install glmmTMB from source after installing TMB, if possible:

https://github.com/glmmTMB/glmmTMB/issues/615

   This problem should go away once a new version of glmmTMB is on CRAN 
(until the next release of TMB after that ...)

On 10/8/20 12:10 PM, Bingsong Zhang wrote:
> 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]]
> 
> _______________________________________________
> R-sig-mixed-models using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
>



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