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
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.