Skip to contents

Model of class stanreg

Usage

stanreg_lm_5

Format

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

Examples

if (FALSE) {
# \dontrun{
rstanarm::stan_glm(mpg ~ wt + poly(cyl, 2, raw = TRUE), data = mtcars)
# }
}