Description Usage Arguments Value Examples
This function combines P-values using Adaptive Fisher (AF) method.
1 | AF_combine(p, log = FALSE, weight = NULL, n0 = 1)
|
p |
P-values to be combined. A matrix with dimensions |
log |
Indicator of whether P-values are on the log scale. |
weight |
Weights given to the P-values. A vector with dimension
|
n0 |
Tuning parameter. Discard the first |
A list object.
P-value of AF test.
AF statistic.
Indexes of P-values combined into the test statistic. Indexes are sorted so that P-values are in ascending order.
AF statistics for all permuted samples.
P-values of AF statistics for all permuted samples.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.