$npx skillfedfor your agent

statistical-analysis

Conduct rigorous statistical tests—t-tests, ANOVA, chi-square, correlation, regression, and Bayesian methods—with systematic assumption verification and effect size reporting. The skill walks you through test selection, data inspection, assumption diagnostics, and APA-style write-ups so your analysis withstands peer review.

Statistical Analysis guides you through hypothesis testing, assumption checking, and APA-formatted reporting for research data.

AI-generated summary based on this skill's SKILL.md

31,940 3,173 MITupdated by K-Dense-AI

Decision gist · record as of 2026-07-28

Statistical Analysis guides you through hypothesis testing, assumption checking, and APA-formatted reporting for research data. Conduct rigorous statistical tests—t-tests, ANOVA, chi-square, correlation, regression, and Bayesian methods—with systematic assumption verification and effect size reporting. The skill walks you through test selection, data inspection, assumption diagnostics, and APA-style write-ups so your analysis withstands peer review.

manual: git clone https://github.com/K-Dense-AI/scientific-agent-skills → cp -r scientific-agent-skills/skills/statistical-analysis ~/.claude/skills/statistical-analysis
skills/statistical-analysis/SKILL.md · version ce761320

Use it when

  • statistical-analysis emphasizes verifying assumptions before interpreting results.
  • statistical-analysis computes effect sizes (Cohen's d, eta-squared, Cramér's V) and confidence intervals for your chosen test.

Verify before relying

Read SKILL.md below before installing (7 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

K-Dense-AI/scientific-agent-skills/statistical-analysis · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I run a t-test in statistical-analysis?

statistical-analysis guides you through t-test selection and execution. Start by checking normality assumptions with Shapiro-Wilk or Q-Q plots. For equal variances, use Student's t-test; for unequal variances, use Welch's t-test. The skill helps you calculate the test statistic, p-value, effect size (Cohen's d), and confidence intervals, then format results in APA style with complete methodology documentation.

What should I check before running ANOVA?

statistical-analysis emphasizes verifying assumptions before interpreting results. Before ANOVA, check normality in each group (Shapiro-Wilk test), homogeneity of variance (Levene's test), and independence of observations. If violations occur, the skill guides you toward alternatives like Kruskal-Wallis (non-parametric) or robust methods. Post-hoc tests like Tukey HSD handle multiple comparisons after significant ANOVA results.

How does statistical-analysis calculate effect size and confidence intervals?

statistical-analysis computes effect sizes (Cohen's d, eta-squared, Cramér's V) and confidence intervals for your chosen test. These quantify practical significance beyond p-values. The skill also performs power analysis to determine required sample size before data collection or post-hoc power after analysis, ensuring your study design and interpretation meet research standards.

Can statistical-analysis handle non-parametric tests?

Yes. statistical-analysis covers Mann-Whitney U for independent groups, Wilcoxon signed-rank for paired data, and Kruskal-Wallis for multiple groups when normality or other assumptions fail. The skill guides assumption violation diagnosis and recommends appropriate non-parametric alternatives, then reports findings with effect sizes and confidence intervals in APA format.

Does statistical-analysis support Bayesian analysis?

statistical-analysis includes Bayesian methods to obtain posterior distributions and credible intervals. This approach complements frequentist hypothesis testing by quantifying uncertainty around parameters. The skill helps you specify priors, interpret posteriors, and report Bayesian findings alongside traditional statistics for comprehensive inference.

How do I report statistical findings in APA format?

statistical-analysis provides templates and examples for APA-style reporting. Include test name, test statistic, degrees of freedom, p-value, effect size, and confidence interval. The skill documents your complete methodology—sample size, assumptions checked, violations addressed, and post-hoc tests applied—so your analysis withstands peer review and meets publication standards.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Statistical Analysis

Overview

Conduct hypothesis tests (t-tests, ANOVA, chi-square), regression, correlation, and Bayesian analyses with systematic assumption checking, effect sizes, and APA-style reporting. The goal is an analysis a reviewer could not tear apart: the right test, verified assumptions, honest effect sizes, and a complete write-up.

When to Use This Skill

Use this skill when: - Conducting statistical hypothesis tests (t-tests, ANOVA, chi-square, non-parametric) - Performing regression or

(truncated - see the full file via the links below)

File tree — 7 files
skills/statistical-analysis/SKILL.md
skills/statistical-analysis/references/assumptions_and_diagnostics.md
skills/statistical-analysis/references/bayesian_statistics.md
skills/statistical-analysis/references/effect_sizes_and_power.md
skills/statistical-analysis/references/reporting_standards.md
skills/statistical-analysis/references/test_selection_guide.md
skills/statistical-analysis/scripts/assumption_checks.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Select and run the appropriate statistical test for comparing groups or testing hypotheses”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Statistical Analysis
by jaechang-hits · jaechang-hits/SciAgent-Skills

Statistical Analysis guides you through test selection, assumption verification, and effect size reporting for academic research. It covers frequentist methods like t-tests, ANOVA, and regression alongside Bayesian approaches, with specialized workflows for survival analysis, count models, and reliability assessment.

no license declared → metadata onlyupdated Jul 2026
★ 284repo stars
Statistical Analysis
by drshailesh88 · drshailesh88/integrated_content_OS

Statistical Analysis guides researchers through rigorous interpretation of cardiology trial data, from selecting appropriate statistical tests to reporting effect sizes and confidence intervals. It covers test selection for different data types, explains p-values and their limits, and provides APA-style reporting templates with real trial examples.

no license declared → metadata onlyupdated Jun 2026
★ 5repo stars
data-analysis
by beita6969 · beita6969/ScienceClaw

Data Analysis handles the full workflow of scientific data exploration: load CSV, Excel, or JSON files; identify and remove missing values, duplicates, and outliers; generate distributions and correlation heatmaps; and run parametric or non-parametric tests depending on your data's characteristics. Fit OLS, logistic, or mixed-effects regression models and export publication-ready results with effect sizes and confidence intervals.

MITupdated Jun 2026
★ 869repo stars
statistical-analysis
by winstonkoh87 · winstonkoh87/Athena-Public

This skill provides a structured five-step pipeline for delivering publication-ready statistical analyses. It guides you through data auditing, assumption validation, test execution with effect sizes, interpretation, and client-ready reporting in APA format across SPSS, R, and Python.

MITupdated Jul 2026
★ 554repo stars
statistics-verifier
by travisjneuman · travisjneuman/.claude

Statistics Verifier provides structured checklists and frameworks for validating statistical claims, assessing research methodology, and identifying analytical errors. It covers claim verification protocols, red flags in reporting, common statistical pitfalls, significance testing guidance, and causation assessment criteria to help you audit data analysis and fact-check research findings.

MITupdated Jul 2026
★ 85repo stars
statsmodels
by K-Dense-AI · K-Dense-AI/scientific-agent-skills

Statsmodels is Python's statistical modeling library for fitting regression, generalized linear, time series, and discrete outcome models with full inference capabilities. It delivers detailed diagnostics, residuals analysis, hypothesis tests, and publication-ready output—ideal when coefficients and their uncertainty matter more than prediction alone.

MITupdated Jul 2026
★ 31,940repo stars

More skills statistical-testing (MIT) · statistics (MIT) · statistics-fundamentals (MIT) · statsmodels (MIT)

Tags
hypothesis-testingresearch-methodologydata-diagnosticsfrequentist-inferencebayesian-modelingacademic-writingreproducible-scienceassumption-validationeffect-quantificationstatistical-integrity