two_test_series | R Documentation |
Calculate sensitivity, specificity, and predictive value of two tests used in series.
two_test_series(se1, sp1, se2, sp2, prev)
se1 |
The sensitivity estimate for test 1. |
sp1 |
The specificity estimate for test 1. |
se2 |
The sensitivity estimate for test 2. |
sp2 |
The specificity estimate for test 2. |
prev |
The estimated prevalence of the condition of interest. |
A list containing the sensitivity estimate (se_estimate
),
specificity estimate (sp_estimate
), positive predictive value
estimate (ppv_estimate
), and negative predictive value estimate
(npv_estimate
) of the two tests used together.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.