lm_3.Rd
Model of class lm
lm_3
An object of class lm of length 12.
lm
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 #>