Learn R Programming

regressoR (version 3.0.2)

e_coeff_landa: e_coeff_landa

Description

Graph the coefficients and lambdas of a cv.glmnet model

Usage

e_coeff_landa(
  cv.glm,
  log.lambda = NULL,
  titles = c("Coeficientes", "Seleccionado", "Automatico")
)

Value

echarts4r plot

Arguments

cv.glm

a cv.glmnet model.

log.lambda

number that specifies the logarithm of the selected lambda

titles

labels on the chart

Author

Ariel Arroyo <luis.ariel.arroyo@promidat.com>

See Also

cv.glmnet