Learn R Programming

E2E (version 0.1.2)

pls_pro: Train Partial Least Squares Cox (PLS-Cox)

Description

Fits a Cox model using Partial Least Squares reduction for high-dimensional data.

Usage

pls_pro(X, y_surv, tune = FALSE)

Value

An object of class survival_plsRcox and pro_model.

Arguments

X

A data frame of predictors.

y_surv

A Surv object containing time and status.

tune

Logical. If TRUE, performs internal tuning (currently handled by cv.glmnet automatically).