Skip to content
Surf Wiki
Save to docs
general/multiple-comparisons

From Surf Wiki (app.surf) — the open knowledge base

Family-wise error rate

Probability of making type I errors when performing multiple hypotheses tests


Summary

Probability of making type I errors when performing multiple hypotheses tests

Family-wise error rate (FWER) is a term from statistics for the probability of making one or more false discoveries, or type I errors when performing multiple hypotheses tests. FWER is a metric that quantifies the risk caused by multiple testing. It's the probability of making one or more Type I errors across all tests in a family of comparisons. Controlling the FWER (for example, with Bonferroni or Holm corrections) is a way to address the problem created with multiple testing.

Familywise and experimentwise error rates

John Tukey developed in 1953 the concept of a familywise error rate as the probability of making a Type I error among a specified group, or "family," of tests. Ryan (1959) proposed the related concept of an experimentwise error rate, which is the probability of making a Type I error in a given experiment. Hence, an experimentwise error rate is a familywise error rate where the family includes all the tests that are conducted within an experiment.

As Ryan (1959, Footnote 3) explained, an experiment may contain two or more families of multiple comparisons, each of which relates to a particular statistical inference and each of which has its own separate familywise error rate. Hence, familywise error rates are usually based on theoretically informative collections of multiple comparisons. In contrast, an experimentwise error rate may be based on a collection of simultaneous comparisons that refer to a diverse range of separate inferences. Some have argued that it may not be useful to control the experimentwise error rate in such cases. Indeed, Tukey suggested that familywise control was preferable in such cases (Tukey, 1956, personal communication, in Ryan, 1962, p. 302).

Background

Within the statistical framework, there are several definitions for the term "family":

  • Hochberg & Tamhane (1987) defined "family" as "any collection of inferences for which it is meaningful to take into account some combined measure of error".
  • According to Cox (1982), a set of inferences should be regarded a family:
  1. To take into account the selection effect due to data dredging
  2. To ensure simultaneous correctness of a set of inferences as to guarantee a correct overall decision

To summarize, a family could best be defined by the potential selective inference that is being faced: A family is the smallest set of items of inference in an analysis, interchangeable about their meaning for the goal of research, from which selection of results for action, presentation or highlighting could be made (Yoav Benjamini).

Classification of multiple hypothesis tests

Main article: Classification of multiple hypothesis tests

Definition

The FWER is the probability of making at least one type I error in the family,

: \mathrm{FWER} = \Pr(V \ge 1), ,

or equivalently,

: \mathrm{FWER} = 1 -\Pr(V = 0).

Thus, by assuring \mathrm{FWER} \le \alpha,! ,, the probability of making one or more type I errors in the family is controlled at level \alpha,!.

A procedure controls the FWER in the weak sense if the FWER control at level \alpha,! is guaranteed only when all null hypotheses are true (i.e. when m_0 = m, meaning the "global null hypothesis" is true).

A procedure controls the FWER in the strong sense if the FWER control at level \alpha,! is guaranteed for any configuration of true and non-true null hypotheses (whether the global null hypothesis is true or not).

Controlling procedures

Some classical solutions that ensure strong level \alpha FWER control, and some newer solutions exist.

The Bonferroni procedure

Main article: Bonferroni correction

  • Denote by p_{i} the p-value for testing H_{i}
  • reject H_{i} if p_{i} \leq \frac{\alpha}{m}

The Šidák procedure

Main article: Šidák correction

  • Testing each hypothesis at level \alpha_{SID} = 1-(1-\alpha)^\frac{1}{m} is Sidak's multiple testing procedure.
  • This procedure is more powerful than Bonferroni but the gain is small.
  • This procedure can fail to control the FWER when the tests are negatively dependent.

Tukey's procedure

Main article: Tukey's range test

  • Tukey's procedure is only applicable for pairwise comparisons.
  • It assumes independence of the observations being tested, as well as equal variation across observations (homoscedasticity).
  • The procedure calculates for each pair the studentized range statistic: \frac {Y_{A}-Y_{B}} {SE} where Y_{A} is the larger of the two means being compared, Y_{B} is the smaller, and SE is the standard error of the data in question.
  • Tukey's test is essentially a Student's t-test, except that it corrects for family-wise error-rate.

Holm's step-down procedure (1979)

Main article: Holm–Bonferroni method

  • Start by ordering the p-values (from lowest to highest) P_{(1)} \ldots P_{(m)} and let the associated hypotheses be H_{(1)} \ldots H_{(m)}
  • Let k be the minimal index such that P_{(k)} \frac{\alpha}{m+1-k}
  • Reject the null hypotheses H_{(1)} \ldots H_{(k-1)}. If k = 1 then none of the hypotheses are rejected. This procedure is uniformly more powerful than the Bonferroni procedure. The reason why this procedure controls the family-wise error rate for all the m hypotheses at level α in the strong sense is, because it is a closed testing procedure. As such, each intersection is tested using the simple Bonferroni test.

Hochberg's step-up procedure

Yosef Hochberg's step-up procedure (1988) is performed using the following steps:

  • Start by ordering the p-values (from lowest to highest) P_{(1)} \ldots P_{(m)} and let the associated hypotheses be H_{(1)} \ldots H_{(m)}
  • For a given \alpha, let R be the largest k such that P_{(k)} \leq \frac{\alpha}{m+1-k}
  • Reject the null hypotheses H_{(1)} \ldots H_{(R)}

