|
Use some thing on the lines of
Proc corr data=your.Dataset;
var 1stvariable 2ndvariable;
run;
Have a nice day!
Siddharth
On Mon, Jan 9, 2012 at 5:35 PM, SUBSCRIBE SAS-L Anonymous
<adam.a28@wp.pl> wrote:
> Hello !
> How to compute the correlation ratio (eta) between two
> variables using SAS ?
|