Uses Fisher's method to combine p-values from different tests.
fisherp(x)
x
A vector of p-values between 0 and 1.
A combined p-value.
fisherp(c(.042, .02, .001, 0.01, .89))