Description Usage Arguments Details Value Examples
Functions to identify the optimal ROC threshold according to various optimization criteria.
1 2 3 4 5 6 7 8 9 |
sens |
Sensitivities |
spec |
Specificities |
thr |
Threshold values for ROC |
auc |
Area under the ROC curve |
time |
Time |
status |
Censoring status |
pred |
Predictions |
Youden's J Index: This function will compute Youden's J index. This is computed by finding the threshold which maximizes the value (sensitivity + specificity - 1)
Index of Union: This function will compute the Index of Union statistic which represents the ideal ROC threshold according to maximizing the statistic (sensitivity - auc) + (specificity - auc)
Top Left: Provides the receiver operating characteristic (ROC) threshold (x-axis) that minimizes the distance from the ROC curve to the to the top left corner of the plot (1,1)
Minimum P-value: Provides the receiver operating characteristic (ROC) threshold that minimizes the P-value according to Unal (2017), Article ID 3762651
Concordance Probability: Provides the receiver operating characteristic (ROC) threshold that maximizes the concordance probability. The concordance probability is the product of the sensitivity and specificity.
A scalar containing the chosen threshold.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.