Description Usage Arguments Examples
View source: R/ridge_regression.R
This is a function implementing ridge regression taking taking into account of collinear variables by singular value decomposition
1 | lm_ridge(form, d, lambda)
|
form |
A given formula for fitting the regression. |
d |
A given data set to fit the model. |
lambda |
A tuning parameter for ridge regression to control the penalty |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.