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.
|