I'm running correlations and want to output the significance probability into a dataset. When I do...
proc corr data=dsname outp=newfile;
the standard statistics such as mean, standard deviation, n, and of course the correlation coefficients, get output as variables into the newfile dataset. But how do I get the significance probability to output also?
proc corr data=dsname outp=newfile;
the standard statistics such as mean, standard deviation, n, and of course the correlation coefficients, get output as variables into the newfile dataset. But how do I get the significance probability to output also?