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 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 14 May 2004 07:28:50 -0700
Reply-To:     Laurel <laurel_harduar@DOH.STATE.FL.US>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Laurel <laurel_harduar@DOH.STATE.FL.US>
Organization: http://groups.google.com
Subject:      aggregate statment in Genmod
Content-Type: text/plain; charset=ISO-8859-1

If I have individual records and use the aggregate statement in genmod does this create contingency tables, which are then analysed? i.e proc genmod data =x; model z= p q/ dist=bin link=logit aggregate =(p q); run;

I'm trying to decide if I should interpret the results as individual records or contingency tables. I know that the results contain degrees of freedom as if genmod did the analysis with contingency tables. However, I just want to be certain.


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