plot_pvalues: Plot transformed _p_-values against the expected values of...

Description Usage Arguments Author(s) References See Also Examples

View source: R/plot_pvalues.R

Description

Plots -log(p) against the expected values of the Renyi decomposition (Cox, 2011).

Usage

1

Arguments

p

A vector of p-values.

Author(s)

Christiana Kartsonaki

References

Cox, D. R. (2011). Discovery: a statistical perspective. Phystat Conference CERN. <doi:10.5170/CERN-2011-006>

See Also

local_slope

Examples

1
2
3
4
# generate a vector of p-values
p <- runif(100, 0, 1)

plot_pvalues(p)

ManyTests documentation built on May 1, 2019, 10:16 p.m.