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 (May 2001, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Steven P Ellis <spe4@COLUMBIA.EDU>
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.


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