Description Usage Arguments Value Examples
Orders scores from largest to smallest and evaluates performance for each value. This assumes an analyst will order the predicted scores and start investigating the linkage claim in this order.
1 | getROC(f, y)
|
f |
predicted score for linkage |
y |
truth; linked=1, unlinked=0 |
data.frame of evaluation metrics:
FPR - false positive rate - proportion of unlinked pairs that are incorrectly assessed as linked
TPR - true positive rate; recall; hit rate - proportion of all linked pairs that are correctly assessed as linked
PPV - positive predictive value; precision - proportion of all pairs that are predicted linked and truely are linked
Total - the number of cases predicted to be linked
TotalRate - the proportion of cases predicted to be linked
threshold - the score threshold that produces the results
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.