Related Experiment Video
Updated: May 14, 2026

An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
Efficient approximate k-fold and leave-one-out cross-validation for ridge regression
Rosa J Meijer1, Jelle J Goeman
1Department of Medical Statistics and Bioinformatics, Leiden University Medical Center, Postzone S5-P, P.O. Box 9604, 2300 RC Leiden, The Netherlands. r.j.meijer@lumc.nl
This study introduces a faster approximation method for cross-validation in generalized linear and Cox models, significantly reducing computation time for model tuning and evaluation, especially for large datasets.
Area of Science:
- Statistics
- Computational Biology
- Bioinformatics
Background:
- Cross-validation is a standard resampling technique for model evaluation.
- Traditional cross-validation is computationally intensive, particularly for large datasets.
- Generalized linear models and Cox's proportional hazards model are widely used in statistical analysis.
Purpose of the Study:
- To present a computationally efficient approximation method for cross-validation.
- To enable faster model tuning and evaluation in generalized linear and Cox models with ridge penalties.
- To reduce the time required for selecting optimal tuning parameters.
Main Methods:
- An approximation method based on Taylor expansion around the full model estimate.
- Avoids refitting the model for each cross-validation fold.
- Applicable to generalized linear models and Cox's proportional hazards model with ridge penalty terms.
Main Results:
- The approximation method significantly reduces computation time compared to traditional cross-validation.
- The method provides accurate approximations, especially for leave-one-out cross-validation on large datasets.
- Demonstrated performance on several microarray datasets.
- An R package 'penalized' is available to implement the method.
Conclusions:
- The proposed approximation method offers a substantial speed-up for cross-validation.
- It enables efficient tuning parameter selection for penalized regression models.
- This approach is particularly beneficial for large-scale genomic and survival data analysis.
Related Concept Videos
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation
On...
Multiple Regression
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Regression Analysis
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
Regression Toward the Mean
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
The...

