GSAfisher.default: A GSAfisher default method

Description Usage Arguments Examples

View source: R/GSAfisher_default.R

Description

This function calculates the GSAfisher value for each pvalue

Usage

1
2
## Default S3 method:
GSAfisher(obj, ...)

Arguments

obj

The object you want to calculate the Fischer value

Examples

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

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