Description Usage Arguments Value Examples
View source: R/freedom_functions_1.R
Calculates the combined sensitivity for multiple tests interpreted in parallel (assuming independence)
1 | se.parallel(se)
|
se |
vector of unit sensitivity values |
scalar of combined sensitivity, assuming independence
1 2 | # examples for se.parallel
se.parallel(c(0.99, 0.95, 0.8))
|
[1] 0.9999
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.