brms_beta_1 | R Documentation |
Model of class brmsfit
brms_beta_1
An object of class brmsfit
of length 23.
## Not run:
data(FoodExpenditure, package = "betareg")
m <- brm(
I(food / income) ~ income + (1 | persons),
data = FoodExpenditure,
family = Beta()
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.