Model of class stanreg

stanreg_lm_6

Format

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

Examples

# NOT RUN {
rstanarm::stan_glm(mpg ~ wt * as.factor(gear), data = mtcars)
# }