I need to estimate and compare a large number of models. To do so, I use an analogue of the following code:
Code:
clear est clear sysuse auto.dta reg price mpg est store mod_1 reg price c.mpg#c.mpg est store mod_2 est table *, stats(N aic bic r2_a rmse)
0 Response to Transposing est table
Post a Comment