e_posib_lambda: Possible lambda

View source: R/mod_penalized_l_r_utils.R

e_posib_lambdaR 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)



predictoR documentation built on July 9, 2023, 5:11 p.m.