# Results Interpretation

> Interpret statistical results correctly and comprehensively. Use when: (1) Writing results sections, (2) Discussing findings, (3) Avoiding common misinterpretations, (4) Reporting effect sizes and confidence intervals.

- Skill: `majiayu000/results-interpretation` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/results-interpretation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/results-interpretation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/results-interpretation

---


# Results Interpretation Skill

## Purpose
Correctly interpret and report statistical findings with appropriate nuance.

## Key Principles

**1. Effect Size > p-value**
- Report effect sizes with 95% CI
- Statistical significance ≠ practical importance

**2. Confidence Intervals**
- Range of plausible values
- Precision of estimate
- If CI includes 0, not statistically significant

**3. P-values**
- Probability of data given H0
- NOT: Probability H0 is true
- NOT: Probability of replication

**4. Multiple Comparisons**
- Adjust alpha if running many tests
- Distinguish primary vs exploratory

## Correct Reporting

**Example:**
"The intervention group showed higher scores (M=45.2, SD=8.3) than control (M=37.8, SD=9.1), t(98)=3.45, p<.001, d=0.69, 95% CI[0.29, 1.09]. This represents a medium-to-large effect."

**Include:**
- Descriptive statistics
- Test statistic and df
- P-value
- Effect size with CI
- Interpretation

---
**Version:** 1.0.0

