Skip to contents

Model of class glm

Usage

glm_1

Format

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

Examples

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