stanreg_glm_5.Rd
Model of class stanreg
stanreg_glm_5
An object of class stanreg (inherits from glm, lm) of length 27.
stanreg
glm
lm
if (FALSE) { # \dontrun{ set.seed(123) mtcars$count <- rpois(nrow(mtcars), 2) rstanarm::stan_glm(count ~ wt + cyl, data = mtcars, family = "poisson") # } }