brms_categorical_1_fct | R Documentation |
Model of class brmsfit
brms_categorical_1_fct
An object of class brmsfit
of length 21.
## Not run:
set.seed(123)
data(mtcars)
mtcars$gear_fct <- factor(mtcars$gear)
brms::brm(gear_fct ~ mpg, data = mtcars, family = categorical())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.