brms_ordinal_1 | R Documentation |
Model of class brmsfit
brms_ordinal_1
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 ~ 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.