Dear SAS community,
Do you know how I can save results from proc logistic in a table? To be more specific, I am running macro that is performing analysis for multiple variables and I am getting results in form showed in attachment. Now, I would like to store coefficients for all variables in one table, for example to have table Sommers'D with values of Sommers'D for all variables.
Do you have any suggestion?
Thank you!
The ODS table names of PROC LOGISTIC (for use with ODS OUTPUT) can be found here.
What kind of "table" do you mean?
Do you mean a SAS data set? Do you mean a printed table (like from PROC REPORT or PROC PRINT)? Do you mean something else?
The ODS table names of PROC LOGISTIC (for use with ODS OUTPUT) can be found here.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.