What problem does it solve? Researchers often struggle to choose the right statistical test, verify assumptions, calculate effect sizes, and report results in APA format. This Skill guides the full analysis workflow from test selection through publication-ready reporting, reducing errors like violated assumptions, missing effect sizes, and misreported statistics. ## Core Features & Use Cases - Test Selection & Assumption Checking: Decision trees for choosing t-tests, ANOVA, chi-square, regression, or non-parametric alternatives, plus automated normality, variance, and outlier diagnostics via scripts/assumption_checks.py. - Frequentist & Bayesian Analysis: Worked examples using scipy, statsmodels, pingouin, and pymc, including Bayes Factors and posterior interpretation. - Effect Sizes, Power Analysis & APA Reporting: Compute Cohen's d, eta-squared, and Cramér's V with confidence intervals, run a priori power analyses, and generate APA-style result write-ups. - Use Case: A graduate student comparing exam scores across three teaching methods can check ANOVA assumptions, run the test with Tukey post-hoc comparisons, report partial eta-squared, and produce a formatted APA results paragraph. ## Quick Start Analyze my dataset comparing test scores across three groups, check the assumptions, run the appropriate test with effect sizes, and write the results in APA format.