plot_path {penalizedcdf} | R Documentation |
Plotter function for cdfpen class
Description
Function that takes user requests as input, to show the requested graph
Usage
plot_path(obj,
lmb,
coeff,
type = c("path", "l1", "BIC"),
...)
Arguments
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 |
Value
No return value
[Package penalizedcdf version 0.1.0 Index]