averageFishersZs: averageFishersZs

Description Usage Arguments Value Author(s) See Also Examples

View source: R/averageFishersZs.R

Description

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

Usage

1

Arguments

zs

The values of Fisher's z.

ns

The sample sizes (ns).

Value

The average of the Fisher's z values.

Author(s)

Gjalt-Jorn Peters

Maintainer: Gjalt-Jorn Peters <gjalt-jorn@userfriendlyscience.com>

See Also

averagePearsonRs

Examples

1
averageFishersZs(c(1.1, 5.4), c(10, 30));

userfriendlyscience documentation built on May 2, 2019, 1:09 p.m.