Goodman-Kruskal's γ (ordinal, ignores ties)

Coming soon

Advanced & specialized

This test is implemented and is currently going through StatMinds’ production verification: every statistic is independently checked against a trusted reference (scipy / R), locked with regression tests, and the screen is exercised across assumption-met/violated and significant/non-significant scenarios before it opens up.

See what’s live now

Ordinal concordance measure for two ordered variables.

γ = (C − D) / (C + D) — the proportion of concordant minus discordant pairs AMONG UNTIED pairs. Range [-1, +1]. γ ignores ties entirely (they're excluded from the denominator), which makes |γ| larger than |τ-b| whenever ties are common — a known interpretive caveat the engine surfaces in the primary-voice qualifier.

Worked example

How strongly are two ordinal variables associated?

Goodman-Kruskal gamma measures ordinal association from concordant versus discordant pairs (ignoring ties).

Result

The variables were strongly associated, γ = .58, p < .001.

How you'd report it (APA)

Goodman-Kruskal gamma indicated a strong positive ordinal association, γ = .58, p < .001.

When to use it

  • Concordance strength among ordered categories
    A health researcher cross-tabulates self-rated health (poor / fair / good / excellent) against physical activity level (sedentary / moderate / active) in 400 adults.
  • Strength-of-association after χ² rejected independence
    Cross-tab of treatment-arm tier (1 / 2 / 3 / 4) against treatment-response category (no response / partial / full) in a clinical trial.

When NOT to — use instead

Hypotheses

H₀: γ = 0 — among untied pairs, concordant and discordant are equally likely in the population.
Hₐ: γ ≠ 0 — a non-zero ordinal association exists (two-sided default).

Parameter tested: population Goodman-Kruskal γ

Assumptions (and what to do if they fail)

The pool of UNTIED pairs (C + D) is large enough to support γ.high

Check: Report (C + D) as a percentage of N₀.

If violated: When almost all pairs are tied, γ has very few pairs contributing — large standard error, wide CI.

γ and Kendall τ-b agree in sign — supports a consistent monotonic direction.medium

Check: Check sign agreement between γ, τ-b, and Dxy.

If violated: Disagreement in sign between γ, τ-b, and Dxy signals non-monotonic behaviour.

Ready to run a Goodman-Kruskal's γ (ordinal, ignores ties) on your own data?

Guided setup, automatic assumption checks, effect sizes, figures and an APA write-up.

Run this test →