R/ifisherz.R

Defines functions ifisherz

Documented in ifisherz

ifisherz <- function(y) {
  # inverse of fisher's z transformation.
  r <- (exp(2*y) - 1)/(exp(2*y)+1)
  return(r)
}

Try the HardyWeinberg package in your browser

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

HardyWeinberg documentation built on May 7, 2022, 5:05 p.m.