fisher {aggregation}R Documentation

Fisher's Method

Description

Aggregate p-values with equal weights. Equivalent to the Lancaster method with all p-values weighted at 2.

Usage

fisher(pvalues)

Arguments

pvalues

A vector of p-values (i.e. between 0 and 1) to be aggregated with Fisher's method. NAs will be filtered out.

Examples

fisher(c(.1, .2, .3))

[Package aggregation version 1.0.1 Index]