ifisherz: Inverse Fisher z transformation

View source: R/ifisherz.R

ifisherzR Documentation

Inverse Fisher z transformation

Description

Calculates the inverse of Fisher's z transformation

Usage

ifisherz(y)

Arguments

y

a real number

Value

a correlation coefficient in the range (-1,1)

Author(s)

Jan Graffelman (jan.graffelman@upc.edu)

See Also

cor

Examples

r <- 0.5
print(ifisherz(fisherz(r)))

HardyWeinberg documentation built on May 7, 2022, 5:05 p.m.