Learn R Programming

rACMEMEEV (version 1.0.1)

fisher_z_transform: Perform the Fisher Z Transformation

Description

Take a validity coefficient and perform the Fisher Z Transformation to approximate a normal distribution

Usage

fisher_z_transform(coefficient)

Value

Transformed validity coefficient

Arguments

coefficient

numeric The validity coefficient to transform.

Examples

Run this code
coef <- 0.3
fisher_z_transform(coef)

Run the code above in your browser using DataLab