Date: Fri, 4 May 2001 16:17:52 -0400
Reply-To: bramley.m@PG.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Michael Bramley <bramley.m@PG.COM>
Subject: Re: polychoric correlation
Content-type: text/plain; charset=us-ascii
Steven:
Mea Culpa...I forgot to tell you to include the PLCORR on the Tables
statement...
So, it should read...
In PROC FREQ, specify the PLCORR option on your OUTPUT and TABLES statements,
eg:
Proc Freq Data=YourData ;
Tables <table spec> / PLCORR ;
Output PLCORR Out=PLStats ;
Run ;
Cha Gheil!
Michael
Internet Mail Message
Received from host: mailgw.cc.uga.edu
[128.192.1.101]
From: Steven P Ellis <spe4@COLUMBIA.EDU> on 05/04/2001 07:50 PM GMT
Steven P Ellis To: SAS-L@LISTSERV.UGA.EDU
<spe4@COLUMBIA.EDU> Cc: (bcc: Michael Bramley-M/PGI)
Subject: polychoric correlation
05/04/2001 03:50 PM
Please respond to
Steven P Ellis
<spe4@COLUMBIA.EDU>
I'm not sure this is quite the right newsgroup. Please refer me to a
better one if you can. My question is, how can you best compute
polychoric
correlation using SAS? Thanks.