Hochberg's procedure is more powerful than Holm's. Nevertheless, while Holm’s is a closed testing procedure (and thus, like Bonferroni, has no restriction on the joint distribution of the test statistics), Hochberg’s is based on the Simes test, so it holds only under non-negative dependence. The Simes test is derived under assumption of independent tests; it is conservative for tests that are positively dependent in a certain sense and is anti-conservative for certain cases of negative dependence. However, it has been suggested that a modified version of the Hochberg procedure remains valid under general negative dependence.

Dunnett's correction

Main article: Dunnett's test

Charles Dunnett (1955, 1966) described an alternative alpha error adjustment when k groups are compared to the same control group. Now known as Dunnett's test, this method is less conservative than the Bonferroni adjustment.

Scheffé's method

Main article: Scheffé's method

Resampling procedures

The procedures of Bonferroni and Holm control the FWER under any dependence structure of the p-values (or equivalently the individual test statistics). Essentially, this is achieved by accommodating a `worst-case' dependence structure (which is close to independence for most practical purposes). But such an approach is conservative if dependence is actually positive. To give an extreme example, under perfect positive dependence, there is effectively only one test and thus, the FWER is uninflated.

Accounting for the dependence structure of the p-values (or of the individual test statistics) produces more powerful procedures. This can be achieved by applying resampling methods, such as bootstrapping and permutations methods. The procedure of Westfall and Young (1993) requires a certain condition that does not always hold in practice (namely, subset pivotality). The procedures of Romano and Wolf (2005a,b) dispense with this condition and are thus more generally valid.

Harmonic mean ''p''-value procedure

Main article: Harmonic mean p-value

The harmonic mean p-value (HMP) procedure provides a multilevel test that improves on the power of Bonferroni correction by assessing the significance of groups of hypotheses while controlling the strong-sense family-wise error rate. The significance of any subset \mathcal{R} of the m tests is assessed by calculating the HMP for the subset, \overset{\circ}{p}\mathcal{R} = \frac{\sum{i\in\mathcal{R}} w_{i}}{\sum_{i\in\mathcal{R}} w_{i}/p_{i}}, where w_1,\dots,w_m are weights that sum to one (i.e. \sum_{i=1}^m w_i=1). An approximate procedure that controls the strong-sense family-wise error rate at level approximately \alpha rejects the null hypothesis that none of the p-values in subset \mathcal{R} are significant when \overset{\circ}{p}\mathcal{R}\leq\alpha,w\mathcal{R} (where w_\mathcal{R}=\sum_{i\in\mathcal{R}}w_i). This approximation is reasonable for small \alpha (e.g. \alpha) and becomes arbitrarily good as \alpha approaches zero. An asymptotically exact test is also available (see main article).

Alternative approaches

FWER control exerts a more stringent control over false discovery compared to false discovery rate (FDR) procedures. FWER control limits the probability of at least one false discovery, whereas FDR control limits (in a loose sense) the expected proportion of false discoveries. Thus, FDR procedures have greater power at the cost of increased rates of type I errors, i.e., rejecting null hypotheses that are actually true.

On the other hand, FWER control is less stringent than per-family error rate control, which limits the expected number of errors per family. Because FWER control is concerned with at least one false discovery, unlike per-family error rate control it does not treat multiple simultaneous false discoveries as any worse than one false discovery. The Bonferroni correction is often considered as merely controlling the FWER, but in fact also controls the per-family error rate.

References

References

  1. (2025-05-08). "Family-Wise Error Rate".
  2. (1953). "The problem of multiple comparisons".
  3. Ryan, Thomas A.. (1959). "Multiple comparison in psychological research.". American Psychological Association (APA).
  4. (1962). "The experiment as the unit for computing rates of error". Psychological Bulletin.
  5. (1987). "Multiple Comparison Procedures". Wiley.
  6. (2009). "Multiple Testing Problems in Pharmaceutical Statistics". CRC Press.
  7. (1996). "Adjusting for multiple testing when reporting research results: the Bonferroni vs Holm methods". [[American Journal of Public Health]].
  8. (1988). "A Sharper Bonferroni Procedure for Multiple Tests of Significance". [[Biometrika]].
  9. (1986). "An improved Bonferroni procedure for multiple tests of significance". Biometrika.
  10. (1997). "The Simes method for multiple hypothesis testing with positively dependent test statistics". Journal of the American Statistical Association.
  11. (1998). "Some probability inequalities for ordered MTP2 random variables: a proof of the Simes conjecture". The Annals of Statistics.
  12. (1996). "Is the Simes improved Bonferroni procedure conservative?". Biometrika.
  13. (2008). "Negative dependence and the Simes inequality". Journal of Statistical Planning and Inference.
  14. (2018). "Hochberg procedure under negative dependence". Statistica Sinica.
  15. (1993). "Resampling-Based Multiple Testing: Examples and Methods for p-Value Adjustment". John Wiley.
  16. (2005a). "Exact and approximate stepdown methods for multiple hypothesis testing". [[Journal of the American Statistical Association]].
  17. (2005b). "Stepwise multiple testing as formalized data snooping". [[Econometrica]].
  18. (1958). "Significance tests in parallel and in series". Journal of the American Statistical Association.
  19. (2019). "The harmonic mean ''p''-value for combining dependent tests". Proceedings of the National Academy of Sciences USA.
  20. (2019-10-22). "Correction for Wilson, The harmonic mean p-value for combining dependent tests". Proceedings of the National Academy of Sciences.
  21. Shaffer, J. P.. (1995). "Multiple hypothesis testing". [[Annual Review of Psychology]].
  22. (2015). "Are per-family Type I error rates relevant in social and behavioral science?". Journal of Modern Applied Statistical Methods.
Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Family-wise error rate — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report