BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Greek
Obsidian | Level 7

Does anybody know how to remove the output of the stepwise model selection process from the html output?

ods html;

proc reg data=reg_data (where=(family=HR)) plot(only label)=(observedbypredicted) corr;

model salary=grade age education / selection=stepwise slentry=0.15 slstay=0.10; output out=residuals r=Difference p=Predicted;

id name id race2 gender;

run;

quit;

Thank you!

1 ACCEPTED SOLUTION

Accepted Solutions
Doc_Duke
Rhodochrosite | Level 12
3 REPLIES 3
Doc_Duke
Rhodochrosite | Level 12

RTFM.  The option is

details=summary

SAS/STAT(R) 12.1 User's Guide

Greek
Obsidian | Level 7

Thank you so much! Smiley Happy

SteveDenham
Jade | Level 19

Not trying to be snarky or anything, but the best way to remove this is to not do stepwise model selection at all.  There are much better methods (LAR or LASSO) that avoid many of the problems associated with stepwise model selection outlined in http://www.nesug.org/proceedings/nesug07/sa/sa07.pdf.

Steve Denham

hackathon24-white-horiz.png

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.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 3876 views
  • 0 likes
  • 3 in conversation