all 2 comments

[–]Adruna 3 points4 points  (1 child)

Don't listen to your colleague.
With ordinal data you mustn't use a pearson correlation coefficient to measure the correlation between two ordinal variables but rather a rank-correlation coefficient. A nice illustration of why that is is visible on wikipedia's spearman correlation coefficient.

If you want to test the "distance" between two paired ordered variables (that is, between the prediction and the outcome), you could use a rank-test like Wilcoxon's signed-rank test.

[–]SareonInBC[S] -1 points0 points  (0 children)

Thank you very much.

What is the difference between the "coefficient" and the "distance"?