R/z2r.r

#' Reverse Fisher's transformation of correlation cofficient to z-score 
#' 
#' @export
#' 
z2r <- function (z) (exp(2*z) - 1) / (exp(2*z) + 1)
devincaughey/CaugheyTools documentation built on May 9, 2021, 12:44 p.m.