View source: R/mod_penalized_l_r_utils.R
rlr_model | R Documentation |
generates a penalized regression model.
rlr_model(data, variable.pred, alpha = 0, standardize = TRUE)
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. |
glmnet
, cv.glmnet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.