powered by
Fisher's combined p-value, used to combine the results of individual statistical tests into an overall hypothesis.
stat.fishersMethod(x)
a floating point number, a combined p-value using Fisher's method.
- A vector of p-values (floating point numbers).
stat.fishersMethod(c(0.2,0.1,0.3)) # Output: 0.1152162
Run the code above in your browser using DataLab