LM_RIDGE_MIN {FRESA.CAD} | R Documentation |
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
fit |
The |
Author(s)
Jose G. Tamez-Pena
See Also
MASS::lm.ridge
[Package FRESA.CAD version 3.4.8 Index]