R/summary.GSAfisher.R

Defines functions summary.GSAfisher

Documented in summary.GSAfisher

summary.GSAfisher <-
function(object, ...) {
  cat("Fisher combined method","\n")
  cat("\n")
  cat("Imput data:", object$DataName,"\n")
  cat("X:",object$FisherCombinedStatistic, "Df:", object$Degreesoffreedom, "P.value", object$p.value, "\n")
  cat("Alternative Hypotesis: There is no global effect, ","\n")
}
Merguerrero/GSAFisherComb documentation built on May 7, 2019, 3:12 p.m.