brms_ordinal_1_wt | R Documentation |
Model of class brmsfit
brms_ordinal_1_wt
An object of class brmsfit
of length 19.
## Not run:
set.seed(123)
data(mtcars)
mtcars$cyl_ord <- as.ordered(mtcars$cyl)
brms::brm(cyl_ord | weights(wt) ~ mpg, data = mtcars, family = cumulative())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.