stat.fishersMethod: Fisher's Combined P-value

View source: R/stat.fishersMethod.r

stat.fishersMethodR Documentation

Fisher's Combined P-value

Description

Fisher's combined p-value, used to combine the results of individual statistical tests into an overall hypothesis.

Usage

stat.fishersMethod(x)

Arguments

x

- A vector of p-values (floating point numbers).

Value

a floating point number, a combined p-value using Fisher's method.

Examples

stat.fishersMethod(c(0.2,0.1,0.3))   # Output: 0.1152162

BRL-BCM/CTD documentation built on Nov. 2, 2023, 3:55 a.m.