sp.parallel {RSurveillance} | R Documentation |
Specificity of tests in parallel
Description
Calculates the combined specificity for multiple tests interpreted in parallel (assuming independence)
Usage
sp.parallel(sp)
Arguments
sp |
vector of unit specificity values |
Value
scalar of combined specificity, assuming independence
Examples
# examples for sp.parallel
sp.parallel(c(0.99, 0.95, 0.8))
[Package RSurveillance version 0.2.1 Index]