Combines pvalues by using Fisher's method
fisher.method(pvals)
pvals
Vector of p values
Combined p value
Sander Bollen
pvals <- runif(20) #generate 20 pvals fisher.method(pvals)