doROCavg {iMRMC} | R Documentation |
Empirically average over multiple empirical ROC curves
Description
Empirically average over multiple empirical ROC curves
Usage
doROCavg(ROC, direction = "SeSp")
Arguments
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
|
Value
data frame of an ROC curve
fpf
False-positive fractions (1-specificity)tpf
True-positive fractions (sensitivity)
[Package iMRMC version 2.0.0 Index]