R/transform_r.Z.R

Defines functions transform_r.Z

Documented in transform_r.Z

transform_r.Z <- function(r)
{
  return((1/2)*log((1+r)/(1-r)))
}
yelleKneK/MBESS documentation built on Oct. 30, 2023, 1:13 p.m.