stat.fishersMethod {CTD}R 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

[Package CTD version 1.2 Index]