View source: R/Variable-selection.R
perform_variable_selection | R Documentation |
This function performs variable selection using regression subsets method.
perform_variable_selection(file_path, outcome_col, des_sel_meth = "exhaustive")
file_path |
The file path of the dataset. |
outcome_col |
The name of the outcome column. |
des_sel_meth |
The method for variable selection (default is "exhaustive"). |
A data frame containing the selected variables and the outcome.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.