fisher {permutest} | 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))