Audit statistical claims for methodological soundness. Triggers: p-values, statistical tests, "is this statistically sound", writing methods sections, reporting confidence intervals, effect sizes.
Audit every statistical claim in a manuscript for methodological soundness, correct test selection, and proper reporting.
rigorous stat-check path/to/paper.tex
rigorous stat-check path/to/analysis.py --type code
Use the rigorous.stat_check tool with parameters:
file: path to manuscript or analysis codetype: paper or codeLINE 198 FAIL "p < 0.05" -- report exact p-value (e.g., p = 0.032)
LINE 204 WARN t-test used but no normality check reported
LINE 215 FAIL 12 comparisons with no multiple-comparison correction
LINE 220 WARN No effect size reported for ANOVA result
LINE 231 PASS Cohen's d = 0.82 reported with 95% CI [0.41, 1.23]
0 -- all statistical claims sound1 -- warnings (missing but non-critical information)2 -- failures (incorrect tests, missing corrections)