Takes pairs of Fisher's z's and the accompanying n's (sample sizes) and returns their average.
averageFishersZs(zs, ns)
zs | The values of Fisher's z. |
---|---|
ns | The sample sizes (ns). |
The average of the Fisher's z values.
averageFishersZs(c(1.1, 5.4), c(10, 30));#> [1] 4.514706