brms_zi_4 | R Documentation |
Model of class brmsfit
brms_zi_4
An object of class brmsfit
of length 23.
## Not run:
brms::brm(
bf(
count ~ child + camper + (1 + xb | persons) + (1 + zg | ID),
zi ~ child + livebait + (1 + zg + nofish | ID)
),
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.