powered by
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)
Combined p-value using fisher's method
Array of p-values
fisher(pvalues = c(.05, .1, .5))
Run the code above in your browser using DataLab