Skip to contents

Model of class glm

Usage

glm_0

Format

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

Examples

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