powered by
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)
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
# NOT RUN { z_fisher(r = 0.7) z_fisher(z = 0.867) # }
Run the code above in your browser using DataLab