plot.epoce {frailtypack} | R Documentation |
Plot values of estimators of the Expected Prognostic Observed Cross-Entropy (EPOCE).
Description
Plots values of estimators MPOL and CVPOL for evaluating EPOCE. No confidence interval.
Usage
## S3 method for class 'epoce'
plot(x, type, pos.legend="topright", cex.legend=0.7,
Xlab="Time",Ylab="Epoce", ...)
Arguments
x |
An object inheriting from |
type |
Type of estimator to plot. If new dataset was used only mpol can
be plotted ( |
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 '"topright"'. |
cex.legend |
size of the legend. Default is 0.7. |
Xlab |
Label of x-axis. Default is '"Time"' |
Ylab |
Label of y-axis. Default is '"Epoce"' |
... |
Other unused arguments. |
Value
Print a curve of the estimator of EPOCE using time points defined in
epoce
.
See Also
[Package frailtypack version 3.6.2 Index]