← Back to Blog

Reporting · ~6 min read

How to Report Spearman Correlation: Notation, AMA Format, and What Reviewers Check

Writing r when the test you ran was Spearman is a notation error reviewers increasingly catch on sight.

In short

Spearman's coefficient is written ρ (rho) or rs, never a bare r, which belongs to Pearson. Report ρ, the exact P value, N, and a 95% confidence interval. In AMA format: Spearman ρ = 0.53, 95% CI, 0.46–0.60, N = 390, P < .001. State in your Methods section that you ran Spearman, not Pearson, and why.

Papers still turn up reporting Spearman's coefficient with the notation r, which is Pearson's symbol. The correct notation is ρ or rs. Using r when the test actually run was Spearman signals a notation error to a statistically literate reviewer, and it can read as though the wrong test, not just the wrong symbol, was used.

When Spearman, not Pearson

If your data are ordinal, ranked, or fail a normality check, Spearman is the correctly routed coefficient rather than Pearson's. A separate guide walks through that decision in full, including a case where Pearson and Spearman answered the identical dataset 0.22 points apart. This post picks up after that decision has already been made: you have run Spearman, and now need to write it up correctly.

The correct notation

A complete Spearman result has four required elements: the coefficient ρ, a number between −1 and +1; the exact P value, never "P < 0.05" when you can write P = .006; the sample size N; and, increasingly expected by journals, a 95% confidence interval on ρ, computed via a Fisher z-transformation.2 The major reporting guidelines ask for an effect estimate together with its precision rather than a bare test result: CONSORT's outcomes item calls for "the estimated effect size and its precision (such as 95% confidence interval)".4

Common mistake

Writing r = 0.53 for a result that was actually Spearman's ρ. Pearson's r and Spearman's ρ are different statistics with different symbols. State the method explicitly in your Methods section: "Spearman rank correlation was used to assess the association between X and Y because [normality/ordinal reason]."

A real result: stabilised glucose and long-term glucose control

Vanderbilt's diabetes screening cohort pairs a same-day stabilised glucose reading with glycosylated haemoglobin (HbA1c), a marker of average blood glucose over roughly the preceding three months, in 390 patients with both values recorded.1 Both variables fail Shapiro-Wilk, so Spearman is the correctly routed coefficient here, not Pearson.

StatsPlease output: Spearman correlation
Variable 1Variable 2N
Stabilised glucoseHbA1c (glyhb)390

ρ = 0.53 · 95% CI, 0.46–0.60 · P < .001 · large

Stabilised glucose was significantly correlated with glycosylated haemoglobin (Spearman ρ = 0.53, 95% CI, 0.46–0.60, N = 390, P < .001).

Figures computed with scipy from real data (n = 390).

Example data: Vanderbilt University Department of Biostatistics public teaching datasets (hbiostat.org/data). Computed with scipy, not generated.

How to describe the strength, and why two conventions disagree

The word attached to a coefficient depends on which source you cite, and the two most commonly used conventions do not agree with each other. Schober and colleagues' 2018 tutorial, the standard reference in clinical and anaesthesia journals, gives these bands:2

|ρ|Schober et al. (2018)
0.00 to 0.10Negligible
0.10 to 0.39Weak
0.40 to 0.69Moderate
0.70 to 0.89Strong
0.90 to 1.00Very strong

By that table, the result above (ρ = 0.53) is described as a moderate correlation. But Cohen's older, more general convention for a correlation coefficient labels 0.10 as small, 0.30 as medium, and 0.50 and above as a large effect3, which is the convention StatsPlease's own effect-size classifier uses internally, and by that convention the identical 0.53 is a large effect. Neither labelling is wrong. They are different, both legitimate, conventions answering slightly different questions. Report the number first, name which convention you are quoting, and do not treat "strong" or "large" as an absolute description independent of its source.

A large sample size can make even a modest ρ statistically significant without the relationship being clinically meaningful. At N = 390 this comparison's ρ = 0.53 clears P < .001 comfortably and is large enough to matter by either convention above, but always report and interpret the coefficient's size, not only whether P cleared a threshold.

