See stats::lm()
for more info :)
Other example_datasets:
mtcars_dataset
a named vector of coefficients
The residuals, that is response minus fitted values.
The fitted mean values.
the numeric rank of the fitted linear model.
(only for weighted fits) the specified weights.
the residual degrees of freedom.
the matched call.
the stats::terms()
object used.
(only where relevant) the contrasts used.
(only where relevant) a record of the levels of the factors used in fitting.
the offset used (missing if none were used).
if requested, the response used.
if requested, the model matrix used.
if requested (the default), the model frame used.
(where relevant) information returned by stats::model.frame()
on the special handling of NAs.