Model of class stanreg

stanreg_lmerMod_0

Format

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

Examples

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