Model of class glmmTMB

glmmTMB_2

Format

An object of class glmmTMB of length 7.

Examples

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