print.GSAfisher: A print method for the class GSAfisher

Description Usage Arguments Examples

View source: R/GSAfisher_print.R

Description

This prints the GSAfisher estatistic value

Usage

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

Arguments

obj

The object you want to calculate the GSAfisher estatistic value

Examples

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

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