Skip to contents

Model of class stanreg

Usage

stanreg_lmerMod_3

Format

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

Examples

if (FALSE) {
# \dontrun{
rstanarm::stan_lmer(wt ~ drat * cyl + (1 | gear), data = mtcars)
# }
}