psych (version 1.0-33)

fisherz: Fisher z transform of r

Description

convert a correlation to a z score using the Fisher transformation.

Usage

fisherz(rho)

Arguments

rho
a Pearson r

Value

  • z value corresponding to r

Examples

Run this code
cors <- seq(-.9,.9,.1)
round(fisherz(cors),2)

Run the code above in your browser using DataLab