View source: R/multiple_testing.R
fisher | R Documentation |
This function takes an array of p-values and returns a combined p-value using fisher's combining function:
-2 \sum_i \log(p_i)
fisher(pvalues)
pvalues |
Array of p-values |
Combined p-value using fisher's method
fisher(pvalues = c(.05, .1, .5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.