fisher_r_to_z {BGGM} | R Documentation |
Fisher Z Transformation
Description
Tranform correlations to Fisher's Z
Usage
fisher_r_to_z(r)
Arguments
r |
correlation (can be a vector) |
Value
Fisher Z transformed correlation(s)
Examples
fisher_r_to_z(0.5)
[Package BGGM version 2.1.3 Index]