Hello everyone,
Is there a way to get the p-value for the spearman correlation coefficient inside PROC IML. I know I can get it using PROC CORR but I want to avoid using that.
Thanks,
Manoj
The way to compute the p-value is explained at Wikipedia. You'd have to program this in IML.
Yes I did that exactly and it was quite easy.
@themanoj20080 wrote:
Yes I did that exactly and it was quite easy.
Then please post the answer for future users and mark this question as closed.
There's a function call CORR for IML, with a method for spearman included.
@themanoj20080 wrote:
Hello everyone,
Is there a way to get the p-value for the spearman correlation coefficient inside PROC IML. I know I can get it using PROC CORR but I want to avoid using that.
Thanks,
Manoj
Sorry, you will need to calculate that from the formula and using the probability formulas as indicated via @PaigeMiller
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.
Find more tutorials on the SAS Users YouTube channel.