plot.rq.pen.seq.cv: Plots cross validation results from a rq.pen.seq.cv object
Description
Provides plots of cross-validation results by lambda. If septau is set to TRUE then plots the cross-validation results for each quantile. If septau is set to FALSE
then provides one plot for cross-validation results across all quantiles.
Usage
# S3 method for rq.pen.seq.cv
plot(
x,
septau = ifelse(x$fit$penalty != "gq", TRUE, FALSE),
tau = NULL,
logLambda = TRUE,
main = NULL,
...
)
Value
Plots of the cross validation results by lambda.
Arguments
x
The rq.pen.seq.cv object
septau
If set to true then optimal tuning parameters are selected seperately for each quantile and there will be a different plot for each quanitle.