Model of class stanreg

stanreg_glm_1

Format

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

Examples

# NOT RUN {
rstanarm::stan_glm(vs ~ wt, data = mtcars, family = "binomial")
# }