Implements Stage 2 of the FSCRE algorithm: the iterative competitive selection.
performSelectionLoop(Rx, ry, x.imp, y.imp, n_models, max_predictors, tolerance)A list containing the final active sets.
Global robust predictor correlation matrix.
Global robust predictor-response correlation vector.
Imputed design matrix (for CV).
Imputed response vector (for CV).
Number of models (K).
Maximum total predictors to select.
Stopping tolerance.