fisher.method {CAFE}R Documentation

Combines pvalues by using Fisher's method

Description

Combines pvalues by using Fisher's method

Usage

fisher.method(pvals)

Arguments

pvals

Vector of p values

Value

Combined p value

Author(s)

Sander Bollen

Examples

pvals <- runif(20) #generate 20 pvals
fisher.method(pvals)

[Package CAFE version 1.30.0 Index]