LM_RIDGE_MIN: Ridge Linear Models
Description
FRESA wrapper to fit MASS::lm.ridge
object to the data and returning the coef with minimum GCV
Usage
LM_RIDGE_MIN(formula = formula,data=NULL,...)
Arguments
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
Value
fitThe MASS::lm.ridge
fitted object