Learn R Programming

regressoR (version 2.0.1)

e_posib_lambda: e_posib_lambda

Description

Graph a cv.glmnet model

Usage

e_posib_lambda(
  cv.glm,
  log.lambda = NULL,
  titles = c("Error Cuadratico Medio", "Curva Inferior", "Curva Superior",
    "Seleccionado", "Automatico", "Coeficientes Distintos de Cero")
)

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