Model of class glmmTMB

glmmTMB_4

Format

An object of class glmmTMB of length 7.

Examples

# NOT RUN {
glmmTMB(
  count ~ spp + mined + (1 | site),
  ziformula =  ~ spp + mined,
  family = truncated_poisson,
  data = Salamanders
)
# }