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

View source: R/z_to_r_transform.R

z_to_r_transformR Documentation

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)

Arguments

z

a (vector of) Z values

Value

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

Examples

z_to_r_transform(2.646652)
z_to_r_transform(z = -3:3)

kim documentation built on Oct. 9, 2023, 5:08 p.m.