Learn R Programming

srlars (version 2.0.0)

computeFinalFit: FSCRE Final Robust Fitting (Internal)

Description

Implements Stage 3: Fitting robust MM-estimators to the selected variable sets.

Usage

computeFinalFit(x.imp, y.imp, active.sets, compute_coef)

Value

A list containing `coefficients` (list of vectors) and `intercepts` (vector).

Arguments

x.imp

Imputed design matrix.

y.imp

Imputed response vector.

active.sets

List of integer vectors (indices of selected variables).

compute_coef

Logical.