Learn R Programming

ffstream (version 0.1.7.2)

combineTwoOneSidedPvaluesR: Combine two p-values into a single p-value

Description

Wrapper function to combine two p-values into a single p-value. Uses a type of 'reverse Bonferroni'.

Usage

combineTwoOneSidedPvaluesR(p1, p2)

Arguments

p1

The first p-value.

p2

The second p-value.