The output of logistic regression shows comparison 0 vs 1 for target variable and independent variables. How can I see a comparison and odds ration for 1 vs 0?
Run a PROC FREQ on the base data?
You can get overall plots using the EFFECT statement and assuming the average or reference variables.
See the example here:
http://documentation.sas.com/?docsetId=statug&docsetTarget=statug_logistic_examples02.htm&docsetVers...
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.