brms_categorical_2_num | R Documentation |
Model of class brmsfit
brms_categorical_2_num
An object of class brmsfit
of length 23.
## Not run:
set.seed(123)
brm(
Species ~ Sepal.Width,
data = iris,
family = categorical(refcat = "setosa"),
refresh = 0,
backend = "cmdstanr",
algorithm = "pathfinder"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.