Description Usage Arguments Value Author(s) See Also
evalForwardModel Evaluates linear models for all remaining predictors, one
at a time, then returns the variable and adjusted R2 score for the best
model.
1 | evalForwardModel(data, model, y, remaining)
|
data |
Data frame containing the full model |
model, |
Data frame containing the variables and adjusted R2 values for the best model as of.. |
y |
Character string containing the name of the response variable |
remaining |
Vector containing column names for the remaining predictors |
Single row data frame containing the variable and adjusted R2 for the best model evaluated
John James, jjames@datasciencesalon.org
Other movies functions: associate,
backwardElimination, back,
challenger,
comparePredictions,
correlate, createDependent,
forward, prediction,
preprocess, process,
regressionAnalysis,
univariateQual,
univariateQuant, univariate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.