e_posib_lambda {predictoR} | R Documentation |
Possible lambda
Description
Possible lambda
Usage
e_posib_lambda(
cv.glm,
labels = c("Valor Superior", "Valor Inferior", "lambda")
)
Arguments
cv.glm |
a cv.glmnet model. |
labels |
a character vector of length 3 specifying the titles to use on legend. |
Value
echarts4r plot
Author(s)
Joseline Quiros <joseline.quiros@promidat.com>
Examples
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)
[Package predictoR version 3.0.10 Index]