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 Kicks Off on June 11!
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.