Learn R Programming

rQSAR (version 1.0.0)

perform_variable_selection: Perform variable selection using regression subsets

Description

This function performs variable selection using regression subsets method.

Usage

perform_variable_selection(file_path, outcome_col, des_sel_meth = "exhaustive")

Value

A data frame containing the selected variables and the outcome.

Arguments

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").