rlr_model {regressoR} | R 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
[Package regressoR version 3.0.2 Index]