brms_sigma_3: brms_sigma_3

brms_sigma_3R Documentation

brms_sigma_3

Description

Model of class brmsfit

Usage

brms_sigma_3

Format

An object of class brmsfit of length 23.

Examples


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


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