Learn R Programming

kim (version 0.5.3)

z_to_r_transform: Z to r transformation (Inverse of Fisher's Z transformation)

Description

Perform the Z-to-r transformation (i.e., the inverse of Fisher's r-to-Z transformation) for given Z value(s).

Usage

z_to_r_transform(z = NULL)

Value

the output will be a vector of correlation coefficient(s) that are the result(s) of the Z-to-r transformation.

Arguments

z

a (vector of) Z values

Examples

Run this code
z_to_r_transform(2.646652)
z_to_r_transform(z = -3:3)

Run the code above in your browser using DataLab