reporting-effect-sizes

Report hypothesis-test results with effect sizes, confidence intervals, and direction sentences.

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/rocklambros/rcs --skill reporting-effect-sizes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reporting-effect-sizes
Source: https://github.com/rocklambros/rcs/tree/main/skills/ml-datasci/reporting-effect-sizes
Command: npx skills add https://github.com/rocklambros/rcs --skill reporting-effect-sizes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents incomplete or misleading statistical reporting by requiring an effect size, a confidence interval, and a clear direction statement instead of a bare p-value.

Core Features & Use Cases

  • Test-aware reporting: Chooses the right effect size for paired t-tests, Wilcoxon tests, chi-squared tests, McNemar tests, ANOVA, and regression.
  • Confidence intervals: Adds a 95% confidence interval using the appropriate closed-form method or bootstrap approach.
  • Publication-ready wording: Produces a report sentence that names the test, sample size, statistic, p-value, effect size, and which group was higher or lower.
  • Guardrails against misuse: Refuses to label a result significant from p-values alone and avoids mismatched metrics such as unpaired d for paired data.
  • Use case: A student or analyst can turn a raw hypothesis test output into a defensible results sentence for a paper, homework submission, dashboard, or presentation.

Quick Start

Ask the skill to rewrite your statistical test result into a publication-ready statement with the correct effect size, a 95% confidence interval, and a direction sentence.

Frequently Asked Questions about reporting-effect-sizes

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

FAQPage Schema
How do I report effect sizes and confidence intervals instead of just p-values for my hypothesis tests?

Reporting hypothesis-test results with effect sizes requires selecting the correct metric by test family, computing a 95% confidence interval using closed-form or bootstrap methods, and producing a direction sentence naming the test, sample size, statistic, p-value, and effect size. This prevents misleading statistical reporting by refusing significance claims from p-values alone.

What effect size should I use for a paired t-test or Wilcoxon test?

For paired t-tests and Wilcoxon tests, you must use matched-pair effect size metrics rather than unpaired versions to avoid mismatched data reporting. The correct approach computes the appropriate effect size for paired comparisons and pairs it with a 95% confidence interval, ensuring your statistical report accurately reflects the paired nature of your hypothesis test.

How do I write a publication-ready statistical results sentence for a research paper?

Writing a publication-ready statistical results sentence involves combining the test name, sample size, test statistic, exact p-value, correct effect size, and a clear direction statement indicating which group was higher or lower. This comprehensive reporting format produces defensible results sentences suitable for papers, homework submissions, dashboards, and presentations.

Can I claim statistical significance from a p-value alone in my data reporting?

You cannot claim statistical significance from a p-value alone in rigorous data reporting because this approach lacks supporting effect-size evidence. Proper statistical reporting requires guardrails against misuse by demanding an accompanying effect size, a 95% confidence interval, and a clear direction statement before labeling any hypothesis test result as significant.

Does this statistical reporting approach work for ANOVA, regression, and categorical tests like chi-squared?

This statistical reporting approach works for ANOVA, regression, and categorical tests including chi-squared and McNemar tests by applying test-aware logic. It automatically selects the appropriate effect size metric for each test family, computes the relevant 95% confidence interval, and formats the output into a defensible publication-ready statement across diverse hypothesis testing scenarios.