Skip to content
Prev 18235 / 20628 Next

Error from glmmTMB().

I am getting an error, that I have no idea what to do about, from glmmTMB():

library(glmmTMB)
fmla <- cbind(Dead, Alive) ~ (Trt + 0)/Dose + (Dose | Rep)
X    <- dget("X.txt")
fit  <- glmmTMB(fmla, data = X, family = betabinomial(link = "cloglog"),
                dispformula = ~1)
The warnings are all repetitions of
The error sounds to me like something is amiss in the code.

Can anyone confirm/deny/suggest what I might do to get this call to 
glmmTMB() to run?

Thanks.

cheers,

Rolf Turner

P.S.  The data set is attached.