results-interpretation

Interpret statistical results with effect sizes and 95% confidence intervals.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/astoreyai/ai_scientist --skill results-interpretation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: results-interpretation
Source: https://github.com/astoreyai/ai_scientist/tree/main/skills/results-interpretation
Command: npx skills add https://github.com/astoreyai/ai_scientist --skill results-interpretation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures results are interpreted with proper emphasis on effect sizes, confidence intervals, and practical significance.

Core Features & Use Cases

  • Effect Size Emphasis: Report effect size and CI rather than p-values alone.
  • CI Interpretation: Explain precision and practical implications.
  • Multiple Comparisons: Distinguish primary vs exploratory findings.

Quick Start

Interpret a t-test result with d = 0.69 and 95% CI [0.29, 1.09].

Frequently Asked Questions about results-interpretation

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

FAQPage Schema
How do I interpret p-values and effect sizes in statistical results?

Effect size interpretation emphasizes practical significance over p-values alone. Report the effect size (e.g., Cohen's d) alongside its 95% confidence interval to convey both magnitude and precision. A p-value indicates statistical significance, but effect size and CI reveal whether the result is meaningful in practice.

What does a confidence interval tell me about my results?

A confidence interval expresses the range of plausible values for your estimate and reflects measurement precision. A narrow 95% CI indicates high precision; a wide CI suggests uncertainty. Interpret CIs to discuss practical implications rather than relying solely on point estimates.

How should I report statistical test results in a results section?

Report the test statistic with degrees of freedom, the p-value, the effect size, and its 95% confidence interval. This combination satisfies standard reporting requirements for descriptive statistics and conveys both statistical and practical significance, avoiding misinterpretation.

How do I distinguish between primary and exploratory findings?

Label analyses planned before data collection as primary; analyses conducted after observing the data are exploratory. Report exploratory findings separately and with caution, as multiple comparisons increase false positive risk without adjustment.

What are common misinterpretations of p-values I should avoid?

A p-value does not measure the probability that your hypothesis is true or the size of an effect. It only indicates whether observed data are extreme under the null hypothesis. Emphasize effect size and confidence intervals to prevent overstatement of weak results.