brms_mixed_6: brms_mixed_6

brms_mixed_6R Documentation

brms_mixed_6

Description

Model of class brmsfit

Usage

brms_mixed_6

Format

An object of class brmsfit of length 20.

Examples

## Not run: 
bprior1 <- prior(student_t(5, 0, 10), class = b) + prior(cauchy(0, 2), class = sd)
brms::brm(
  count ~ Age + Base * Trt + (1 | patient),
  data = epilepsy,
  family = poisson(),
  prior = bprior1,
  chains = 1,
  iter = 500
)

## End(Not run)

easystats/circus documentation built on March 26, 2024, 9:30 p.m.