r2z {psychometric} | R Documentation |
Fisher r to z'
Description
Converts a Pearson correlation coefficient to Fishers z'
Usage
r2z(x)
Arguments
x |
Pearson correlation coefficient |
Details
z' = .5 * log((1+r)/(1-r))
Value
Fisher z'
Author(s)
Thomas D. Fletcher t.d.fletcher05@gmail.com
References
Cohen, J., Cohen, P., West, S. G., & Aiken, L. S. (2003). Applied multiple regression/correlation analysis for the behavioral sciences (3rd ed.). Mahwah, NJ: Lawrence Erlbaum.
See Also
Examples
# From ch. 2 in Cohen et al (2003)
r2z(.657)
[Package psychometric version 2.4 Index]