Holds the result of corrSelect or MatSelect: a list of valid variable combinations
and their correlation statistics.
This class stores all subsets of variables that meet the specified correlation constraint, along with metadata such as the algorithm used, correlation method(s), variables forced into every subset, and summary statistics for each combination.
Slots
subset_listA list of character vectors. Each vector is a valid subset (variable names).
avg_corrA numeric vector. Average absolute correlation within each subset.
min_corrA numeric vector. Minimum pairwise absolute correlation in each subset.
max_corrA numeric vector. Maximum pairwise absolute correlation within each subset.
namesCharacter vector of all variable names used for decoding.
thresholdNumeric scalar. The correlation threshold used during selection.
forced_inCharacter vector. Variable names that were forced into each subset.
search_typeCharacter string. One of
"els"or"bron-kerbosch".cor_methodCharacter string. Either a single method (e.g. "pearson") or "mixed" if multiple methods used.
n_rows_usedInteger. Number of rows used for computing the correlation matrix (after removing missing values).