aggrPvals: Aggregate several p-values into one p-value

Description Usage Arguments Value Author(s) Examples

View source: R/Statistics.R

Description

The function aggregates several p-values into one p-value of p-values based on the order statistics of p-values. An overall p-value is given by the ith order statistic.

Usage

1
aggrPvals(pval.matrix, order, plot=TRUE)

Arguments

pval.matrix

Numeric matrix of p-values, columns represent different sets of p-values

order

Numeric constant, the order statistic that is used for the aggregation.

plot

Boolean value whether to plot p-value distributions.

Value

Aggregated p-value of the given order.

Author(s)

Daniela Beisser

Examples

1
2

assaron/BioNet documentation built on Sept. 18, 2020, 12:02 a.m.