Skip to contents

Model of class stanreg

Usage

stanreg_glm_3

Format

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

Examples

if (FALSE) {
# \dontrun{
rstanarm::stan_glm(vs ~ wt * cyl, data = mtcars, family = "binomial")
# }
}