Learn R Programming

FRESA.CAD (version 3.4.7)

plot.bootstrapValidation_Res: 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 bootstrapValidation_Res
plot(x,
	     xlab = "Years",
	     ylab = "Survival",
	     ...)

Arguments

x

A bootstrapValidation_Res object

xlab

The label of the x-axis

ylab

The label of the y-axis

...

Additional parameters for the plot

Author

Jose G. Tamez-Pena and Antonio Martinez-Torteya

See Also

plot.bootstrapValidation_Bin