risk_analysis_series | R Documentation |
Risk analysis for two tests in series
risk_analysis_series(n, prev, se1, sp1, se2, sp2)
n |
The population size |
prev |
The prevalence of the condition of interest |
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. |
A list of population and combined test statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.