| en_pro | R Documentation |
Fits a Cox model with Elastic Net regularization (mixture of L1 and L2 penalties). Alpha is fixed at 0.5.
en_pro(X, y_surv, tune = FALSE)
X |
A data frame of predictors. |
y_surv |
A |
tune |
Logical. If TRUE, performs internal tuning (currently handled by cv.glmnet automatically). |
An object of class survival_glmnet and pro_model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.