ridge_pro: Train Ridge Cox Model

View source: R/prognosis.R

ridge_proR Documentation

Train Ridge Cox Model

Description

Fits a Cox model with Ridge (L2) regularization.

Usage

ridge_pro(X, y_surv, tune = FALSE)

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).

Value

An object of class survival_glmnet and pro_model.


E2E documentation built on March 22, 2026, 1:07 a.m.