LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (December 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 18 Dec 2003 16:52:05 -0800
Reply-To:   Dale McLerran <stringplayer_2@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Dale McLerran <stringplayer_2@YAHOO.COM>
Subject:   Re: proc logistic odds ratio output
Comments:   To: Yanni Yu <fynjj@yahoo.com>
In-Reply-To:   <a5f9454e.0312181632.5b3d31a2@posting.google.com>
Content-Type:   text/plain; charset=us-ascii

Yanni,

Every time that I have employed an ODS output statement along with BY variable processing, I have gotten results for each stratification variable. I presume that you have tried

ods output OddsRatios=OR; proc logistic data=mydata descending; by BYVAR; model y = ...; run;

Does that not return a dataset OR in which there are separate odds ratio estimates for the different levels of the BY variables?

Dale

--- Yanni Yu <fynjj@YAHOO.COM> wrote: > Hi, there, > > I want to output odds ratio in logistic regression. I cannot use ODS > output because I have a stratification variable specified in the "by" > statement. I can use "outest" option in "proc logistic" to output > parameter estimates, but I cannot find similar option for outputing > odds ratio. Do you have any idea on that? > > Thanks a lot, > Yanni

===== --------------------------------------- Dale McLerran Fred Hutchinson Cancer Research Center mailto: dmclerra@fhcrc.org Ph: (206) 667-2926 Fax: (206) 667-5977 ---------------------------------------

__________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/


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