glmmTMB_zi_6: glmmTMB_zi_6

glmmTMB_zi_6R Documentation

glmmTMB_zi_6

Description

Model of class glmmTMB

Usage

glmmTMB_zi_6

Format

An object of class glmmTMB of length 7.

Examples

## Not run: 
# data prepararion: see "glmmTMB_1"

glmmTMB(
  count ~ child + camper + (1 + xb | persons),
  ziformula = ~ child + livebait + (1 + zg + nofish | ID),
  dispformula = ~xb,
  data = fish,
  family = truncated_poisson()
)

## End(Not run)

easystats/circus documentation built on March 26, 2024, 9:30 p.m.