Fisher's Z transformation
Perform Fisher's r-to-Z transformation for given correlation coefficient(s).
fisher_z_transform(r = NULL)
r
: a (vector of) correlation coefficient(s)the output will be a vector of Z values which were transformed from the given r values.
fisher_z_transform(0.99) fisher_z_transform(r = seq(0.1, 0.5, 0.1))
Useful links