brms_trunc_1: brms_trunc_1

brms_trunc_1R Documentation

brms_trunc_1

Description

Model of class brmsfit

Usage

brms_trunc_1

Format

An object of class brmsfit of length 22.

Examples

## Not run: 
data(epilepsy)
brms_trunc_1 <- brm(
  count | trunc(ub = 104) ~ zBase * Trt,
  data = epilepsy,
  family = poisson(),
  backend = "cmdstanr",
  cores = 4
)
## End(Not run)

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