Model of class brmsfit

brms_mv_4

Format

An object of class brmsfit of length 21.

Examples

# NOT RUN {
f1 <- bf(Sepal.Length ~ Petal.Length + Sepal.Width + Species)
f2 <- bf(Sepal.Width ~ Species)
brms::brm(f1 + f2 + set_rescor(FALSE), data = iris, chains = 1, iter = 500)
# }