summary.GSAfisher: A summary method for the class GSAfisher

Description Usage Arguments Examples

View source: R/GSAfisher_summary.R

Description

This prints a brief summary for the object of class GSAfisher

Usage

1
2
## S3 method for class 'GSAfisher'
summary(obj, ...)

Arguments

obj

The object you want to see this brief summary

Examples

1
2
3
p.val <- runif(1000,0,0.25)
class(p.val) <- "GSAfisher"
summary(p.val)

obaeza16/oscar.baeza.package documentation built on June 5, 2020, 12:34 a.m.