averagePearsonRs: averagePearsonRs

Description Usage Arguments Author(s) See Also Examples

Description

Takes pairs of Pearson r's (correlation coefficients) and the accompanying n's (sample sizes) and returns their average.

Usage

1
averagePearsonRs(rs, ns, FishersZ = TRUE)

Arguments

rs

The correlation coefficients.

ns

The sample sizes.

FishersZ

Whether to compute the average through Fisher's z (only method implemented as of the writing of this document).

Author(s)

Gjalt-Jorn Peters

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

See Also

averageFishersZs, convert.r.to.fisherz

Examples

1
averagePearsonRs(c(.3, .4, .6), c(70, 80, 50));

Matherion/userfriendlyscience documentation built on May 7, 2019, 3:41 p.m.