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

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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