Learn R Programming

Tmisc (version 1.0.1)

fisherp: Fisher's method to combine p-values.

Description

Uses Fisher's method to combine p-values from different tests.

Usage

fisherp(x)

Value

A combined p-value.

Arguments

x

A vector of p-values between 0 and 1.

Examples

Run this code
fisherp(c(.042, .02, .001, 0.01, .89))

Run the code above in your browser using DataLab