Description Details Source Examples
ridgereg
is a method of estimating the coefficients of multiple-regression models in scenarios where independent variables are highly correlated.
ridgereg
is an RC class. Upon object instantiation, in the initialize
method, it performs
all calculations of quantities of interest, namely estimated coefficients and fitted dependent variable values,
Predicted values and coefficients can be obtained through the methods predict()
and coef()
.
print()
prints out the input information used in the regression and the resulting coefficients.
Read more at https://en.wikipedia.org/wiki/Ridge_regression
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.