View source: R/ThresholdSummary.R
falsePositiveRate | R Documentation |
Calculate the falsePositiveRate
falsePositiveRate(TP, TN, FN, FP)
TP |
Number of true positives |
TN |
Number of true negatives |
FN |
Number of false negatives |
FP |
Number of false positives |
Calculate the falsePositiveRate
falsePositiveRate value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.