fisher: Fisher's Method

Description Usage Arguments Examples

View source: R/fisher.R

Description

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

Usage

1
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

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

Example output

[1] 0.1152162

aggregation documentation built on May 2, 2019, 9:14 a.m.