What problem does it solve?
This Skill streamlines complex statistical analysis, from selecting the right tests to generating professional APA-style reports, making advanced statistical methods accessible for research and data interpretation.
Core Features & Use Cases
- Test Selection: Guides users to the most appropriate statistical tests (t-tests, ANOVA, regression, etc.) based on data and research questions.
- Assumption Checking: Automates verification of statistical assumptions (normality, homogeneity of variance) with visualizations and recommendations.
- Analysis Execution: Performs a wide range of statistical tests using Python libraries like SciPy, Statsmodels, and Pingouin.
- Reporting: Generates publication-ready APA-style reports, including effect sizes and confidence intervals.
- Use Case: A researcher has experimental data and needs to determine if there's a significant difference between three groups, check assumptions, run an ANOVA, and report the findings in APA format.
Quick Start
Use the statistical-analysis skill to perform an independent samples t-test on the provided 'group_a.csv' and 'group_b.csv' files.