stanreg_merMod_5: stanreg_merMod_5

stanreg_merMod_5R Documentation

stanreg_merMod_5

Description

Model of class stanreg

Usage

stanreg_merMod_5

Format

An object of class stanreg (inherits from glm, lm, lmerMod) of length 27.

Examples

## Not run: 
stan_glmer(
  cbind(incidence, size - incidence) ~ size + period + (1 | herd),
  data = lme4::cbpp, family = binomial, QR = TRUE,
  chains = 2, cores = 1, seed = 12345, iter = 500, refresh = 0
)

## End(Not run)

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