Description Usage Arguments Value
Get the set of RIs in the prediction set that are not in either control set, and thus not taken into account for classic statistics computation
Get the set of RIs in the prediction set that are not in either control set, and thus not taken into account for classic statistics computation
Shuffle scores of predicted set, each score column independently
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | true_pos(x)
false_pos(x)
true_neg(x)
false_neg(x)
pred_pos(x)
pred_neg(x)
actual_pos(x)
actual_neg(x)
total_pop(x)
sensitivity(x)
specificity(x)
precision(x)
fdr(x)
outer_set(x)
inner_set(x)
shuffle_scores(x)
|
x |
An 'evalset' object |
An integer
An integer
An integer
An integer
An integer
An integer
An integer
An integer
An integer
A numeric
A numeric
An numeric
An numeric
A 'set' object
A 'set' object
An 'evalset' object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.