Šidák correction
In statistics, the Šidák correction, or Dunn–Šidák correction, is a method used to counteract the problem of multiple comparisons. It is a simple method to control the family-wise error rate. When all null hypotheses are true, the method provides familywise error control that is exact for tests that are stochastically independent, conservative for tests that are positively dependent, and liberal for tests that are negatively dependent. It is credited to a 1967 paper by the statistician and probabilist Zbyněk Šidák. The Šidák method can be used to adjust alpha levels, p-values, or confidence intervals.
Usage
- Given m different null hypotheses and a familywise alpha level of, each null hypothesis is rejected that has a p-value lower than.
- This test produces a familywise Type I error rate of exactly when the tests are independent of each other and all null hypotheses are true. It is less stringent than the Bonferroni correction, but only slightly. For example, for = 0.05 and m = 10, the Bonferroni-adjusted level is 0.005 and the Šidák-adjusted level is approximately 0.005116.
- One can also compute confidence intervals matching the test decision using the Šidák correction by computing each confidence interval at the 1/m % level.