Most posts I've seen here about making something run faster are in reference to folks with very large datasets. I have a different problem: a fairly small dataset but extremely large do files w/ many regressions. I'm doing some simulation work and have a do file with roughly 1,000 regression models, and I run this a few different times (for different groups), so I end up running something like 4,000 total regressions at once. This seems to take roughly 30 minutes on my computer.
My question is: does anyone have advice for trying to get this to run faster? I've added -qui- before both the -reg- command and the -regsave- command (since I'm saving the output from each model), which helps. Any other ideas?
My question is: does anyone have advice for trying to get this to run faster? I've added -qui- before both the -reg- command and the -regsave- command (since I'm saving the output from each model), which helps. Any other ideas?
Comment