boot.tpr.at.fpr {fbroc} | R Documentation |
Process bootstrapped TPR/FPR at thresholds matrix into TPR at FPR matrix
Description
Usually fbroc
calculates the TPR and FPR at the thresholds of the ROC curve.
per bootstrap replicate. This can be calculated quickly, but is often not convenient
to work with. Therefore boot.tpr.at.fpr
instead gets the TPR along a sequence
of different values for the FPR.
Usage
boot.tpr.at.fpr(roc, steps = roc$n.neg)
Arguments
roc |
Object of class |
steps |
Number of discrete steps for the FPR at which the TPR is
calculated. TPR confidence intervals are given for all FPRs in
|
Value
Matrix containing the TPR bootstrap replicates for the discrete FPR steps.
See Also
[Package fbroc version 0.4.1 Index]