regressoR (version 3.0.2)

rlr_model: rlr_model

Description

generates a penalized regression model.

Usage

rlr_model(data, variable.pred, alpha = 0, standardize = TRUE)

Arguments

data

dataframe

variable.pred

the name of the variable to be predicted.

alpha

the alpha parameter of the model.

standardize

the standardize parameter of the model.

See Also

glmnet, cv.glmnet