statistical-analysis

Guide statistical test selection, assumption checks, and APA-formatted reporting.

8|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/hxk622/TokenDance --skill statistical-analysis-hxk622
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statistical-analysis
Source: https://github.com/hxk622/TokenDance/tree/main/backend/app/skills/builtin/scientific/data-science/statistical-analysis
Command: npx skills add https://github.com/hxk622/TokenDance --skill statistical-analysis-hxk622

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires scipy, statsmodels, pingouin, pymc, arviz, pandas, matplotlib, sklearn, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies complex statistical analysis by guiding users through test selection, assumption checking, execution, and APA-formatted reporting, making advanced statistical methods accessible.

Core Features & Use Cases

  • Test Selection: Recommends appropriate statistical tests based on research questions and data types.
  • Assumption Checking: Automates verification of statistical assumptions with visualizations and recommendations.
  • Analysis Execution: Performs various statistical tests (t-tests, ANOVA, regression, Bayesian) using robust Python libraries.
  • APA Reporting: Generates publication-ready statistical reports, figures, and tables.
  • Use Case: A researcher needs to compare three experimental groups on a continuous outcome. This Skill helps select ANOVA, checks assumptions, runs the analysis, and provides an APA-formatted report with effect sizes.

Quick Start

Use the statistical-analysis skill to perform an independent samples t-test on the provided 'group_a_scores.csv' and 'group_b_scores.csv' files.

Frequently Asked Questions about statistical-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate APA-formatted statistical reports with Python?

To generate APA-formatted statistical reports, this Skill executes parametric and non-parametric tests using scipy and statsmodels, then automatically formats the results, effect sizes, and visualizations into publication-ready text and tables.

How do I choose the right hypothesis test for my research data?

Choosing the right hypothesis test is handled by the Skill's guided test selection feature, which recommends appropriate statistical methods based on your specific research questions and data types.

Can I run Bayesian analysis using pymc and arviz for academic research?

Yes, you can run Bayesian analysis for academic research using pymc and arviz, supported alongside traditional parametric tests like t-tests, ANOVA, and regression within the same statistical workflow.

How do I check statistical assumptions before running an ANOVA?

Checking statistical assumptions before an ANOVA is automated by the Skill, which verifies data requirements, generates visualizations, and provides recommendations to ensure your analysis is valid.

Does this statistical analysis tool support power analysis?

Yes, this statistical analysis tool supports power analysis, allowing you to calculate the required sample sizes and detect effect sizes to ensure your research is statistically robust.

What is the best way to compare multiple experimental groups on a continuous outcome?

The best way to compare multiple experimental groups is using ANOVA, which this Skill guides you through by checking assumptions, running the analysis, and providing an APA-formatted report with effect sizes.