Description Usage Arguments Value Examples
View source: R/ridge_regression.R
A ridge regression that takes into account colinear (or nearly colinear) regression variables
1 | ridge(X, Y, lambda)
|
X |
The predictors of the ridge regression model |
Y |
The response variable of the ridge regression model |
lambda |
The penalizing parameter |
The estimated coefficients for ridge regression and the penalizing parameter lambda
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.