Hi,
I am using proc freq to show the Somers' D and was wondering if anyone could help me with the two questions below please?
Question 1:
For C|R, would it be correct to use the code below? The row variable X is regarded as the independent variable and the column variable Y is regarded as dependent.
proc freq data=want;
tables [dependent variable i.e. Y] * [independent variable i.e. X] / measures;
run;
Question 2:
When I run the code, I get this result - can someone help me interpret it, and whether I should be reading the "Value" or "ASE"?
