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 2005, 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 May 2005 12:56:30 -0400
Reply-To:     Agustin Calatroni <acalatr@UMICH.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Agustin Calatroni <acalatr@UMICH.EDU>
Subject:      Re: Polyserial Correlation
In-Reply-To:  <200505091638.j49GcYBg013932@listserv.cc.uga.edu>
Content-Type: text/plain; charset="iso-8859-1"

Melissa:

The FREQ procedure: "PLCORR = requests the polychoric correlation coefficient. For 2×2 tables, this statistic is more commonly known as the tetrachoric correlation coefficient, and it is labeled as such in the displayed output. [...]"

proc freq data=a; table b*c / plcorr; run;

HTH,

-- Agustin Calatroni

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Melissa J Sent: Monday, May 09, 2005 12:39 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Polyserial Correlation

Does anyone know if it is now possible to do a polyserial correlation in SAS? If so, do you have generic code you could share? Thank you.

Melissa


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