fisher_trans: Fisher's Transformation.

View source: R/fisher_trans.R

fisher_transR Documentation

Fisher's Transformation.

Description

The fisher_trans() function is used to transform the coefficient of correlation ρ values into their z-scores using the Fisher transform. This is a necessary step before conducting parametric analyses on the correlation coefficient distribution. The function takes as input a numeric value or a vector of numeric values and returns a corresponding numeric value or vector of numeric values.

Usage

fisher_trans(r)

Arguments

r

is the correlation coefficient to be transformed into a z score

Value

z-score

Examples

## Not run: fisher_trans(0.89)

pgrugwiro/variant documentation built on Aug. 2, 2022, 12:08 p.m.