e_coeff_landa {regressoR}R Documentation

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

Arguments

cv.glm

a cv.glmnet model.

log.lambda

number that specifies the logarithm of the selected lambda

titles

labels on the chart

Value

echarts4r plot

Author(s)

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

See Also

cv.glmnet


[Package regressoR version 3.0.2 Index]