plot_path {penalizedcdf} | R Documentation |
Function that takes user requests as input, to show the requested graph
plot_path(obj,
lmb,
coeff,
type = c("path", "l1", "BIC"),
...)
obj |
Object to be plotted |
lmb |
lambda values used in the model |
coeff |
the coefficients' matrix |
type |
type of graph to be ploted |
... |
Other characteristics to be added |
No return value