Learn R Programming

BGGM (version 2.0.3)

fisher_r_to_z: 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

Run this code
# NOT RUN {
fisher_r_to_z(0.5)
# }

Run the code above in your browser using DataLab