Hi,

I want to run regressions in the following way:

reg y x1 i.year i.ind
reg y x2 i.year i.ind
reg y x3 i.year i.ind
reg y x1 x2 x3 i.year i.ind

It seems that stepwise is not the solution. Is there any faster or more concise way of doing this?

Thanks