z_to_r {MetaUtility} | R Documentation |
Convert Fisher's z to Pearson's r
Description
Converts Fisher's z to Pearson's r for use in meta-analysis.
Usage
z_to_r(z)
Arguments
z |
Fisher's z |
Examples
z_to_r( c(1.1, NA, -0.2) )
[Package MetaUtility version 2.1.2 Index]