# NOT RUN {
## EXAMPLE 1:
## You would like to confirm the absence of disease in a study area. You
## intend to use two tests: the first has a sensitivity and specificity of
## 0.90 and 0.80, respectively. The second has a sensitivity and specificity
## of 0.95 and 0.85, respectively. You need to make sure that an individual
## that returns a positive test really has disease, so the tests will be
## interpreted in series (to improve specificity).
## What is the diagnostic sensitivity and specificity of this testing
## regime?
rsu.dxtest(se = c(0.90,0.95), sp = c(0.80,0.85),
interpretation = "series", covar = c(0,0))
## Interpretation of these tests in series returns a diagnostic sensitivity
## of 0.855 and a diagnostic specificity of 0.97.
# }
Run the code above in your browser using DataLab