File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# MultipleTesting
22
3- The ` MultipleTesting ` package offers common algorithms for p-value adjustment and π0 estimation.
3+ The ` MultipleTesting ` package offers common algorithms for p-value adjustment and the estimation of the proportion π₀ of true null hypotheses .
44
55![ xkcd p-value guide] ( pvalues.png )
66
@@ -15,18 +15,18 @@ The `MultipleTesting` package offers common algorithms for p-value adjustment an
1515
1616## Features
1717
18- ### p-values adjustment
18+ ### Adjustment of p-values
1919
2020* Bonferroni
2121* Benjamini-Hochberg
22- * Benjamini-Hochberg "Adaptive" with known π0 or π0 estimation method (see section below)
22+ * Adaptive Benjamini-Hochberg with known π₀ or π₀ estimation method (see section below)
2323* Benjamini-Yekutieli
2424* Benjamini-Liu
2525* Hochberg
2626* Holm
2727* Hommel
2828* Sidak
29- * ForwardStop
29+ * Forward Stop
3030
3131``` julia
3232adjust (pvals, Bonferroni ())
@@ -43,17 +43,17 @@ adjust(pvals, ForwardStop())
4343```
4444
4545
46- ### π0 estimation
46+ ### Estimation of π₀
4747
4848* Storey
4949* Storey's closed-form bootstrap
50- * Least SLope (LSL)
51- * Two STep (TST)
50+ * Least Slope
51+ * Two Step
5252* RightBoundary (Storey's estimate with dynamically chosen λ)
53+ * Beta-Uniform Mixture (BUM)
5354* Censored BUM
54- * BUM
55- * FlatGrenander
56- * Oracle for known π0
55+ * Flat Grenander
56+ * Oracle for known π₀
5757
5858``` julia
5959estimate_pi0 (pvals, Storey ())
You can’t perform that action at this time.
0 commit comments