Transform correlation coefficients with atanh(r) while rejecting values
outside the open interval (-1, 1).
Examples
fisher_z_transform(c(-0.5, 0, 0.5))
#> [1] -0.5493061 0.0000000 0.5493061
Transform correlation coefficients with atanh(r) while rejecting values
outside the open interval (-1, 1).
fisher_z_transform(c(-0.5, 0, 0.5))
#> [1] -0.5493061 0.0000000 0.5493061