← Back to Blog

Reporting

How to Report Spearman Correlation: APA, Vancouver, and JAMA Formats

Statistics for clinical researchers and surgical trainees

In short

Report four things: rho (the correlation value, written ρ), the exact p-value, the sample size n, and whether the link is weak, moderate, or strong. APA style drops the zero before the decimal point (write .53); Vancouver style keeps it (write 0.53).

A correlation measures whether two things move together. Spearman's correlation, written with the Greek letter rho (ρ), is used when your data are not normally distributed or when they are ordered scores rather than true measurements. It is one of the most commonly reported statistics in clinical research — and one of the most commonly misformatted, which leads to avoidable corrections from journal editors. This guide gives you the exact format for the three style guides used in most medical journals.

To make it concrete, we will use a real example. In a diabetes screening study, researchers asked whether a patient's current fasting glucose level predicts their longer-term glucose control, measured as glycosylated haemoglobin (HbA1c).

What you need to report

A complete Spearman correlation report has five parts. The first is rho (ρ) itself, a number between -1 and +1. A value near +1 means the two things rise together; near -1 means one rises as the other falls; near 0 means almost no relationship. The second is the exact p-value — never simply "p < 0.05", always the real number. The third is n, the number of people the correlation was calculated from. The fourth is the direction, stated in words (positive or negative). The fifth is how strong the relationship is, described with a standard set of labels.

APA format

APA style writes the test as rs(n) = .XX, p = .0XX. The small "s" marks it as Spearman rather than Pearson. APA removes the zero before the decimal point in both the correlation and the p-value. For example: "Stabilised blood glucose was positively correlated with glycosylated haemoglobin, rs(390) = .53, p < .001." If the p-value is smaller than .001, write "p < .001", never "p = .000".

Vancouver format

Vancouver style — used by journals such as the Lancet, the NEJM, and the BMJ — keeps the leading zero and usually places the result in brackets within the sentence. For example: "A significant positive correlation was found between stabilised glucose and HbA1c (Spearman r = 0.53, p < 0.001, n = 390)."

JAMA format

JAMA style puts rho and the capital P in italics, removes the zero before the decimal in the p-value, but keeps it in the coefficient. For example: "Stabilised glucose and HbA1c were significantly correlated (Spearman ρ = 0.53, P < .001)."

How to describe the strength

Use a consistent set of labels. The widely used thresholds below are taken directly from Schober and colleagues, whose tutorial on correlation is the standard reference in clinical journals.1

ρ valueInterpretation
below 0.10Negligible
0.10 to 0.29Weak
0.30 to 0.49Moderate
0.50 to 0.69Strong
0.70 or aboveVery strong

For example, the correlation between stabilised glucose and HbA1c was ρ = 0.53, placing it in the "strong" category.

StatsPlease output — Spearman correlation
Variable 1Variable 2n
Stabilised glucoseHbA1c (glyhb)390

ρ = 0.53 · p < .001 · 95% CI [0.46, 0.60] · strong positive

Stabilised blood glucose was strongly positively correlated with glycosylated haemoglobin (Spearman ρ = 0.53, p < .001, n = 390).

Example output. Figures are illustrative.

Example data: Vanderbilt University Department of Biostatistics public teaching datasets (hbiostat.org/data). Figures computed with scipy from real data.

Common mistakes to avoid

Do not report r squared instead of r — that belongs to Pearson correlation, not Spearman. Do not write p = 0.000; write p < .001. Always say explicitly that the test is Spearman, not Pearson, so the reader knows which one you used. And always report n, because without it the reader cannot judge how reliable the correlation is.

What StatsPlease gives you

StatsPlease calculates Spearman's rho with the exact p-value, the sample size, a confidence interval, and a plain-language strength label. It produces the formatted sentence in both APA and Vancouver style, ready to paste into your results section.

Try it yourself

Reproduce this result — in StatsPlease or SPSS

The correlation above comes from a public dataset, so you can compute the same ρ yourself in either tool and confirm they agree.

In StatsPlease

  1. Download the diabetes dataset (see Data Sources) and save it as CSV.
  2. Upload it and choose stabilised glucose (stab.glu) and HbA1c (glyhb) as the two variables.
  3. Run. StatsPlease tests normality, selects Spearman, and reports ρ, the exact p-value, n, and a confidence interval.

In SPSS

  1. Open the same CSV in SPSS.
  2. Go to Analyze ▸ Correlate ▸ Bivariate and tick Spearman (not Pearson).
  3. Read the correlation coefficient and the p-value from the output.

Compare: both should return ρ = 0.53 and p < .001 for n = 390 — the same coefficient, because both run the same rank correlation. StatsPlease adds the confidence interval and the formatted APA and Vancouver sentences.

References

  1. 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

Run a Spearman correlation and get a publication-ready, correctly formatted result.

Analyse My Data →