Description Usage Arguments Value Note Author(s) References See Also Examples
The function returns the marginal probability values based on sensitivity and specificity of at least three testing methods and prevalence of true positives.
1 |
sens |
A vector of K sensitivity values for K different testing methods. |
spec |
A vector of K specificity values for K different testing methods, with the order of the methods same as in |
p |
Prevalence of true positives. |
A named vector of probabilities for the categories of testing results. The naming is from '00...0' to '11...1', with length K for the K methods,
0-1 pattern corresponds to the test results, e.g., 010 = results from 3 tests are negative, positive, and negative, respectively.
The order is the same as in input sens
and spec
.
This is an internal function for likelihood calculation.
Xia Shen, Yudi Pawitan
Yang Z, Xu W, Zhai R, Li T, Ning Z, Pawitan Y, Shen X (2020). Triangulation of analysis strategies links complex traits to specific tissues and cell types. Submitted.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.