transformZrtoR: transformZrtoR

View source: R/MetaAnalysisForFamiliesOfExperimentsSR.R

transformZrtoRR Documentation

transformZrtoR

Description

The function transforms a vector of standardized normal variates to their equivalent r-values.

Usage

transformZrtoR(zr)

Arguments

zr

A vector of standard normal variates.

Value

value of point biserial r

Author(s)

Barbara Kitchenham and Lech Madeyski

Examples

transformZrtoR(0.4236489)
# [1] 0.4
transformZrtoR(c(0.4236489, 0.2027326))
# [1] 0.4 0.2

reproducer documentation built on Oct. 18, 2023, 5:10 p.m.