Jump to content

User:Talgalili/sandbox/Holm–Bonferroni method

From Wikipedia, the free encyclopedia

In statistics, the Holm–Bonferroni method [1] is a method used to counteract the problem of multiple comparisons. It is intended to control the Familywise error rate and offers a simple test uniformly more powerful than the Bonferroni correction. It is one of the earliest usage of stepwise algorithms in simultaneous inference.

It is named after Sture Holm who invented the method in 1978 and Carlo Emilio Bonferroni.

Introduction

[edit]

When considering several hypotheses in the same test the problem of multiplicity arises. Intuitively, the more hypotheses we check, the higher the probability to witness a rare result. With 10 different hypotheses and significance level of 0.05, there is more than 40% chance of having one or more type I errors. Holm–Bonferroni method is one of the many ways to address this issue. It modifies the rejection criteria in order to enable us to control the overall probability of witnessing one or more type I errors (also called the familywise error rate) at a predetermined level.

Formulation

[edit]

The method algorithm is as follows:

  • Let be a family of hypotheses and the corresponding P-values.
  • Start by ordering the p-values and let the associated hypotheses be
  • For a given significance level , let be the minimal index such that
  • Reject the null hypotheses and do not reject
  • If then don't reject any of the hypotheses and if no such exist then reject all hypotheses.

The Holm–Bonferroni method ensures that this method will control the , where is the Familywise error rate

Proof that Holm-Bonferroni controls the FWER

[edit]

Let be a family of hypotheses, and be the sorted p-values. Let be the set of indices corresponding to the (unknown) true null hypotheses, having members and define . Also let be the stopping index for Holm–Bonferroni method, as described above. In the case we don't reject any of the true null hypotheses, will be smaller than . Therefore, the .

Let's define . From Bonferroni inequalities we get that . Since the event of when and for all , , we can conclude that , as required.

Proof that Holm-Bonferroni controls the FWER using the closure principle

[edit]

The Holm-Bonferroni method can be viewed as closed testing procedure[2], with Bonferroni method applied locally on each of the intersections of null hypotheses.

It is a shortcut procedure since practically the number of comparisons to be made equal to or less, while the number of all intersections of null hypotheses to be tested is of order .

The closure principle states that a hypothesis in a family of hypotheses is rejected - while controlling the family-wise error rate of - if and only if all the sub-families of the intersections with are controlled at level of family-wise error rate of .

In Holm-Bonferroni procedure, we first test . If it is not rejected then the intersection of all null hypotheses is not rejected too, such that there exist at least one intersection hypothesis for each of elementary hypotheses that is not rejected, thus we reject none of the elementary hypotheses.

If is rejected at level then all the intersection sub-families that contain it are rejected too, thus is rejected. This is because is the smallest in each one of the intersection sub-families and the size of the sub-families is the most , such that the Bonferroni threshold larger than .

The same rational applies for . However, Since already rejected, it sufficient to reject all the intersection sub-families of without . Once holds all the intersections that contains are rejected.

The same applies for each .

Example

[edit]

Consider four null hypotheses with unadjusted p-values , , and , to be tested at significance level . Since the procedure is step-down, we first test , which has the smallest p-value . The p-value is compared to , the null hypothesis is rejected and we continue to the next one. Since we reject as well and continue. The next hypothesis is not rejected since . We stop testing and conclude that and are rejected and and are not rejected while controlling the Family Wise Error Rate at level . Note that even thou applies, is not rejected. This is because the testing procedure stops once there is no rejection.

Extensions

[edit]

Adjusted P-value

[edit]

The adjusted P-values for Holm–Bonferroni method are:

, where .

In the earlier example , the adjusted p-values are , , and . Only hypotheses and are rejected at level .


Šidák version

[edit]

It is possible to replace with

,

which will provide a more powerful test, but the increase in power will not be very big.

Weighted version

[edit]

Let be the ordered unadjusted p-values. Let , correspond to . Reject as long as

adjusted p-values: The adjusted weighted p-value are: , where .

Alternatives and usage

[edit]

Holm-Bonferroni method is uniformly more powerful than the classic Bonferroni correction. Since no assumptions required, it can always substitute the Bonferroni correction. However, it is not the best simultaneous inference controlling procedure available. There are many other methods that intend to control the family-wise error rate, many of them are more powerful than Holm-Bonferroni. Among those there is the Hochberg procedure (1988) and Hommel procedure [3] .

In Hochberg procedure rejection of is made after finding the maximal index such that . Thus, The Hochberg procedure is more powerful by construction. However, The Hochberg procedure require the hypotheses to be independent (or under some forms of positive dependence), while Holm-Bonferroni can be applied with no further assumptions on the data.

Bonferroni contribution

[edit]

Carlo Emilio Bonferroni did not take part in inventing the method described here. Holm originally called the method the "sequentially rejective Bonferroni test", and it became known as Holm-Bonferroni only after some time. Holm's motives for naming his method after Bonferroni are explained in the original paper: "The use of the Boole inequality within multiple inference theory is usually called the Bonferroni technique, and for this reason we will call our test the sequentially rejective Bonferroni test."

See also

[edit]

References

[edit]
  1. ^ Holm, S. (1979). "A simple sequentially rejective multiple test procedure". Scandinavian Journal of Statistics. 6 (2): 65–70. JSTOR 4615733. MR 0538597.
  2. ^ Marcus, R.; Peritz, E.; Gabriel, K. R. (1976). "On closed testing procedures with special reference to ordered analysis of variance". Biometrika. 63 (3): 655–660. doi:10.1093/biomet/63.3.655.
  3. ^ Hommel, G. (1988). "A stagewise rejective multiple test procedure based on a modified Bonferroni test". Biometrika. 75 (2): 383–386. doi:10.1093/biomet/75.2.383. ISSN 0006-3444.


Category:Hypothesis testing Category:Statistical tests Category:Multiple comparisons