What problem does it solve? Choosing the right statistical test, verifying its assumptions, and reporting results correctly is error-prone for researchers. This Skill provides a guided workflow for hypothesis testing, effect size calculation, power analysis, and APA-style reporting so analyses are methodologically sound and publication-ready. ## Core Features & Use Cases - Test Selection and Assumption Checking: Decision trees for choosing t-tests, ANOVA, chi-square, regression, or non-parametric alternatives, plus an automated assumption_checks.py module for normality, homogeneity of variance, outliers, and linearity diagnostics. - Effect Sizes, Power Analysis, and Bayesian Methods: Compute Cohen's d, eta-squared, Cramér's V with confidence intervals, run a priori power analyses, and fit Bayesian models with PyMC including Bayes Factors and credible intervals. - Use Case: A graduate student comparing exam scores across three teaching conditions uses the test selection guide to pick one-way ANOVA, validates assumptions with the provided script, runs the analysis with pingouin, and writes up results using the APA report templates. ## Quick Start Ask the assistant to help you choose and run the appropriate statistical test for your dataset, check its assumptions, and report the results in APA format.