This function gives a gaussian Z-score corresponding to the provided p-value Careful: sign is not provided
stouffer(x)
x
a vector of Z scores
Z an integrated Z score
zs<-c(1,3,5,2,3) stouffer(zs)