I would like to create a graph or chart to display sensitivity and specificity with 95% confidence intervals of multiple screening tests. Example data table shown below.
| Name of Tests |
Sn |
Sp |
Lower limit of 95% CI
for Sn
|
Upper limit of 95% CI
for Sn
|
Lower limit of 95% CI
for Sp
|
Upper limit of 95% CI
for Sp
|
| X |
60% |
70% |
0.45 |
0.98 |
0.50 |
0.90 |
| Y |
70% |
75% |
0.35 |
0.95 |
0.40 |
0.90 |
| Z |
80% |
80% |
0.62 |
1.00 |
0.50 |
1.00 |