coef_ridge | R Documentation |
Compute ridge regression coefficients
coef_ridge(y, x, lambda)
y |
Target vector (n x 1)/matrix (n x m) |
x |
Design matrix (n x p) |
lambda |
Positive parameter for ridge penalty |
Vector of ridge regression coefficients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.