R/r2z.r

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