transformZrtoR {reproducer} | R 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
[Package reproducer version 0.5.3 Index]