LM_RIDGE_MIN: Ridge Linear Models

View source: R/FRESAModelingFunctions.R

LM_RIDGE_MINR 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 MASS::lm.ridge fitted object

Author(s)

Jose G. Tamez-Pena

See Also

MASS::lm.ridge


FRESA.CAD documentation built on June 26, 2024, 1:07 a.m.