fisher_z_transform: Fisher's Z transformation

View source: R/fisher_z_transform.R

fisher_z_transformR Documentation

Fisher's Z transformation

Description

Perform Fisher's r-to-Z transformation for given correlation coefficient(s).

Usage

fisher_z_transform(r = NULL)

Arguments

r

a (vector of) correlation coefficient(s)

Value

the output will be a vector of Z values which were transformed from the given r values.

Examples

fisher_z_transform(0.99)
fisher_z_transform(r = seq(0.1, 0.5, 0.1))

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