Usage
1 2 3 4 5
r.plot.rocs(score.train, target.train, score.test, target.test, main = "ROC Curve", xlab = "1-specificity | FPR | fp/(tn+fp)", ylab = "sensitivity | TPR | tp/(tp+fn)", sub = NULL, icol.train = 1, icol.test = 2, col.train = r.color(icol.train), col.test = r.color(icol.test), showMessage = TRUE, ...)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.