Description Usage Arguments Value
View source: R/check_predictors.R
Helper function that adds one predictor to a model.
1 | add_one_predictor(df, model, new_predictor)
|
df |
A dataframe |
model |
A model object of class "lm" or a valid formula. |
new_predictor |
An (unquoted) variable to try in the model |
A new model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.