brms_zi_3 | R Documentation |
Model of class brmsfit
brms_zi_3
An object of class brmsfit
of length 19.
## Not run:
brms::brm(
bf(count ~ child + camper + (1 | persons), zi ~ child + camper + (1 | persons)),
data = zinb,
family = zero_inflated_poisson(),
chains = 1,
iter = 500
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.