Description Usage Arguments Value Author(s) Examples
The function aggregates several p-values into one p-value of p-values based on the order statistics of p-values. An overall p-value is given by the ith order statistic.
1 |
pval.matrix |
Numeric matrix of p-values, columns represent different sets of p-values |
order |
Numeric constant, the order statistic that is used for the aggregation. |
plot |
Boolean value whether to plot p-value distributions. |
Aggregated p-value of the given order.
Daniela Beisser
1 2 | data(pvaluesExample)
aggrPvals(pval.matrix=pvaluesExample, order=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.