Dear Statalists'
Can any one help me how to save the predicted value of many regressions.
I have to run 60 regression each year for 20 years.
I tried this code
then I use predict but I have no results.
Can any one help me how to save the predicted value of many regressions.
I have to run 60 regression each year for 20 years.
I tried this code
Code:
by(industry_id year): reg y x1 x2 x3
Comment