Model of class lm

lm_0

Format

An object of class lm of length 11.

Examples

lm(formula = mpg ~ 1, data = mtcars)
#> #> Call: #> lm(formula = mpg ~ 1, data = mtcars) #> #> Coefficients: #> (Intercept) #> 20.09 #>