https://github.com/jabulente/tukey-s-hsd-for-pairwise-group-comparisons
This repository contains a Python project dedicated to performing Tukey’s Honest Significant Difference (HSD) test for pairwise group comparisons.
https://github.com/jabulente/tukey-s-hsd-for-pairwise-group-comparisons
ai anova-analysis anova-test data-science data-visualization machine-learning math matplotlib-pyplot post-hoc post-hoc-analysis re real-world-problem-solving scipy-stats seaborn-plots statistics statsmodels string turkey-hsd
Last synced: 3 months ago
JSON representation
This repository contains a Python project dedicated to performing Tukey’s Honest Significant Difference (HSD) test for pairwise group comparisons.
- Host: GitHub
- URL: https://github.com/jabulente/tukey-s-hsd-for-pairwise-group-comparisons
- Owner: Jabulente
- License: mit
- Created: 2025-07-08T12:00:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T08:25:51.000Z (3 months ago)
- Last Synced: 2025-07-22T04:08:30.926Z (3 months ago)
- Topics: ai, anova-analysis, anova-test, data-science, data-visualization, machine-learning, math, matplotlib-pyplot, post-hoc, post-hoc-analysis, re, real-world-problem-solving, scipy-stats, seaborn-plots, statistics, statsmodels, string, turkey-hsd
- Language: Jupyter Notebook
- Homepage:
- Size: 447 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tukey's Honest Significant Difference (THSD)
Tukey's Honest Significant Difference (THSD) test is a post-hoc statistical analysis used to compare all possible group means after rejecting the null hypothesis in ANOVA. It controls the family-wise error rate, making it ideal for identifying which specific groups differ significantly in multi-group experiments