Model of class lm

lm_3

Format

An object of class lm of length 12.

Examples

lm(formula = mpg ~ wt * cyl, data = mtcars)
#> #> Call: #> lm(formula = mpg ~ wt * cyl, data = mtcars) #> #> Coefficients: #> (Intercept) wt cyl wt:cyl #> 54.3068 -8.6556 -3.8032 0.8084 #>