Learn R Programming

CAFE (version 1.8.0)

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

Examples

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

Run the code above in your browser using DataLab