Learn R Programming

MetaUtility (version 2.1.2)

r_to_z: Convert Pearson's r to Fisher's z

Description

Converts Pearson's r to Fisher's z for use in meta-analysis.

Usage

r_to_z(r)

Arguments

r

Pearson's correlation

Examples

Run this code
# NOT RUN {
r_to_z( c(.22, -.9, NA) )
# }

Run the code above in your browser using DataLab