stanreg_glm_5: stanreg_glm_5

stanreg_glm_5R Documentation

stanreg_glm_5

Description

Model of class stanreg

Usage

stanreg_glm_5

Format

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

Examples

## Not run: 
set.seed(123)
mtcars$count <- rpois(nrow(mtcars), 2)
rstanarm::stan_glm(count ~ wt + cyl, data = mtcars, family = "poisson")

## End(Not run)

easystats/circus documentation built on Aug. 24, 2024, 10:59 p.m.