Learn R Programming

aggregation (version 1.0.1)

fisher: 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

Run this code
# NOT RUN {
fisher(c(.1, .2, .3))
# }

Run the code above in your browser using DataLab