Z to r transformation (Inverse of Fisher's Z transformation)
Perform the Z-to-r transformation (i.e., the inverse of Fisher's r-to-Z transformation) for given Z value(s).
z_to_r_transform(z = NULL)
z
: a (vector of) Z valuesthe output will be a vector of correlation coefficient(s) that are the result(s) of the Z-to-r transformation.
z_to_r_transform(2.646652) z_to_r_transform(z = -3:3)
Useful links