Model of class lm

lm_5

Format

An object of class lm of length 12.

Examples

lm(formula = mpg ~ wt + poly(cyl, 2, raw = TRUE), data = mtcars)
#> #> Call: #> lm(formula = mpg ~ wt + poly(cyl, 2, raw = TRUE), data = mtcars) #> #> Coefficients: #> (Intercept) wt #> 49.823 -3.206 #> poly(cyl, 2, raw = TRUE)1 poly(cyl, 2, raw = TRUE)2 #> -5.178 0.305 #>