Learn R Programming

reproducer (version 0.5.3)

transformZrtoR: transformZrtoR

Description

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

Usage

transformZrtoR(zr)

Value

value of point biserial r

Arguments

zr

A vector of standard normal variates.

Author

Barbara Kitchenham and Lech Madeyski

Examples

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

Run the code above in your browser using DataLab