brms_mixed_10: brms_mixed_10

brms_mixed_10R Documentation

brms_mixed_10

Description

Model of class brmsfit

Usage

brms_mixed_10

Format

An object of class brmsfit of length 23.

Examples


## 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)


easystats/circus documentation built on June 10, 2025, 7:22 p.m.