Multiple testing correction
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill multiple-testing-correctionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Multiple comparison correction methods
SKILL.md
1.2 KB, as published. Nobody here has run it
Multiple Testing Correction
Purpose
Provides multiple comparison correction methods for controlling error rates in simultaneous hypothesis testing.
Capabilities
- Bonferroni correction
- Holm-Bonferroni method
- Benjamini-Hochberg FDR control
- Sidak correction
- Permutation-based corrections
- Family-wise error rate control
Usage Guidelines
- Error Rate Selection: Choose FWER vs FDR based on goals
- Method Selection: Apply appropriate correction method
- Dependency Handling: Account for test dependencies
- Interpretation: Report adjusted p-values correctly
Tools/Libraries
- statsmodels
- scipy.stats
- multcomp (R)
- multtest (R)