Skip to contents

Model of class lm

Usage

lm_2

Format

An object of class lm of length 12.

Examples

if (FALSE) {
lm_1 <- lm(mpg ~ wt + cyl, data = mtcars)
}