R/print.GSA.R

Defines functions print.GSA

Documented in print.GSA

print.GSA <- function(x, ...) {
  cat("Call:\n")
  dput(x$call)
  mat1=x$fdr.lo
print("")
print("Negative")
  print(mat1, quote = FALSE)
  mat2=x$fdr.hi
print("")
print("")
print("Positive")
  print(mat2, quote = FALSE)

  invisible()
}

Try the GSA package in your browser

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

GSA documentation built on March 19, 2022, 5:05 p.m.