Learn R Programming

srlars (version 2.0.0)

computeRobustFoundation: Compute Robust Foundation (Internal)

Description

Implements Stage 1 of the FSCRE algorithm: data cleaning via DDC and robust correlation estimation.

Usage

computeRobustFoundation(x, y, robust)

Value

A list containing the imputed data (x.imp, y.imp), the robust correlation structures (Rx, ry), and the DDC object for prediction.

Arguments

x

Design matrix.

y

Response vector.

robust

Logical.