Description Usage Arguments Value References See Also Examples
compare
compares NP classification methods and provides the regions where one method is better than the other.
1 |
roc1 |
the first nproc object. |
roc2 |
the second nproc object. |
plot |
whether to generate the two NP-ROC plots and mark the area of significant difference. Default = 'TRUE'. |
col1 |
the color of the region where roc1 is significantly better than roc2. Default = 'black'. |
col2 |
the color of the region where roc2 is significantly better than roc1. Default = 'red'. |
A list with the following items.
alpha1 |
the alpha values where roc1 is significantly better than roc2. |
alpha2 |
the alpha values where roc2 is significantly better than roc1. |
alpha3 |
the alpha values where roc1 and roc2 are not significantly different. |
Xin Tong, Yang Feng, and Jingyi Jessica Li (2018), Neyman-Pearson (NP) classification algorithms and NP receiver operating characteristic (NP-ROC), Science Advances, 4, 2, eaao1659.
npc
, nproc
, predict.npc
and plot.nproc
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.