r2z {psychometric} | R Documentation |
Converts a Pearson correlation coefficient to Fishers z'
r2z(x)
x |
Pearson correlation coefficient |
z' = .5 * log((1+r)/(1-r))
Fisher z'
Thomas D. Fletcher tom.fletcher.mp7e@statefarm.com
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.
# From ch. 2 in Cohen et al (2003) r2z(.657)