statistical-analysis

Guide statistical analyses from hypothesis testing to APA-style reporting.

87|7|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/leonardodalinky/SciDER --skill statistical-analysis-leonardodalinky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: statistical-analysis
Source: https://github.com/leonardodalinky/SciDER/tree/main/.scider/skills/statistical-analysis
Command: npx skills add https://github.com/leonardodalinky/SciDER --skill statistical-analysis-leonardodalinky

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Statistical analysis in academic research is error-prone and time-consuming; this Skill provides a structured, frontmatter-driven framework to guide test selection, assumption checking, power analysis, and APA-formatted reporting.

Core Features & Use Cases

  • Test selection guidance for t-tests, ANOVA, regression, chi-square, and Bayesian alternatives.
  • Automated assumption checks (normality, homogeneity of variance, linearity) with diagnostic visuals.
  • Power analysis and effect-size reporting to plan studies and interpret results.
  • APA-style reporting templates and reproducible workflows, with optional Python scripts for automation.

Quick Start

Load your dataset and run comprehensive_assumption_check on the target variable to begin automated checks.

Frequently Asked Questions about statistical-analysis

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

FAQPage Schema
How do I run statistical analysis with assumption checking and APA-style reporting?

Statistical analysis is guided by loading your dataset and running a comprehensive assumption check on target variables to initiate automated normality, variance, and linearity diagnostics before test selection.

How do I know which statistical test to use for my experimental or observational data?

Test selection guidance covers t-tests, ANOVA, regression, chi-square, and Bayesian alternatives, matching the appropriate statistical test to your experimental or observational dataset based on hypothesis testing requirements and assumption check results.

Can I perform power analysis and effect-size reporting using pandas and scipy?

Power analysis and effect-size reporting are supported alongside pandas and scipy dependencies, enabling you to plan studies and interpret results by calculating required sample sizes and statistical power for your hypothesis testing.

Does this approach support Bayesian methods as an alternative to traditional hypothesis testing?

Bayesian methods are supported as alternatives to traditional hypothesis testing, providing a structured framework to apply Bayesian statistical analysis across your datasets when standard frequentist approaches face assumption violations or interpretation limits.

What is the best way to ensure reproducibility in statistical analysis workflows?

Reproducibility in statistical analysis is ensured through frontmatter metadata, references, and optional Python scripts, creating reproducible workflows that document test selection, assumption checks, and APA-formatted reporting outputs.