powered by
Aggregate p-values with equal weights. Equivalent to the Lancaster method with all p-values weighted at 2.
fisher(pvalues)
A vector of p-values (i.e. between 0 and 1) to be aggregated with Fisher's method. NAs will be filtered out.
# NOT RUN { fisher(c(.1, .2, .3)) # }
Run the code above in your browser using DataLab