plot.apple {apple} | R Documentation |
Plot the solution path generated from apple.
## S3 method for class 'apple' plot(x, col = "black", add = FALSE, main = "apple", type = "l", lty = 1, ...)
x |
the object used to plot the path. object derived by |
col |
color used to plot the paths, for details please see the usage of |
add |
whether or not to add this plot to an existing one. |
main |
title of the plot. default is |
type |
what type of plot should be drawn, for details please see the usage of |
lty |
the line type, for details please see the usage of |
... |
see |
if the object is a cv result, then both of ebic and cv selected result will be marked on the graph by solid and dotted vertical lines, respectively.
Yi Yu and Yang Feng
Yi Yu and Yang Feng, APPLE: Approximate Path for Penalized Likelihood Estimator, manuscript.
apple
, cv.apple
and predict.apple