fisher_trans | R Documentation |
The fisher_trans() function is used to transform the coefficient of correlation ρ values into their z-scores using the Fisher transform. This is a necessary step before conducting parametric analyses on the correlation coefficient distribution. The function takes as input a numeric value or a vector of numeric values and returns a corresponding numeric value or vector of numeric values.
fisher_trans(r)
r |
is the correlation coefficient to be transformed into a z score |
z-score
## Not run: fisher_trans(0.89)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.