Puneet Varma (Editor)

Bonferroni correction

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In statistics, the Bonferroni correction is one of several methods used to counteract the problem of multiple comparisons.

Contents

Background

The Bonferroni correction is named after Italian mathematician Carlo Emilio Bonferroni for its use of Bonferroni inequalities, but modern usage is often credited to Olive Jean Dunn, who described the procedure's application to confidence intervals.

Statistical hypothesis testing is based on rejecting the null hypothesis if the likelihood of the observed data under the null hypotheses is low. If multiple comparisons are done or multiple hypotheses are tested, the chance of a rare event increases, and therefore, the likelihood of incorrectly rejecting a null hypothesis (i.e., making a Type I error) increases.

The Bonferroni correction compensates for that increase by testing each individual hypothesis at a significance level of α / m , where α is the desired overall alpha level and m is the number of hypotheses. For example, if a trial is testing m = 20 hypotheses with a desired α = 0.05 , then the Bonferroni correction would test each individual hypothesis at α = 0.05 / 20 = 0.0025 .

Definition

Let H 1 , , H m be a family of hypotheses and p 1 , , p m their corresponding p-values. Let m be the total number of null hypotheses and m 0 the number of true null hypotheses. The familywise error rate (FWER) is the probability of rejecting at least one true H i , that is, of making at least one type I error. The Bonferroni correction rejects the null hypothesis for each p i α m , thereby controlling the FWER at α . Proof of this control follows from Boole's inequality, as follows:

FWER = P { i = 1 m 0 ( p i α m ) } i = 1 m 0 { P ( p i α m ) } m 0 α m m α m = α .

This control does not require any assumptions about dependence among the p-values or about how many of the null hypotheses are true.

Generalization

Rather than testing each hypothesis at the α / m level, the hypotheses may be tested at any other combination of levels that add up to α , provided that the level of each test is determined before looking at the data. For example, for two hypothesis tests, an overall α of .05 could be maintained by conducting one test at .04 and the other at .01.

Confidence intervals

The Bonferroni correction can be used to adjust confidence intervals. If one establishes m confidence intervals, and wishes to have an overall confidence level of 1 α , each individual confidence interval can be adjusted to the level of 1 α m .

Alternatives

There are alternative ways to control the familywise error rate. For example, the Holm–Bonferroni method and the Šidák correction are universally more powerful procedures than the Bonferroni correction, meaning that they are always at least as powerful. Unlike the Bonferroni procedure, these methods do not control the expected number of Type I errors per family (the per-family Type I error rate).

Criticism

With respect to FWER control, the Bonferroni correction can be conservative if there are a large number of tests and/or the test statistics are positively correlated.

The correction comes at the cost of increasing the probability of producing false negatives, i.e., reducing statistical power.

There is not a definitive consensus on how to define a family in all cases, and adjusted test results may vary depending on the number of tests included in the family of hypotheses.

Note that these criticisms apply to FWER control in general, and are not specific to the Bonferroni correction.

References

Bonferroni correction Wikipedia


Similar Topics