A measure of concordance between two random variables based on ranks.
Questions tagged [goodman-kruskal-gamma]
7 questions
33
votes
3 answers
How do the Goodman-Kruskal gamma and the Kendall tau or Spearman rho correlations compare?
In my work, we are comparing predicted rankings versus true rankings for some sets of data. Up until recently, we've been using Kendall-Tau alone. A group working on a similar project suggested we try to use the Goodman-Kruskal Gamma instead, and…

Poik
- 520
- 1
- 6
- 10
5
votes
1 answer
How to combine many Goodman-Kruskal gamma measures?
I have 5 samples (from the same population). I want to calculate the Goodman-Kruskal gamma ($\gamma$) for the population, based on the gamma of the 5 samples ($G_i$).
Each data has 2 ordinal variables (X and Y), but the X's and Y's of different…

Jacques Wainer
- 5,032
- 1
- 20
- 32
2
votes
0 answers
How to choose rank correlation coefficient?
I want to quantify correlation between rankings. Rankings in this case have got ties. Also rankings don't rank all the same entries, the rankings might be of different sizes and rank different sets, of course, with non-empty intersection (there are…

Džuris
- 151
- 5
2
votes
0 answers
Am I using Goodman-Kruskal gamma or Somers D or Kendall tau correctly and what do they mean?
I am seemingly blindly following this publication that has done work very similar to what I need to accomplish (page 18-21). My analysis is a multinomial logistic regression where I have 3 possible outcomes 0, 1, or 2 offspring produced. In the…

Kerry
- 1,129
- 3
- 14
- 20
1
vote
0 answers
Significance test for Yule's Q
It says here that the test statistic for Goodman and Kruskal's gamma is
$z=G\sqrt{\frac{n_c+n_d}{N(1-G^2)}},$
where $n_c$ and $n_d$ are the numbers of concordant and discordant pairs, resp.
Translated to the case of Yule's Q, this should…

Johannes Bauer
- 163
- 2
1
vote
0 answers
interpretation of Goodman Kruskal Gamma
Value of Goodman-Kruskal Gamma = 1 or -1 means that X and Y are monotonic but not strictly so i.e., $X_1 < X_2$ implies $Y_1 \leq Y_2 $.
Can someone please explain this to me with an example?

kris91
- 131
- 6
0
votes
0 answers
Chi-square test and Somers' d
I have two ordinal variables. I would like to know if there is a dependency between these two variables and also how strong this dependency is. So, I performed a chi-square test (34.53, df=8) where the p-value < 0.05. No problem here.
Then because…

user210804
- 13
- 3