plot_pvalues {ManyTests} | R Documentation |
Plots -log(p)
against the expected values of the Renyi decomposition (Cox, 2011).
plot_pvalues(p)
p |
A vector of p-values. |
Christiana Kartsonaki
Cox, D. R. (2011). Discovery: a statistical perspective. Phystat Conference CERN. <doi:10.5170/CERN-2011-006>
# generate a vector of p-values
p <- runif(100, 0, 1)
plot_pvalues(p)