glm_5.Rd
Model of class glm
glm_5
An object of class glm (inherits from lm) of length 30.
glm
lm
if (FALSE) { set.seed(123) mtcars$count <- rpois(nrow(mtcars), 2) glm(formula = count ~ wt + cyl, family = "poisson", data = mtcars) }