Skip to content
Prev 14517 / 20628 Next

Mixed mutlinomial regression for count data with overdisperion & zero-inflation

St?phanie P?riquet <stephanie.periquet at ...> writes:
That's OK.  I'm only going to answer part of it, because it's long.
Yes, but I don't know if this will account for the possible dependence
*among* prey types.
Seems about right.
   There is glmer.nb now, but you might not want it; it tends to
be slower and more fragile, and you'd still have to deal with
zero-inflation.
That doesn't *necessarily* mean you need zero-inflation. Large 
numbers of zeros might just reflect low probabilities, not ZI per se.
Note there's a marginally newer version at 
https://rawgit.com/bbolker/mixedmodels-misc/master/glmmFAQ.html

  Another, newer choice is glmmTMB (available on Github) with
family="nbinom2"
glmmADMB or glmmTMB, yes: I'm not sure about MCMCglmm
That's right, I think.
I'm going to let Jarrod Hadfield, or someone else, answer this one.
The result is composed of two models -- a 'binary' (structural zero vs
non-structural zero) and a 'conditional' (count) part.