Model of class stanreg

stanreg_lmerMod_1

Format

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

Examples

# NOT RUN {
rstanarm::stan_lmer(wt ~ cyl + (1 | gear), data = mtcars)
# }