combineFisherMethod {roar} | R Documentation |
This method should not be used by package users. Given a numerical vector of pvalues, which should be obtained from independent tests on the same null hypothesis, this will give the combined pvalue following the Fisher method.
combineFisherMethod(pvals)
pvals |
A numerical vector with pvalues of independent tests on the same H0. |
The combined pvalue given by the Fisher method.