fisherz: Fisher's z transformation

View source: R/fisherz.R

fisherzR Documentation

Fisher's z transformation

Description

Calculates Fisher's z transformation for a correlation coefficient

Usage

fisherz(r)

Arguments

r

a correlation coefficient

Value

a real number

Author(s)

Jan Graffelman (jan.graffelman@upc.edu)

See Also

cor

Examples

r <- 0.5
print(fisherz(r))

HardyWeinberg documentation built on May 29, 2024, 6:17 a.m.