This function plots ROC curves and a Kaplan-Meier curve (when fitting a Cox proportional hazards regression model) of a bootstrapped model.
# S3 method for bootstrapValidation_Bin
plot(x,
	     xlab = "Years",
	     ylab = "Survival",
		 strata.levels=c(0),
	     main = "ROC",
		 cex=1.0,
		 ...)
A bootstrapValidation_Bin object
The label of the x-axis
The label of the y-axis
stratification level for the Kaplan-Meier plots
Main Plot title
The text cex
Additional parameters for the generic plot function
Jose G. Tamez-Pena and Antonio Martinez-Torteya
plot.bootstrapValidation_Res