Learn R Programming

HardyWeinberg (version 1.6.1)

fisherz: 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

See Also

cor

Examples

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

Run the code above in your browser using DataLab