Learn R Programming

srlars (version 2.0.0)

performSelectionLoop: FSCRE Competitive Selection Loop (Internal)

Description

Implements Stage 2 of the FSCRE algorithm: the iterative competitive selection.

Usage

performSelectionLoop(Rx, ry, x.imp, y.imp, n_models, max_predictors, tolerance)

Value

A list containing the final active sets.

Arguments

Rx

Global robust predictor correlation matrix.

ry

Global robust predictor-response correlation vector.

x.imp

Imputed design matrix (for CV).

y.imp

Imputed response vector (for CV).

n_models

Number of models (K).

max_predictors

Maximum total predictors to select.

tolerance

Stopping tolerance.