An object of class brmsfit
of length 23.
Examples
if (FALSE) {
# \dontrun{
data(iris)
iris$Group <- as.factor(rep(c("G1", "G2", "G3"), each = 50))
set.seed(123)
brms::brm(
Sepal.Width ~ Petal.Width + (Petal.Width | Group),
data = iris,
refresh = 0
)
# }
}