fill_empROC: Fill ROC curve by linear interpolation

Description Usage Arguments Value Note

Description

Fill ROC curve by linear interpolation

Usage

1
fill_empROC(empROC, spacing = 0.05)

Arguments

empROC

data.frame containing true positive (TPR) and false positive rates (FPR), ordered by FPR, then TPR

spacing

optional; defines approximately the spacing at which interpolated values are computed

Value

data.frame empROC, containing FPR and TPR values, ordered by FPR, then TPR

Note

Check sorting by FPR, then TPR


PeterVogel1991/betaROC documentation built on May 14, 2019, 4:01 a.m.