ifisherz {HardyWeinberg}R 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)))

[Package HardyWeinberg version 1.7.8 Index]