View source: R/mod_model_regp_utils.R
e_posib_lambda | R Documentation |
Possible lambda
e_posib_lambda(
cv.glm,
labels = c("Valor Superior", "Valor Inferior", "lambda")
)
cv.glm |
a cv.glmnet model. |
labels |
a character vector of length 3 specifying the titles to use on legend. |
echarts4r plot
Joseline Quiros <joseline.quiros@promidat.com>
x <- model.matrix(Species~., iris)[, -1]
y <- iris[,'Species']
cv.glm <- glmnet::cv.glmnet(x, y, standardize = TRUE, alpha = 1, family = 'multinomial')
e_posib_lambda(cv.glm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.