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=.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.