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 (December 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 27 Dec 2009 19:53:57 -0500
Reply-To:   Dan Abner <dan.abner99@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Dan Abner <dan.abner99@GMAIL.COM>
Subject:   Discriminant Analysis in SAS XXXX
Content-Type:   text/plain; charset=ISO-8859-1

Hello,

I am attempting to reproduce results in SAS that Huberty & Olejnik (2006) discuss in section 8.5 (p. 143, for example) where these authors perform a descriptive discriminant analysis (what SAS calls a canonical discriminant analysis) in SPSS. I am using PROC DISCRIM with the CANONICAL option, however:

This situation is a 2 factor MANOVA situation. Apparently SPSS performs the MANOVA and DDA all part of the same MANOVA program. In SAS, I am using separate calls to GLM and DISCRIM and am unable to reproduce the DDA results in DISCRIM for each of the main effects (the GLM results match the SPSS output, but not the DDA results). I assume this is b/c I am not able to specify the correct Error SSCP matrix in DISCRIM (but I'm not 100% sure about that...).

Does anyone have any suggestions or expertise in this area?

Thank you,

Dan


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