lm_5
An object of class lm
of length 12.
Examples
#>
#> 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
#>