Code
step_lm(data_wider = mtcars, formula = mpg ~ ., trace = FALSE)
Output
Call:
lm(formula = mpg ~ wt + qsec + am, data = complete_data)
Coefficients:
(Intercept) wt qsec am
9.618 -3.917 1.226 2.936
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.