I had a quick question regarding forward stepwise selection and was hoping someone may be able to confirm whether my code is right or not?
I want to screen my regression for variables that meet my 0.05 sig level.
Thanks in advance
Code:
stepwise, pr(.051) pe(.05) forward: logistic
Thanks in advance
Comment