rlr_model: rlr_model

View source: R/mod_penalized_l_r_utils.R

rlr_modelR Documentation

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


regressoR documentation built on July 9, 2023, 5:26 p.m.