Description Usage Arguments Value Examples
View source: R/ridge_regression.R
This is a function to implement a ridge regression function taking into account colinear (or nearly colinear) regression variables.
1 | ridge_regression(X, Y, lambda)
|
X |
The input design matrix. |
Y |
The input response vector. |
lambda |
The input penalty parameter. |
A list of estimated coefficients.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.