You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most ROC curve plots obscure the cutoff values and inhibit interpretation and comparison of multiple curves. This attempts to address those shortcomings by providing plotting and interactive tools. Functions are provided to generate an interactive ROC curve plot for web use, and print versions
```{r, message=FALSE,warning=FALSE}
# Example from http://sachsmc.github.io/plotROC/
library(ggplot2)
library(plotROC)
# I start by creating an example data set. There are 2 markers,
# one that is moderately predictive and one that is not as predictive.