Skip to contents

Model of class glm

Usage

glm_4

Format

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

Examples

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