Description Usage Arguments Details Value Examples
FisherMethodPValue
combines p-values using Fisher's method.
1 | FisherMethodPValue(pvals, zero.sub = 1e-05, na.rm = FALSE)
|
pvals |
A matrix or data.frame containing the p-values from the single tests |
zero.sub |
Replacement for p-values of 0 |
na.rm |
Logical indicating whether NA values should be removed from the analysis. |
Function for combining p-values by performing Fisher's method, which combines p-values to a statistic:
χ_{2k}^k = -2 ∑_{i = 1}^{k} ln(p_i)
A numeric vector with combined p-value
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.