cv_plots {rqPen} | R Documentation |
Plots of cross validation results as a function of lambda.
Description
Plots of cross validation results as a function of lambda.
Usage
cv_plots(model, logLambda = TRUE, loi = NULL, ...)
Arguments
model |
A cv.rq.pen() object. |
logLambda |
Whether lambda values should be logged or not. |
loi |
Lambda indexes of interest, if null all lambda values will be used. |
... |
Additional parameters sent to plot function. |
Value
returns a cross validation plot
Author(s)
Ben Sherwood, ben.sherwood@ku.edu
[Package rqPen version 4.1.1 Index]