powered by
Takes pairs of Fisher's z's and the accompanying n's (sample sizes) and returns their average.
averageFishersZs(zs, ns)
The values of Fisher's z.
The sample sizes (ns).
The average of the Fisher's z values.
averagePearsonRs
# NOT RUN { averageFishersZs(c(1.1, 5.4), c(10, 30)); # }
Run the code above in your browser using DataLab