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