plotproper: Add a Theoretical Proper ROC Curve to a ROC Plot

Description Usage Arguments Examples

View source: R/ROCPlot.R

Description

Add a theoretical proper ROC curve to a pre-existing ROC plot generated by plotroc()

Usage

1
plotproper(dor, color = "black")

Arguments

dor

The Diagnostic Odds Ratio of the proper curve

color

The color of the theoretical proper ROC curve

Examples

1
2
3
ROCGene2 <- roctable(OvarianData$Gene2, OvarianData$Status)
plotroc(ROCGene2)
plotproper(rocdor(rocauc(ROCGene2)))

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