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