This function is invoked and controlled by plot.pec
.
Special(
x,
y,
addprederr,
models,
bench,
benchcol,
times,
maxboot,
bootcol,
col,
lty,
lwd
)
an object of class 'pec' as returned by the pec
function.
Prediction error values.
Additional prediction errors. The options are bootstrap cross-validation errors or apparent errors.
One model also specified in pec
for which the
predErr
in plot.pec
is to be drawn.
A benchmark model (also specified in pec
) for which the
predErr
in plot.pec
is to be drawn.
Color of the benchmark curve.
Time points at which the curves must be plotted.
Maximum number of bootstrap curves to be added. Default is all.
Color of the bootstrapped curves. Default is 'gray77'.
Color of the different error curves for models
.
Line type of the different error curves for models
.
Line width of the different error curves for models
.
Invisible object.
This function should not be called directly. The arguments can be specified
as Special.arg
in the call to plot.pec
.