Description Usage Arguments Value References Examples
View source: R/sinhelpfunctions.R
This function implements Fisher's z-transform, which maps a correlation rho in (-1,1) to
0.5*log((1+rho)/(1-rho)).
1 | fisherz(corrs)
|
corrs |
a vector of correlations in (-1,1). |
The return value is a vector of z-transformed correlations.
Anderson, T.W. (2003) An Introduction to Multivariate Statistical Analysis, third edition. Hoboken, New Jersey: Wiley. (See p.133-134).
1 2 |
[1] -0.5493061 0.0000000 0.5493061
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.