Learn R Programming

HardyWeinberg (version 1.6.1)

ifisherz: 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)

See Also

cor

Examples

Run this code
# NOT RUN {
r <- 0.5
print(ifisherz(fisherz(r)))
# }

Run the code above in your browser using DataLab