Customizing tables in Stata
问题 Using Stata14 on windows, I am wondering how to build customized tables from several regression results. Here is an example. We have reg y, x1 predict resid1, residuals summarize resid1 Which gives: Variable | Obs Mean Std. Dev. Min Max -------------+--------------------------------------------------------- resid1 | 5,708,529 4.83e-11 .7039736 -3.057633 3.256382 And run another regrerssion and similarly obtain the residuals: reg y, x2 predict resid2, residuals I would like to create a table