Learn R Programming

FRESA.CAD (version 3.4.7)

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,...)

Value

fit

The MASS::lm.ridge fitted object

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

Author

Jose G. Tamez-Pena

See Also