[R-sig-ME] glmmADMB fails to fit poisson data
dave fournier
davef at otter-rsch.com
Sat Jun 11 06:16:59 CEST 2016
If you look at the code for the negative binomial model in glmmadmb you
will see that it
initially fits the
log(Y_i+1) transformed data. This is by far the most stable model
numerically and good for
getting initial parameter estimates.
However for the Poisson case the code never got around to writing itself.
I'm sure the code will rectify its oversight in good time.
More information about the R-sig-mixed-models
mailing list