Hello everyone.
I am currently looking at the correlation between two variables using the spearman correlation since I needed a non-parametric test.
The calculations are going well, but I was unable to find out how to generate a spearman correlation graph. Can anyone help?
Many thanks!
I am currently looking at the correlation between two variables using the spearman correlation since I needed a non-parametric test.
The calculations are going well, but I was unable to find out how to generate a spearman correlation graph. Can anyone help?
Many thanks!
. spearman A B, star(0.05)
Number of obs = 74
Spearman's rho = -0.6363
Test of H0: A and B are independent
Prob > |t| = 0.0000
Number of obs = 74
Spearman's rho = -0.6363
Test of H0: A and B are independent
Prob > |t| = 0.0000
Comment