plot.Diffepoce {frailtypack} | R Documentation |
Plot difference of EPOCE estimators between two joint frailty models.
Description
Plots values of the difference of two Cross-Validated Prognosis Observed Loss (CVPOL) computed with two joint frailty models. Confidence intervals are allowed.
Usage
## S3 method for class 'Diffepoce'
plot(x, conf.bands=TRUE, Xlab = "Time", Ylab =
"EPOCE difference" , ...)
Arguments
x |
An object inheriting from |
conf.bands |
Logical value. Determines whether confidence intervals will be plotted. The default is FALSE. |
Xlab |
Label of x-axis. Default is '"Time"' |
Ylab |
Label of y-axis. Default is '"EPOCE difference"' |
... |
Other unused arguments. |
Value
Print one plot with one curve and its confidence interval.
See Also
[Package frailtypack version 3.6.2 Index]