Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am currently building my model and I have chosen to use a step-wise backwards elimination method. I have many categorical variables and am using the "CLASS" statement in SAS within my regression model. How do I determine if a categorical variable should stay in? Is it based on the TYPE III Analysis of Effects p-value? or is it based on the P for trend value?

Thank you

share|improve this question
1  
Step-wise model selection methods are not recommended for either continuous or categorical variables. To understand why, you may find it helpful to read my answer here: algorithms-for-automatic-model-selection. – gung Dec 14 '12 at 21:46
1  
You can use penalized methods such as LASSO or LAR by using PROC GLMSELECT – Peter Flom Dec 14 '12 at 22:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.