addRates {RBPcurve} | R Documentation |
Visualizes the TPR and FPR on the RBP curve.
Description
For a given threshold tresh
, the true positive rate (TPR)
and the false positive rate (FPR) can be visually assessed by the RBP curve
by the intersection of the RBP curve with the horizontal lines at
-thresh
and 1 - thresh
, respectively.
Usage
addRates(obj, plot.values = TRUE, digits = 3L, col = "black",
thresh = obj$prev, thresh.label = "thresh")
Arguments
obj |
[ |
plot.values |
[ |
digits |
[ |
col |
[ |
thresh |
[ |
thresh.label |
[ |
Value
[invisible(NULL)
].