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 (January 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 21 Jan 2005 16:26:30 -0800
Reply-To:   omugeye <bhuta_zegha@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   omugeye <bhuta_zegha@YAHOO.COM>
Organization:   http://groups.google.com
Subject:   Re: how can I get a specific OR from proc logistic
Content-Type:   text/plain; charset="iso-8859-1"

In my opinion, a macro is the way to go, because it will reiterate this 100, 1000 times if you want. This should use the ODS facility. Others may proffer differrent opinions.

Create a macro that reads the odds ratio and its confidential intervals, either by extracting these from the ODS dataset, or reads this data set and "keep"s (to use a SAS word) only the results for the desired variable.

Then insert these results at the bottom of a big table (dataset) using proc append or SQL code.

I have done this for proc freq, but while the general idea is the same, each sistuation is awesomely unique. Repeat this process for n regressions.


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