plotroc: Plot One or More ROC Curves from the Corresponding ROC Tables...

Description Usage Arguments Examples

View source: R/ROCPlot.R

Description

Plot up to three empirical ROC curves from the corresponding ROC tables. A ROC table is an S3 object derived from an R matrix, generated by the roctable() function

Usage

1
plotroc(roctable1, roctable2 = NULL, roctable3 = NULL)

Arguments

roctable1

A ROC Table (S3 object)

roctable2

A ROC Table (S3 object)

roctable3

A ROC Table (S3 object)

Examples

1
2
3
ROCGene1 <- roctable(OvarianData$Gene1, OvarianData$Status)
ROCGene2 <- roctable(OvarianData$Gene2, OvarianData$Status)
plotroc(ROCGene1, ROCGene2)

parodistefano/properROC documentation built on May 24, 2019, 6:16 p.m.