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