☑ This topic is solved.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 03-13-2023 02:06 AM
(1255 views)
Hi!
I'm not quite clear on how to visualize the spearman's correlation and p-value (as it is reporting the Pearson's correlation) into the legend on the scatter plot.
Here is my code and graph, any advice would be most appreciated!
proc corr data = Omni.Omi_sweeps spearman plots=scatter;
var D_ww_cpL1000 D7_active;
run;
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Maybe using this way of working?
Usage Note 37000: Producing a scatter plot matrix of ranked variables if SPEARMAN correlations are requested
https://support.sas.com/kb/37/000.html
Koen
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Maybe using this way of working?
Usage Note 37000: Producing a scatter plot matrix of ranked variables if SPEARMAN correlations are requested
https://support.sas.com/kb/37/000.html
Koen