R/GSAfisher.default.R

Defines functions GSAfisher.default

Documented in GSAfisher.default

GSAfisher.default <-
function(x,...){
  p<-pchisq(-2 * sum(log(x)),df=2*length(x),lower.tail=FALSE)
  return(p)
}

Try the GSAfisherCombined package in your browser

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

GSAfisherCombined documentation built on May 1, 2019, 9:26 p.m.