BookmarkSubscribeRSS Feed
jessicaking
SAS Employee

When I run proc hpgenselect using the stepwise selection method I see that "effect hierarchy enforced" is none in the HTML output. I run it against the same data using backward selection method and get that "effect hierarchy enforced" is "single". Is there a way to set this parameter? I've googled this question and read the documentation and haven't been able to find the answer. Let me know!


backward selection method.JPG
2 REPLIES 2
Rick_SAS
SAS Super FREQ

Please post the code you are submitting.

Rick_SAS
SAS Super FREQ

It looks like HPGENSELECT does not support changing the default hierarchy option. If you have a linear model, you can use the HIERARCHY= option in PROC GLMSELECT.  However, for HPGENSELECT, it looks like STEPWISE method always uses 'none' and the BACKWARD method always uses 'single.'  (For a logistic model, PROC LOGISTIC also supports changing the hierarchy option.)

 

For what it's worth, the defaults are probably what you want. In particular, you would probably NOT want to change the BACKWARD method away from the default.It's not usually a good idea to remove main effects and keep the interaction effects.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1543 views
  • 1 like
  • 2 in conversation