Skip to content
Prev 8678 / 20628 Next

Error using glmmADMB

Bel?n Fresnillo <belen.fresnillo at ...> writes:
It's extremely likely that you meant offset(log(recording.time)) ; offsets are
specified
on the scale of the linear predictor (log in this case).  I don't know if that
will help (of
course as you point out it doesn't help with NB1).

  What happens if you try this (1) with glm(), with neither zero inflation nor
random effects;
(2) with pscl::zeroinfl, without random effects; (3) with glmmADMB, without the
zero-inflation?
If these all give reasonable answers but the full model still fails, see some of
the debugging tips
in ?admbControl ...

  The key to giving enough information is to give a *reproducible* example if at
all possible
(see http://tinyurl.com/reproducible-000 ...) -- the results of sessionInfo()
are helpful too
so we can see what version of R/packages you're using.

  Ben Bolker