Hi everyone,
I am trying to run a proc logistic regression model on around 1.3 million rows. I have been able to reduce the variables to 30.
If I run a all subset model with no interactions it is around 2^30 = 1,073,741,824 runs.
1> Is thier a way to find out how much time will it take?
2> Is their any technique to perform these many runs quicker?
Currently I am using stepwise, backward etc to run the model. Also I have PC SAS 9.2 (TS2M0) X64_ESRV platform
Thanks,
Amit