R/fisherz.R

Defines functions fisherz

Documented in fisherz

fisherz <- function(r) {
  # Fisher's z transformation for a correlation coefficient.
   y <- 0.5*log((1+r)/(1-r))
   return(y)
}

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.