boot.tpr.at.fpr: Process bootstrapped TPR/FPR at thresholds matrix into TPR at...

Description Usage Arguments Value See Also

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

1
boot.tpr.at.fpr(roc, steps = roc$n.neg)

Arguments

roc

Object of class fbroc.roc.

steps

Number of discrete steps for the FPR at which the TPR is calculated. TPR confidence intervals are given for all FPRs in seq(0, 1, by = (1 / steps)). Defaults to n.neg, thus covering all possible values.

Value

Matrix containing the TPR bootstrap replicates for the discrete FPR steps.

See Also

boot.roc


fbroc documentation built on May 2, 2019, 11:39 a.m.

Related to boot.tpr.at.fpr in fbroc...