What problem does it solve? Choosing the right statistical test, verifying its assumptions, and reporting results in APA format is error-prone for researchers, often leading to invalid conclusions or rejected manuscripts. ## Core Features & Use Cases - Test Selection Guidance: Decision trees map research questions and data characteristics to appropriate tests (t-tests, ANOVA, chi-square, regression, non-parametric alternatives). - Automated Assumption Checking: The assumption_checks.py script runs normality tests, Levene's test, outlier detection, and diagnostic plots with interpretive recommendations. - Effect Sizes, Power Analysis, and Bayesian Methods: Calculate Cohen's d, eta-squared, and Bayes Factors, and run a priori power analyses to determine sample sizes. - Use Case: A graduate student comparing exam scores across three teaching conditions uses the skill to select a one-way ANOVA, verify normality and homogeneity, run Tukey post-hoc tests, and produce an APA-formatted results paragraph. ## Quick Start Help me choose and run the right statistical test to compare exam scores across my three experimental groups, check the assumptions, and write up the results in APA style.