Writing the AMA sentence

The American Medical Association (AMA) Manual of Style, the format standard for most clinical and surgical journals, keeps the leading zero in the coefficient (0.53, not .53), italicises the statistic symbols, and uses a capital P without a leading zero. Written in a results sentence: "Stabilised glucose was positively correlated with HbA1c (Spearman ρ = 0.53, 95% CI, 0.46–0.60, N = 390, P < .001)." Always name the test explicitly, Spearman ρ, not ρ alone, so the reader is not left to infer which correlation was run. If the P value is smaller than .001, write P < .001; never write P = .000, which is a rounding artefact, not a true value.

Your Methods section should state why Spearman was chosen: "Normality was assessed using the Shapiro-Wilk test. Because both variables departed significantly from a normal distribution, Spearman's rank correlation coefficient was used to evaluate the association."

This sentence is also where ChatGPT quietly fails you: ask an LLM to report a Spearman correlation and it will format a perfectly plausible sentence around a ρ it never computed from your data. The result above is computed with scipy, not generated; run the same pair through R or SPSS and the coefficient matches.

Try it yourself

Reproduce this result

The correlation above comes from a public dataset. Compute the same ρ in either tool and the outputs agree, because both are doing the same computation, not generating it.

In StatsPlease

  1. Upload the dataset as a CSV.
  2. Open the Analysis tab.
  3. Select both continuous variables as Outcome: stabilised glucose and HbA1c. No grouping variable is needed.
  4. Press the Correlation preset button. There is no separate run step; pressing the preset runs Shapiro-Wilk on both variables, selects Spearman automatically, and computes the coefficient, exact P value, and confidence interval.
  5. Read the AMA-formatted result on the Results tab.

In SPSS

  1. Open the same CSV in SPSS.
  2. Analyze → Correlate → Bivariate. Tick Spearman and untick Pearson.
  3. Read ρ and the Sig. value from the output. SPSS does not report a confidence interval on ρ by default; compute it separately via a Fisher z-transformation if your journal requires one.

Frequently asked questions

Should I write r or rho for a Spearman correlation?

Rho, written as the Greek letter or as r with a subscript s. A bare r is Pearson's symbol. Writing r when the test you actually ran was Spearman is a notation error that signals to a reviewer that the wrong symbol, or possibly the wrong test, made it into the manuscript.

How do I interpret the strength of a Spearman correlation?

Report the coefficient itself first; the word you attach to it depends on which convention you cite. Schober et al.'s clinical bands (2018) label 0.40 to 0.69 as moderate and reserve strong for 0.70 and above. Cohen's older, more general convention labels 0.50 and above as a large effect. The same ρ can be described differently depending on which source you cite, so name your source.

Do I need to report a confidence interval for Spearman's rho?

The major reporting guidelines ask for an effect estimate together with its precision rather than a bare test result, and a confidence interval distinguishes a tight estimate from a wide one, which matters most when the sample size is small. A Fisher z-transformation is the standard way to compute it.

References

  1. Vanderbilt University Department of Biostatistics. Public teaching datasets. https://hbiostat.org/data
  2. Schober P, Boer C, Schwarte LA. Correlation Coefficients: Appropriate Use and Interpretation. Anesthesia & Analgesia. 2018;126(5):1763-1768. https://doi.org/10.1213/ANE.0000000000002864
  3. Cohen J. Statistical Power Analysis for the Behavioral Sciences. 2nd ed. Hillsdale, NJ: Lawrence Erlbaum Associates; 1988.
  4. Schulz KF, Altman DG, Moher D; CONSORT Group. CONSORT 2010 Statement: updated guidelines for reporting parallel group randomised trials. BMJ. 2010;340:c332. https://doi.org/10.1136/bmj.c332

Two ways forward from here.

Work through it yourself using the guidance above; the exercise section shows the exact steps in SPSS. Or upload your dataset to StatsPlease, select your two continuous variables, and press the Correlation preset; pressing it runs the analysis, chooses Pearson or Spearman automatically, and returns the AMA-formatted result with a confidence interval, computed, not generated.

Try StatsPlease free