R/getFisher.R

# Fisher's method
getFisher <- function (x) {
  return(-2*base::rowSums(log(x)))
}
AEBilgrau/metaHD documentation built on May 5, 2019, 11:29 a.m.