bonferroni_holm

Bonferroni-Holm method to control family wise error rate. Corrects multiple comparisons/hypothesis tests (returns adjusted p-values)

Al momento, stai seguendo questo contributo

Bonferroni-Holm (aka Holm-Bonferroni) determines whether a series of hypotheses are still significant controlling for family wise error rate (FWE) and subsequently controls for false discovery rate (FDR) The Bonferroni-Holm method corrects for multiple comparisons (hypothesis tests). It less conservative than the Bonferroni correction, but more powerful (so p-values are more likely to stay significant). This function accepts raw p values from 1 or more hypotheses and outputs the FWE-adjusted p-values, and a logical array indicating which p-values are still significant at alpha = 0.05 or other alpha, after correcting for FWE. See function code for instructions.

Cita come

E Zakreski (2026). bonferroni_holm (https://it.mathworks.com/matlabcentral/fileexchange/69817-bonferroni_holm), MATLAB Central File Exchange. Recuperato .

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
4.0

Changed so that adjusted p-values > 1 are set to 1.

3.0

fixed bug

2.0

fixed bug in adjusted p values

1.0.0