Date: Wed, 14 Nov 2007 08:28:30 -0800
Reply-To: wei yi <wy78712@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: wei yi <wy78712@YAHOO.COM>
Subject: a question regarding genmod
Content-Type: text/plain; charset=iso-8859-1
I have a question regarding running a GLM with
distribution of poisson .
proc genmod data=test;
class x1 x2;
model y=x1 x2 x3 x4 x5/link=log dist=poission;
run;
my question is whether it is OK when variable Y could
be a decimal number but not an interger if I run in
SAS.
Thanks,
Vivian
____________________________________________________________________________________
Be a better sports nut! Let your teams follow you
with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ
|