userfriendlyscience (version 0.7.1)

averageFishersZs: averageFishersZs

Description

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

Usage

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

averagePearsonRs

Examples

Run this code
# NOT RUN {
averageFishersZs(c(1.1, 5.4), c(10, 30));
# }

Run the code above in your browser using DataLab