Description Usage Arguments Author(s)
Prepare the data
1 2 |
data |
A data-frame with no missing values containg TP, TN, FP, FN, study and test names. |
S.ID |
A string indicating the name of the column with the study identifier. |
T.ID |
A string indicating the name of the column with the test identifier. |
tp |
A string indicating the name of the column with the true positives. Default is TP. |
fn |
A string indicating the name of the column with the false negatives. Defautl is FN. |
tn |
A string indicating the name of the column with the true negatives. Default is TN. |
fp |
A string indicating the name of the column with the false positives. Default is FP. |
Victoria N Nyaga
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.