r2z: Fisher r to z'

r2zR 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

z2r, CIr,

Examples

# From ch. 2 in Cohen et al (2003)
r2z(.657)


psychometric documentation built on Nov. 6, 2023, 1:06 a.m.