brms_sigma_3 | R Documentation |
Model of class brmsfit
brms_sigma_3
An object of class brmsfit
of length 23.
## Not run:
set.seed(123)
data(iris)
iris$Group <- as.factor(rep(c("G1", "G2", "G3"), each = 50))
brms_sigma_3 <- brms::brm(
brms::bf(
Sepal.Width ~ Petal.Width + (Petal.Width | Group),
sigma ~ 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.