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 Sept. 19, 2022, 5:05 p.m.