Plotting a line representing Spearman's correlation on a scatterplot

I would like to plot a line reflecting the Spearman's correlation on a scatterplot. Is this possible?
At the moment, I'm plotting a robust regression line but sometimes the slope is clearly different from the Spearman's correlation. Hence this isn't a great solution.
Thanks in advance!

回答 (1 件)

Jeff Miller
Jeff Miller 2020 年 10 月 23 日

0 投票

I'm not sure a mismatch between slope and correlation is necessarily a problem. Note that the slope doesn't equal the correlation with Pearson's r either, except when the variables are standardized to have equal variance.
More generally, no, I don't think its too meaningful to put a line on the scatterplot to represent a Spearman correlation. Such a line implicitly reflects a linear scaling within X and within Y, whereas Spearman only assumes ordinality within each of X and Y.

カテゴリ

製品

リリース

R2019b

タグ

質問済み:

2020 年 10 月 22 日

回答済み:

2020 年 10 月 23 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by