plot.epoce: Plot values of estimators of the Expected Prognostic Observed Cross-Entropy (EPOCE).
Description
Plots values of estimators MPL and CVPL for evaluating EPOCE. No confidence interval.
Usage
## S3 method for class 'epoce':
plot(x, pos.legend="topright", cex.legend=0.7, ...)
Arguments
x
An object from the 'prediction' function, more generaly a predFrailty class object.
pos.legend
The location of the legend can be specified by setting this argument to a single keyword from the list
'"bottomright"', '"bottom"', '"bottomleft"', '"left"', '"topleft"', '"top"', '"topright"', '"right"' and '"center"'. The default is
cex.legend
size of the legend. Default is 0.7.
...
Other unused arguments.
Value
Print one plot with two curves. One for the Mean Prognosis Loss (MPL) and an other for the Cross-Validated Prognosis Loss (CVPL).