combineTwoOneSidedPvaluesR {ffstream}R Documentation

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.


[Package ffstream version 0.1.6 Index]