brms_mm_4: brms_mm_4

brms_mm_4R Documentation

brms_mm_4

Description

Model of class brmsfit

Usage

brms_mm_4

Format

An object of class brmsfit of length 23.

Examples


## Not run: 
set.seed(123)
dat <- data.frame(
  s1 = sample(200:215, 300, replace = TRUE),
  s2 = sample(200:215, 300, replace = TRUE),
  y = rnorm(300, mean = 85, sd = 8),
  x = rnorm(300, mean = 50, sd = 10)
)

brm(y ~ x + (1 | mm(s1, s2)), data = dat)

## End(Not run)


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