How to interpret the outmodel dataset? I want to replicate the outmodel in Python. Please share if there is any good article/link on this topic.
Outmodel creates a proprietary binary file that will be useless. The parameter estimates tables has enough for you to code it in Python using basic math.
This is what I tried and didn't work:
ods output parameterestimates=want; proc logistic inmodel=abc score data=xyz out=aaa quit; ods output close;
You can't use
ods output parameterestimates=want;
and INMODEL together. This particular ODS OUTPUT statement is for when you fit a model using PROC LOGISTIC, with no INMODEL=.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.