Model of class lm

lm_6

Format

An object of class lm of length 13.

Examples

lm(formula = mpg ~ wt * as.factor(gear), data = mtcars)
#> #> Call: #> lm(formula = mpg ~ wt * as.factor(gear), data = mtcars) #> #> Coefficients: #> (Intercept) wt as.factor(gear)4 #> 28.395 -3.157 14.098 #> as.factor(gear)5 wt:as.factor(gear)4 wt:as.factor(gear)5 #> 14.168 -3.707 -4.889 #>