statistical-analysis

Automate statistical analysis workflows with scipy, statsmodels, and pingouin.

1|2|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/danieldekay/copilot-config-promptops --skill statistical-analysis-danieldekay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statistical-analysis
Source: https://github.com/danieldekay/copilot-config-promptops/tree/main/skills/statistical-analysis
Command: npx skills add https://github.com/danieldekay/copilot-config-promptops --skill statistical-analysis-danieldekay

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 toolkit that guides hypothesis testing, diagnostics, and APA-style reporting to standardize and accelerate data-driven decisions in research projects.

Core Features & Use Cases

  • Test Selection and Planning: guides choosing appropriate tests based on data characteristics.
  • Assumption Checking & Diagnostics: automated normality, variance, outlier, and regression diagnostics.
  • Statistical Testing & Reporting: supports t-tests, ANOVA, regression, Bayesian methods, effect sizes, and APA-ready reports.
  • Reproducible Workflows: scripts and references provide end-to-end analysis pipelines from data loading to interpretation.

Quick Start

Run comprehensive_assumption_check on your dataset to generate a full diagnostic report.

Frequently Asked Questions about statistical-analysis

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

FAQPage Schema
How do I run assumption checks for hypothesis testing in Python?

Run assumption checks for hypothesis testing in Python by executing the comprehensive_assumption_check script on your dataset. This generates a full diagnostic report covering normality, variance, and outlier checks to validate test prerequisites.

Can I generate APA-style statistical reports from experimental data?

You can generate APA-style statistical reports from experimental data using this toolkit. It supports t-tests, ANOVA, regression, and Bayesian methods, formatting effect sizes and results into professional, publication-ready documentation.

What's the best way to choose the right statistical test for my research data?

The best way to choose the right statistical test for your research data is using this toolkit's test selection and planning feature. It guides you to appropriate tests based on your specific data characteristics and analysis requirements.

Do I need pandas and scipy installed to run Bayesian regression diagnostics?

Yes, you need pandas and scipy installed to run Bayesian regression diagnostics. This Skill requires Python libraries including numpy, pandas, scipy, matplotlib, and seaborn to execute its reproducible analysis workflows.

Does this statistical analysis toolkit support power analysis and effect sizes?

This statistical analysis toolkit supports power analysis and effect sizes alongside Bayesian methods. It provides end-to-end analysis pipelines from data loading to interpretation, ensuring comprehensive documentation for researchers.

Why should I use reproducible statistical workflows for observational data?

You should use reproducible statistical workflows for observational data to standardize and accelerate data-driven decisions. The included scripts and references provide end-to-end pipelines, ensuring consistent analysis and comprehensive documentation.