Ram .
2005-05-02 07:17:20 UTC
Dear SAS-ers,
I am trying to get correlation between variables using proc corr. The
code that I
use is the following:
proc corr data=x3;
var x1-x4;
run;
I need help with two questions:
1) I would like to know if you can tell me how to change the above code so
that Prob > |r| under H0: Rho=0 is reported at 95% and 99% confidence
intervals? What is the default confidence interval?
2) How can I output the Pearson Correlation Coefficients onto a datset?
Thanks,
-Ram
I am trying to get correlation between variables using proc corr. The
code that I
use is the following:
proc corr data=x3;
var x1-x4;
run;
I need help with two questions:
1) I would like to know if you can tell me how to change the above code so
that Prob > |r| under H0: Rho=0 is reported at 95% and 99% confidence
intervals? What is the default confidence interval?
2) How can I output the Pearson Correlation Coefficients onto a datset?
Thanks,
-Ram