fisherz {HardyWeinberg} | R 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
Examples
r <- 0.5
print(fisherz(r))
[Package HardyWeinberg version 1.7.8 Index]