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)))
}

Try the MBESS package in your browser

Any scripts or data that you put into this service are public.

MBESS documentation built on Oct. 26, 2023, 9:07 a.m.