Historical Context & Motivation
The practice of reporting statistical results in a standardized, precise manner did not arise overnight; it evolved across more than a century of methodological debate, replication crises, and editorial reform. In the late nineteenth century, researchers like Francis Galton and Karl Pearson began formalizing correlational and inferential techniques, yet there was no consensus on how to communicate the outputs of those techniques in published manuscripts. Early statistical reports were often narrative and qualitative, lacking the precision modern readers expect. As quantitative methods proliferated in medicine, psychology, and public health, the gap between what researchers computed and what they communicated widened—spawning confusion, irreproducibility, and outright misinterpretation.
Against this backdrop, a central question emerges: How should a researcher translate numerical output from statistical software into written prose that is precise, interpretable, and reproducible? Answering that question requires understanding both the conventions that journals enforce and the conceptual meaning behind the numbers. A misplaced parenthesis, an imprecise verbal claim about 'significance,' or a missing confidence interval can undermine an otherwise rigorous study. This lesson equips you with the language, formatting rules, and interpretive caution necessary to write statistical results that meet contemporary standards in biostatistics and clinical research.
Core Principles of Statistical Reporting
Writing statistical results well is not merely a matter of copying numbers from software output; it demands adherence to a set of principles that ensure clarity, accuracy, and interpretive integrity. These principles reflect decades of editorial consensus across organizations such as the APA, ICMJE (International Committee of Medical Journal Editors), and STROBE (Strengthening the Reporting of Observational Studies in Epidemiology). Whether you are reporting a simple t-test or a complex multivariable regression, the same foundational ideas apply.
Precision in Language
Complete Reporting
Effect Sizes Over p-Values
Confidence Intervals for Uncertainty
Reproducibility and Transparency
Anatomy of a Well-Written Statistical Result
A properly reported statistical result has a consistent internal structure regardless of the specific test used. The diagram below dissects the anatomy of a well-constructed results sentence, illustrating how each component—from the descriptive context to the inferential statistics—fits together to produce a clear and complete report.
Notice that the example sentence in the diagram begins with a plain-English description of the direction and magnitude of the finding—this contextualizes the numbers for readers who may skim past the statistics. The parenthetical descriptives (means and standard deviations) let the reader gauge the raw data before encountering the inferential statistics. The test statistic is italicized by convention (e.g., t, F, r) when written in prose, degrees of freedom appear in parentheses immediately after, and the p-value uses a lowercase italic p without a zero before the decimal (since p cannot exceed 1.0). The effect size and confidence interval round out the sentence by quantifying how large the effect is and how precisely it was estimated.
Formatting Conventions & Notation
Precise formatting is not pedantic ornamentation; it is the grammar of statistical communication. Just as misspelling a drug name in a medical chart can have serious consequences, misplacing a parenthesis in a statistical report can lead readers to misidentify the test, the degrees of freedom, or the significance level. The conventions below draw primarily from APA Style (7th edition) and common biostatistical journal requirements, though individual journals may have minor variations.
Test Statistic Notation Templates
Common Language Pitfalls & How to Avoid Them
Even researchers who format their statistics correctly often stumble on the verbal interpretation that surrounds the numbers. The following diagram and table highlight the most frequent errors in scientific writing and their corrected alternatives. Mastering these distinctions is what separates technically competent reporting from genuinely rigorous scientific communication.
| Pitfall | Why It's Wrong | Better Phrasing |
|---|---|---|
| Using 'significant' without the qualifier 'statistically' | In everyday English, 'significant' means 'important.' Readers may conflate statistical significance with clinical or practical importance. | 'The difference was statistically significant' or 'clinically meaningful' — choose explicitly. |
| Causal language from observational data | Observational designs cannot rule out confounding. Causal claims require randomized experiments or rigorous causal-inference frameworks. | Use 'associated with,' 'correlated with,' or 'predicted' rather than 'caused,' 'led to,' or 'produced.' |
| Claiming 'no effect' from a non-significant result | Failure to reject H₀ does not confirm H₀. The study may have been underpowered or the effect may be small but real. | 'The difference was not statistically significant, t(df) = …, p = .xx. The confidence interval … suggests the true difference could range from … to ….' |
| Interpreting p as P(H₀ | data) | The p-value is P(data | H₀), not P(H₀ | data). Confusing these is the prosecutor's fallacy applied to science. | 'Under the null hypothesis, the probability of obtaining a result this extreme or more extreme was p = .xxx.' |
| Reporting only p < 0.05 instead of the exact value | A p of .049 and a p of .001 both satisfy < .05 but represent very different levels of evidence against H₀. | Always report the exact p-value (e.g., p = .034); use p < .001 only when the value is extremely small. |
Worked Example: Writing Results from a Clinical Trial
Suppose you conducted a randomized controlled trial comparing the effect of a new antihypertensive drug versus placebo on systolic blood pressure (SBP). You have 50 participants per group, and after 12 weeks you obtain the following output from your statistical software: treatment group M = 121.4 mmHg, SD = 8.3; placebo group M = 132.7 mmHg, SD = 9.1; t(98) = 6.52, p < .001, mean difference = 11.3 mmHg, 95% CI [7.9, 14.7]. Let's construct the results paragraph step by step.
Strengths and Limitations of Reporting Conventions
Standardized statistical reporting conventions have dramatically improved the clarity and reproducibility of scientific communication, but they are not without limitations. Understanding both sides allows you to apply these conventions thoughtfully rather than mechanically.
| Strengths | Limitations |
|---|---|
| Standardization enables readers to extract key information quickly, regardless of the specific journal or discipline. | Over-reliance on p-values can reduce nuanced findings to a binary 'significant/not significant' dichotomy, masking the actual evidence gradient. |
| Including effect sizes and CIs shifts focus from mere statistical significance to practical or clinical importance. | Effect size metrics (d, η², OR) differ across tests, making cross-study comparison complex when different metrics are reported. |
| Reporting assumption checks increases transparency and helps readers assess the validity of the analysis. | Strict formatting rules can feel formulaic and may discourage nuanced narrative interpretation of results. |
| Exact p-values allow readers to apply their own evidential thresholds rather than relying on the author's dichotomous conclusion. | Conventions vary across style guides (APA, ICMJE, Vancouver), creating confusion when researchers publish across disciplines. |
| Checklists (CONSORT, STROBE) reduce selective reporting and publication bias by mandating comprehensive disclosure. | Checklist compliance can become a box-ticking exercise if authors do not understand the rationale behind each item. |
Connection to Advanced Reporting Frameworks
The reporting conventions covered so far represent the standard frequentist framework. However, contemporary biostatistics increasingly embraces additional approaches that demand their own reporting vocabularies. Understanding these extensions positions you for advanced coursework in Bayesian analysis, meta-analysis, and precision-medicine analytics.
| Feature | Standard Frequentist Reporting | Advanced/Bayesian Reporting |
|---|---|---|
| Evidence metric | p-value: P(data ≥ observed | H₀) | Bayes factor (BF₁₀): ratio of evidence for H₁ vs. H₀; posterior probability of hypothesis |
| Interval estimate | 95% confidence interval: if repeated many times, 95% of CIs would contain the true value | 95% credible interval: there is a 95% probability the parameter lies in this interval, given the data and prior |
| Effect estimation | Point estimate with CI (e.g., d = 0.80, 95% CI [0.45, 1.15]) | Posterior distribution: full probability distribution for the parameter, often summarized by median and 95% HDI |
| Reporting language | 'The difference was statistically significant, t(df) = …, p = …' | 'The data provided strong evidence for H₁ over H₀, BF₁₀ = 42.5, posterior median = …, 95% HDI […, …]' |
| Meta-analysis | Pooled effect with heterogeneity: d = 0.55, 95% CI [0.38, 0.72], I² = 32% | Bayesian meta-analysis: posterior predictive distribution for effect in a new study |
As the field moves toward estimation-based and Bayesian reporting, the fundamental principles remain unchanged: be precise, be complete, and let readers evaluate the evidence on their own terms. Whether you report a p-value or a Bayes factor, the imperative to provide context, effect magnitude, and uncertainty quantification endures. Many journals now encourage or require registered reports, where the analysis plan (including how results will be written) is peer-reviewed before data collection—further underscoring that how you write results is inseparable from how you design the study.
Practice Problems
Lesson Summary
Writing statistical results with correct scientific language requires mastery of both formatting conventions and interpretive precision. Every inferential finding should be reported with six core elements: context and direction, descriptive statistics (means, standard deviations, or medians and interquartile ranges), the test statistic with degrees of freedom, the exact p-value (using a lowercase italic p with no leading zero), an effect size (Cohen's d, η², OR, etc.), and a confidence interval in square brackets.
Equally important is avoiding common language pitfalls: never use causal language from observational designs, always distinguish statistical significance from clinical importance, never interpret a non-significant p-value as evidence of no effect, and never describe the p-value as the probability that the null hypothesis is true. Whether reporting a simple t-test or a multivariable logistic regression, these principles—rooted in decades of methodological consensus from the APA, CONSORT, STROBE, and the ASA—ensure that your results are transparent, reproducible, and scientifically rigorous.