GSAfisher.summary: GSAfisher.summary

Description Usage Arguments Value Author(s) Examples

View source: R/GSAfisher.summary.R

Description

Summary method of GSAfisher function that computes a numerical summary of the marginal p-values.

Usage

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

Arguments

x

Numeric set of marginal p-values (one vector or a sinlge p-value).

...

Further arguments passed to or from other methods.

Value

summary.p

Summary statistics (min, 1st quantile, median, 3rd quantile, max) of a numerical set of marginal p-values.

Author(s)

Carlos Garcia Prieto

Examples

1
2
3
4
5
6
#Generate 1000 random values from an Uniform distribution U (0, 0.25). 
x<-runif(1000, 0, 0.25)
#Set data class to "summary"
class(x)<-"summary"
#Apply the GSAfisher.summary function to this data vector.
GSAfisher(x)

carlosgarciaprieto/GSAfishercombined documentation built on May 14, 2019, 5:13 a.m.