Description Usage Arguments Value Author(s) See Also Examples
View source: R/averageFishersZs.R
Takes pairs of Fisher's z's and the accompanying n's (sample sizes) and returns their average.
1 | averageFishersZs(zs, ns)
|
zs |
The values of Fisher's z. |
ns |
The sample sizes (ns). |
The average of the Fisher's z values.
Gjalt-Jorn Peters
Maintainer: Gjalt-Jorn Peters <gjalt-jorn@userfriendlyscience.com>
1 | averageFishersZs(c(1.1, 5.4), c(10, 30));
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.