Skip to content
Prev 15147 / 20628 Next

glmmADMB question

A few suggestions:

- your "crazy" parameters below, and your statement that

Some issues with my data are that for one of the conditions, the count
of Ges was 0 for all subjects. Similarly, for some subjects, the count
for Ges  was 0 across all conditions.

 suggest that you have an issue of complete separation (e.g. see
<http://stats.stackexchange.com/questions/128742/mixed-logistic-model-with-complete-separation>;
however, the solutions listed there don't currently work in glmmADMB or
glmmTMB ... are you sure you need zero-inflation?  Lots of zeros doesn't
necessarily mean zero-inflation (it could just mean a Poisson/NB with a
very low mean)

  The options I know of for handling complete separation in GLMMs in R
include the blme package (can do anything glmer does, but *not* NB
models - although you could approximate that via a logNormal-Poisson
model); MCMCglmm; and brms.  The latter two can handle zero-inflated
models, but take you into the deep (Bayesian) end of the pool ...
On 17-01-08 09:32 AM, Jennifer Botting wrote: