Skip to contents

Model of class brmsfit

Usage

brms_categorical_1_num

Format

An object of class brmsfit of length 21.

Examples

if (FALSE) {
# \dontrun{
set.seed(123)
data(mtcars)
brms::brm(gear ~ mpg, data = mtcars, family = categorical())
# }
}