rtoz: Conducts an r to z transformation

View source: R/multilevel.R

rtozR Documentation

Conducts an r to z transformation

Description

Transforms a correlation (r) to a z variate using the formula provided on page 53 of Cohen & Cohen (1983). The formula is z=.5*((log(1+r))-(log(1-r))) where r is the correlation.

Usage

rtoz(rvalue)

Arguments

rvalue

The correlation to be z transformed.

Value

The z transformation.

Author(s)

Paul Bliese pdbliese@gmail.com

References

Cohen, J. & Cohen, P. (1983). Applied multiple regression/correlation analysis for the behavioral sciences (2nd Ed.). Hillsdale, NJ: Lawrence Erlbaum Associates.

See Also

cordif

Examples

rtoz(.84)

multilevel documentation built on March 18, 2022, 5:47 p.m.

Related to rtoz in multilevel...