statistical-analysis

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

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/HaykTarkhanyan/dst_research --skill statistical-analysis-hayktarkhanyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statistical-analysis
Source: https://github.com/HaykTarkhanyan/dst_research/tree/main/.claude/skills/statistical-analysis
Command: npx skills add https://github.com/HaykTarkhanyan/dst_research --skill statistical-analysis-hayktarkhanyan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, scipy, matplotlib, seaborn, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Statistical-analysis provides a structured, guided workflow for choosing appropriate statistical tests, verifying assumptions, executing analyses, and producing APA-formatted reports to improve accuracy and reproducibility in research.

Core Features & Use Cases

  • Test Selection and Planning: help determine the right statistical tests based on data type, distribution, and design.
  • Assumption Checking: automated checks for normality, variance, independence, and linearity with diagnostic visuals.
  • Statistical Testing & Reporting: perform t-tests, ANOVA, regression, correlations, and Bayesian alternatives, with effect sizes and APA-style outputs.
  • Power Analysis & Reporting: plan studies with a priori power calculations and report results with clear interpretation.
  • Use Case: An academic study comparing student groups with multiple measures can be analyzed from test selection to APA-ready write-up.

Quick Start

Provide your dataset and research question, and the tool will guide test selection, run analyses, and generate APA-ready results.

Frequently Asked Questions about statistical-analysis

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

FAQPage Schema
How do I choose the right statistical test for my research data?

Choosing the right statistical test requires evaluating your data type, distribution, and study design. This skill guides you through structured test selection, checking assumptions like normality and variance, and executing analyses to produce accurate, reproducible conclusions.

Can I generate APA-formatted statistical reports automatically from a pandas dataset?

Yes, you can generate APA-formatted statistical reports directly from your pandas dataset. By providing your research question and data, the tool executes statistical testing and outputs APA-style results, complete with effect sizes and clear interpretation for academic research.

How do I check statistical assumptions like normality and variance before running an ANOVA?

Checking statistical assumptions involves verifying normality, variance, independence, and linearity. This skill automates assumption checks with diagnostic visuals generated via matplotlib and seaborn, ensuring your data meets requirements before executing tests like ANOVA or regression.

Does this tool support a priori power analysis for study planning?

Yes, the tool supports a priori power analysis for study planning. It calculates required sample sizes and helps you plan studies effectively, ensuring your research design has sufficient power before data collection begins.

What is the best way to run regression and correlation analyses with reproducible results?

The best way to run regression and correlation analyses with reproducible results is through a structured workflow. This skill uses numpy and scipy to execute tests, checks assumptions, and generates consistent, APA-ready outputs for academic publishing.

When should I use Bayesian alternatives instead of traditional hypothesis testing?

Bayesian alternatives should be used when traditional hypothesis testing assumptions are not met or when you need to quantify evidence more robustly. This skill performs both standard tests and Bayesian alternatives, reporting effect sizes and APA-style interpretations for either approach.