glm_5 | R Documentation |
Model of class glm
glm_5
An object of class glm
(inherits from lm
) of length 30.
set.seed(123)
mtcars$count <- rpois(nrow(mtcars), 2)
glm(formula = count ~ wt + cyl, family = "poisson", data = mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.