rtoz | R Documentation |
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.
rtoz(rvalue)
rvalue |
The correlation to be z transformed. |
The z transformation.
Paul Bliese pdbliese@gmail.com
Cohen, J. & Cohen, P. (1983). Applied multiple regression/correlation analysis for the behavioral sciences (2nd Ed.). Hillsdale, NJ: Lawrence Erlbaum Associates.
cordif
rtoz(.84)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.