GLMMadaptive_zi_1.Rd
Model of class GLMMadaptive
GLMMadaptive_zi_1
An object of class MixMod
of length 21.
# NOT RUN { # data prepararion: see "glmmTMB_1" GLMMadaptive::mixed_model( count ~ child + camper, random = ~ 1 | persons, zi_fixed = ~ child + livebait, data = fish, family = GLMMadaptive::zi.poisson() ) # }