LM_RIDGE_MIN {FRESA.CAD} | R Documentation |
FRESA wrapper to fit MASS::lm.ridge
object to the data and returning the coef with minimum GCV
LM_RIDGE_MIN(formula = formula,data=NULL,...)
formula |
The base formula to extract the outcome |
data |
The data to be used for training the method |
... |
Parameters to be passed to the MASS::lm.ridge function |
fit |
The |
Jose G. Tamez-Pena
MASS::lm.ridge