| p.soft.omni | R Documentation |
CDF of omnibus soft-thresholding Fisher's p-value combination statistic under the null hypothesis.
p.soft.omni(q, n, TAU1, M = NULL)
q |
- quantile, could be a vector. |
n |
- dimension parameter, i.e. the number of p-values to be combined. |
TAU1 |
- a vector of truncation parameters (=normalization parameters). Must be in non-descending order. |
M |
- correlation matrix of the input statistics. Default = NULL assumes independence. |
The left-tail probability of the null distribution of omnibus soft-thresholding Fisher's p-value combination statistic.
1. Hong Zhang and Zheyang Wu. "TFisher Tests: Optimal and Adaptive Thresholding for Combining p-Values", submitted.
stat.soft.omni for the definition of the statistic.
q = 0.01
n = 20
TAU1 = c(0.01, 0.05, 0.5, 1)
M = matrix(0.3,20,20) + diag(1-0.3,20)
p.soft.omni(q=q, n=n, TAU1=TAU1, M=M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.