View source: R/doROCcurveMRMC.R
doROCavg | R Documentation |
Empirically average over multiple empirical ROC curves
doROCavg(ROC, direction = "SeSp")
ROC |
list of ROC curves. Each element of the list is a data frame with pairs of (fpf, tpf) operating points. |
direction |
the direction over which to average
|
data frame of an ROC curve
fpf
False-positive fractions (1-specificity)
tpf
True-positive fractions (sensitivity)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.