plot.bootstrapValidation_Bin {FRESA.CAD} | R Documentation |
Plot ROC curves of bootstrap results
Description
This function plots ROC curves and a Kaplan-Meier curve (when fitting a Cox proportional hazards regression model) of a bootstrapped model.
Usage
## S3 method for class 'bootstrapValidation_Bin'
plot(x,
xlab = "Years",
ylab = "Survival",
strata.levels=c(0),
main = "ROC",
cex=1.0,
...)
Arguments
x |
A |
xlab |
The label of the x-axis |
ylab |
The label of the y-axis |
strata.levels |
stratification level for the Kaplan-Meier plots |
main |
Main Plot title |
cex |
The text cex |
... |
Additional parameters for the generic |
Author(s)
Jose G. Tamez-Pena and Antonio Martinez-Torteya
See Also
[Package FRESA.CAD version 3.4.8 Index]