Model of class stanreg

stanreg_glm_4

Format

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

Examples

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