Learn R Programming

RSurveillance (version 0.2.1)

se.parallel: Sensitivity of tests in parallel

Description

Calculates the combined sensitivity for multiple tests interpreted in parallel (assuming independence)

Usage

se.parallel(se)

Arguments

se

vector of unit sensitivity values

Value

scalar of combined sensitivity, assuming independence

Examples

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

Run the code above in your browser using DataLab