z_fisher | R Documentation |
The Fisher z-transformation converts the standard Pearson's r to a normally distributed variable z'. It is used to compute confidence intervals to correlations. The z' variable is different from the z-statistic.
z_fisher(r = NULL, z = NULL)
r , z |
The r or the z' value to be converted. |
The transformed value.
Zar, J.H., (2014). Spearman Rank Correlation: Overview. Wiley StatsRef: Statistics Reference Online. doi:10.1002/9781118445112.stat05964
z_fisher(r = 0.7)
z_fisher(z = 0.867)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.