plot_pvalues {ManyTests}R Documentation

Plot transformed p-values against the expected values of the Renyi decomposition

Description

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

Usage

plot_pvalues(p)

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

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

plot_pvalues(p)


[Package ManyTests version 1.2 Index]