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 (November 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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