Learn R Programming

RSurveillance (version 0.2.1)

sp.parallel: 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

Run this code
# NOT RUN {
# examples for sp.parallel
sp.parallel(c(0.99, 0.95, 0.8))
# }

Run the code above in your browser using DataLab