How do you output the Proc Reg F-Statistic to a table. I can see it on the report and can output several other measures, but I can't find the option/switch for this one. Also, I was able to output the SSE but not the SSM. Any guidance would be appreciated.
It lloks like you need the following line in your proc REG (and not writing NOPRINT):
ODS output ANOVA=myAnova;
Sincerely,
SPR
Missed SAS Innovate in Orlando?
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.