An object of class glmmTMB
of length 7.
Examples
if (FALSE) {
# \dontrun{
# data prepararion: see "glmmTMB_1"
glmmTMB(
count ~ child + camper + (1 | persons),
ziformula = ~ child + livebait + (1 | persons),
dispformula = ~xb,
data = fish,
family = truncated_poisson()
)
# }
}