Skip to contents

Model of class glm

Usage

glm_2

Format

An object of class glm (inherits from lm) of length 30.

Examples

if (FALSE) {
glm(formula = vs ~ wt + cyl, family = "binomial", data = mtcars)
}