glmmTMB_zi_6.Rd
Model of class glmmTMB
glmmTMB_zi_6
An object of class glmmTMB
of length 7.
# NOT RUN { # data prepararion: see "glmmTMB_1" glmmTMB( count ~ child + camper + (1 + xb | persons), ziformula = ~ child + livebait + (1 + zg + nofish | ID), dispformula = ~xb, data = fish, family = truncated_poisson() ) # }