Model of class GLMMadaptive

GLMMadaptive_zi_1

Format

An object of class MixMod of length 21.

Examples

# 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()
)
# }