Hi! Is there a way to ask sas to flag the significant results (say alpha=0.05) in proc logistic? In any other procedures?
(Is there any other way then doing it manually)
Thanks in advance!
You can do it with post processing of the ODS output. With ODS, the LOGISTIC output is a data object that you can then augment/process/modify with other SAS tools (like the data step).
Andrew Karp provides a presentation on doing it with ODS and PROC REPORT to create a dashboard report (free, and quite good). http://www.virtualsug.org/ (Sept 15 is next presentation).
Doc Muhlbaier
Duke
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.