Takes pairs of Fisher's z's and the accompanying n's (sample sizes) and returns their average.

averageFishersZs(zs, ns)

Arguments

zs

The values of Fisher's z.

ns

The sample sizes (ns).

Value

The average of the Fisher's z values.

See also

Examples

averageFishersZs(c(1.1, 5.4), c(10, 30));
#> [1] 4.514706