Skip to contents

Model of class stanreg

Usage

stanreg_merMod_4

Format

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

Examples

if (FALSE) {
# \dontrun{
stan_glmer(
  vs ~ cyl + (1 | gear),
  data = mtcars,
  family = binomial(link = "probit")
)
# }
}