Related Experiment Video
Updated: May 9, 2026

Assessing Cerebral Autoregulation via Oscillatory Lower Body Negative Pressure and Projection Pursuit Regression
Published on: December 10, 2014
Ridge regression in prediction problems: automatic choice of the ridge parameter
1Department of Epidemiology and Biostatistics, Imperial College London, London, United Kingdom; Statistical Consulting Group, GlaxoSmithKline, Stevenage, United Kingdom.
This study introduces an automatic method for selecting the ridge parameter in ridge regression, improving prediction accuracy for complex genetic traits. An R package, ridge, is provided to handle large genetic datasets efficiently.
Area of Science:
- Genetics
- Statistical genetics
- Bioinformatics
Background:
- Genetic variants are linked to traits, but explain little heritability.
- Standard multiple regression struggles with high-dimensional genetic data.
- Penalized regression methods offer solutions for complex genetic prediction.
Purpose of the Study:
- To develop and validate a data-driven method for choosing the ridge parameter in ridge regression.
- To improve the predictive performance of models using genetic variants.
- To address computational challenges in applying ridge regression to large genetic datasets.
Main Methods:
- Focus on ridge regression, a penalized regression technique.
- Develop a novel method for automatic ridge parameter selection.
- Implement the method in an R package named 'ridge' for efficient computation.
Main Results:
- The proposed method provides theoretical justification for automatic ridge parameter selection.
- Demonstrated good performance on simulated and real genetic data.
- The 'ridge' R package effectively handles millions of genetic variants.
Conclusions:
- The developed method enhances the utility of ridge regression for genetic prediction.
- The 'ridge' R package offers a practical solution for large-scale genetic analyses.
- This approach improves the prediction of phenotypic traits from genetic data.
Related Concept Videos
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:
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...
Variation
When independent and dependent variables are plotted on a scatter plot, the slope of a line is a value that describes the rate of change between the two...
Regression Toward the Mean
Microsoft Excel: Regression Analysis
To perform regression...
