computeRobustFoundation: Compute Robust Foundation (Internal)

View source: R/computeRobustFoundation.R

computeRobustFoundationR Documentation

Compute Robust Foundation (Internal)

Description

Implements Stage 1 of the FSCRE algorithm: separate data cleaning for X and y, and robust, PSD correlation estimation.

Usage

computeRobustFoundation(x, y, x_preprocess, y_preprocess, cor_estimator)

Arguments

x

Design matrix.

y

Response vector.

x_preprocess

Method for X cleaning ("ddc", "none").

y_preprocess

Method for y cleaning ("wrap", "robust_z", "none").

cor_estimator

Method for correlations ("wrap", "pearson").

Value

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


srlars documentation built on Sept. 23, 2026, 5:10 p.m.