Dear all,
Is there some easy way to display Pearson's r for each correlation in a
scatterplot matrix? E.g. if I run the following code, is there some
easy way to add the r values for each of the scatterplots?
sysuse auto, clear
graph mat mpg price weight length, ms(Oh)
Any help would be greatly appreciated!
All the best,
Richard
Is there some easy way to display Pearson's r for each correlation in a
scatterplot matrix? E.g. if I run the following code, is there some
easy way to add the r values for each of the scatterplots?
sysuse auto, clear
graph mat mpg price weight length, ms(Oh)
Any help would be greatly appreciated!
All the best,
Richard
Comment