brms_mv_4.Rd
Model of class brmsfit
brms_mv_4
An object of class brmsfit
of length 21.
# 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) # }