Model of class glmmTMB

glmmTMB_zi_1

Format

An object of class glmmTMB of length 7.

Examples

# NOT RUN {
# data prepararion: see "glmmTMB_1"

glmmTMB(
  count ~ child + camper + (1 | persons),
  ziformula = ~ child + camper + (1 | persons),
  data = fish,
  family = truncated_poisson()
)
# }