LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2012, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 9 Jan 2012 17:45:49 -0500
Reply-To:   siddharth <sidhu871@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   siddharth <sidhu871@GMAIL.COM>
Subject:   Re: How to compute the correlation ratio (eta) ?
Comments:   To: SUBSCRIBE SAS-L Anonymous <adam.a28@wp.pl>
In-Reply-To:   <201201092235.q09JXwki000736@waikiki.cc.uga.edu>
Content-Type:   text/plain; charset=ISO-8859-1

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 ?


Back to: Top of message | Previous page | Main SAS-L page