Learn R Programming

MetaUtility (version 1.2.0)

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 {
# convert a Pearson correlation of -0.8 to Fisher's z
r_to_z(-0.8)
# }

Run the code above in your browser using DataLab