powered by
The function transforms a vector of point biserial r values to their normal approximation. It also works for the correlation r.
transformRtoZr(r)
A vector of r-values
value of normal approximation of point biserial r
# NOT RUN { reproducer::transformRtoZr(0.4) # [1] 0.4236489 Zr=reproducer::transformRtoZr(c(0.4,0.2)) Zr # [1] 0.4236489 0.2027326 # }
Run the code above in your browser using DataLab