plot.bootstrapValidation.Bin: Plot ROC curves of bootstrap results

plot.bootstrapValidation_BinR 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 bootstrapValidation_Bin object

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 plot function

Author(s)

Jose G. Tamez-Pena and Antonio Martinez-Torteya

See Also

plot.bootstrapValidation_Res


FRESA.CAD documentation built on Nov. 25, 2023, 1:07 a.m.