Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Bonferroni Test01:10

Bonferroni Test

The Bonferroni test is a statistical test named after Carlo Emilio Bonferroni, an Italian mathematician best known for Bonferroni inequalities. This statistical test is a type of multiple comparison test to determine which means are different than the rest. Bonferroni test can minimize the Type 1 error by reducing the significance level alpha, which otherwise increases with sample pairs.
The means of different samples are first paired in all possible combinations.
The null hypothesis of the...
Multiple Comparison Tests01:13

Multiple Comparison Tests

Multiple comparison test, abbreviated as MCT, is a post hoc analysis generally performed after comparing multiple samples with one or more tests. An MCT will help identify a significantly different sample among multiple samples or a factor among multiple factors.
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
Identifying Statistically Significant Differences: The F-Test01:14

Identifying Statistically Significant Differences: The F-Test

The F-test is used to compare two sample variances to each other or compare the sample variance to the population variance. It is used to decide whether an indeterminate error can explain the difference in their values. The underlying assumptions that allow the use of the F-test include the data set or sets are normally distributed, and the data sets are independent of each other. The test statistic F is calculated by dividing one variance by another. In other words, the square of one standard...
Statistical Software for Data Analysis and Clinical Trials01:12

Statistical Software for Data Analysis and Clinical Trials

Statistical software is pivotal in data analysis and clinical trials by providing tools to analyze data, draw conclusions, and make predictions. These software packages range from simple data management applications to complex analytical platforms, supporting various statistical tests, models, and simulation techniques. Their significance lies in their ability to handle vast amounts of data with precision and efficiency, enabling researchers to validate hypotheses, identify trends, and make...
Statistical Hypothesis Testing01:16

Statistical Hypothesis Testing

Hypothesis testing is a critical statistical procedure facilitating informed, evidence-based decisions. It begins with a hypothesis, which is a tentative explanation, or a prediction about a population parameter. This hypothesis can be either a null hypothesis (H0), indicating no effect or difference, or an alternative hypothesis (Ha), suggesting an effect or difference.
Statistical significance measures the probability that an observed result occurred by chance. If this probability, known as...
Friedman Two-way Analysis of Variance by Ranks01:21

Friedman Two-way Analysis of Variance by Ranks

Friedman's Two-Way Analysis of Variance by Ranks is a nonparametric test designed to identify differences across multiple test attempts when traditional assumptions of normality and equal variances do not apply. Unlike conventional ANOVA, which requires normally distributed data with equal variances, Friedman's test is ideal for ordinal or non-normally distributed data, making it particularly useful for analyzing dependent samples, such as matched subjects over time or repeated measures from...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Mast cell proteases and their significance in physiology, pathology, and therapeutic approaches.

Pharmacological reviews·2026
Same author

The contribution of patient travel for phlebotomy to the carbon footprint of clinical laboratories.

Clinical biochemistry·2026
Same author

Multi-year population-based study of the clinical and epidemiological risk factors for mortality in nocardiosis: survival analysis from a large regional Canadian healthcare region.

BMC infectious diseases·2026
Same author

A validity evaluation of lexicon-based sentiment analysis of medical students' clinical performance from in-training evaluation reports.

Medical education·2025
Same author

Proteolytic dysfunction in bovine digital dermatitis caused by Treponema spp. and the therapeutic use of non-antimicrobial matrix metalloproteinase inhibitors.

Communications biology·2025
Same author

Population-based microbiological characterization of <i>Nocardia</i> strains causing invasive infections during a multiyear period in a large Canadian healthcare region.

Microbiology spectrum·2025

Related Experiment Video

Updated: May 25, 2026

Using Eye Movements Recorded in the Visual World Paradigm to Explore the Online Processing of Spoken Language
09:27

Using Eye Movements Recorded in the Visual World Paradigm to Explore the Online Processing of Spoken Language

Published on: October 13, 2018

An open-source software program for performing Bonferroni and related corrections for multiple comparisons.

Kyle Lesack1, Christopher Naugler

  • 1Faculty of Medicine, Bachelor of Health Sciences Program, Room G503, O'Brien Centre for the BHSc, 3330 Hospital Drive N.W. Calgary, Alberta T2N 4N1, 2.

Journal of Pathology Informatics
|January 26, 2012
PubMed
Summary

This study addresses the problem of spurious findings in scientific literature due to multiple statistical comparisons. It introduces an open-source Python program for Bonferroni, Bonferroni-Holm, and Benjamini-Hochberg corrections, offering an accessible solution for researchers.

Keywords:
Bonferroni correctionsoftware programtype I error

More Related Videos

Meta-analysis of Voxel-Based Neuroimaging Studies using Seed-based d Mapping with Permutation of Subject Images (SDM-PSI)
06:26

Meta-analysis of Voxel-Based Neuroimaging Studies using Seed-based d Mapping with Permutation of Subject Images (SDM-PSI)

Published on: November 27, 2019

Related Experiment Videos

Last Updated: May 25, 2026

Using Eye Movements Recorded in the Visual World Paradigm to Explore the Online Processing of Spoken Language
09:27

Using Eye Movements Recorded in the Visual World Paradigm to Explore the Online Processing of Spoken Language

Published on: October 13, 2018

Meta-analysis of Voxel-Based Neuroimaging Studies using Seed-based d Mapping with Permutation of Subject Images (SDM-PSI)
06:26

Meta-analysis of Voxel-Based Neuroimaging Studies using Seed-based d Mapping with Permutation of Subject Images (SDM-PSI)

Published on: November 27, 2019

Area of Science:

  • Statistics
  • Bioinformatics
  • Computational Biology

Background:

  • Multiple statistical comparisons in research can lead to an increased risk of type I errors, resulting in spurious findings.
  • Existing statistical correction methods like Bonferroni, Bonferroni-Holm, and Benjamini-Hochberg are crucial for maintaining scientific rigor.
  • A gap exists in accessible, open-source software for implementing these essential statistical corrections.

Purpose of the Study:

  • To present a novel, open-source software tool for performing common statistical corrections.
  • To provide researchers with an easy-to-use program for calculating family-wise significance and false discovery rates.
  • To enhance the reproducibility and reliability of scientific research by facilitating robust statistical analysis.

Main Methods:

  • Development of a program using Python 3.2.
  • Implementation of algorithms for standard Bonferroni correction.
  • Inclusion of calculations for the Bonferroni-Holm and Benjamini-Hochberg corrections.

Main Results:

  • A functional open-source program is now available for statistical correction calculations.
  • The program efficiently computes Bonferroni, Bonferroni-Holm, and Benjamini-Hochberg corrections.
  • This tool addresses the need for accessible, free software in statistical analysis.

Conclusions:

  • The developed Python program offers a practical solution for addressing multiple comparison issues in scientific research.
  • Widespread adoption of this open-source tool can help mitigate the reporting of spurious findings.
  • Researchers are encouraged to utilize this program to improve the statistical validity of their work.