I have had to zero inflate my glmm model, as the fixed variable is count data, with many zeros.
The explanitory variables (of which there are 9) are mostly continuous, and I also have one random effect.
I have used the package glmmTMB, and specified zi=~count. I have also used the Poisson family.
I can obtain a summary from the glmmTMB, although what I can't work out is how to get a chisq result.
Does anyone know if this is possible?