brms_mixed_10 | R Documentation |
Model of class brmsfit
brms_mixed_10
An object of class brmsfit
of length 23.
## Not run:
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
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.