I am doing the following:
Code:
stepwise, pr(.05): reg Yvariable Xvariable1 Xvariable2 Xvariable3 Xvariable4 Xvariable5 ..... XvariableN
If I think moderators 2 - 6 (Xvariable2 - Xvariable6) are theoretically important and should always remain in the model regardless of statistical significance, is there a way to make those stay in the model throughout the selection process?
Thanks!
Code:
stepwise, pr(.05): reg Yvariable Xvariable1 Xvariable2 Xvariable3 Xvariable4 Xvariable5 ..... XvariableN
If I think moderators 2 - 6 (Xvariable2 - Xvariable6) are theoretically important and should always remain in the model regardless of statistical significance, is there a way to make those stay in the model throughout the selection process?
Thanks!
Comment