open01: Map P-Values to Open Unit Interval

Description Usage Arguments Value Author(s) References

Description

This function maps a vector of p-values to the open unit interval (that is, it bounds them away from 0 and 1). The interval approaches [0,1] as B (the number of permutations) increases. Intended as input for a p-value combining function.

Usage

1
open01(p, B)

Arguments

p

Vector of p-values

B

Number of samples from the permutation space

Value

Vector of transformed p-values

Author(s)

Devin Caughey <devin.caughey@gmail.com>

References

Pesarin, Fortunato, and Luigi Salmaso. 2010. Permutation Tests for Complex Data. Chichester, UK: Wiley.


NPC documentation built on May 2, 2019, 5:07 a.m.

Related to open01 in NPC...