This function performs variable selection using regression subsets method.
perform_variable_selection(file_path, outcome_col, des_sel_meth = "exhaustive")A data frame containing the selected variables and the outcome.
The file path of the dataset.
The name of the outcome column.
The method for variable selection (default is "exhaustive").