Hi,
How can I improve on Approach #2 in this code : http://repec.org/bocode/e/estout/adv...ml#advanced907 to flip the regression table and include the number of observations as the last column. Thats, the 4th column should show N for model1 as 74 and model2 as 74. I started by saving r(stats) in a matrix, but was unable to include the matrix in esttab. Any help would be greatly appreciated.
Thanks,
Srini
How can I improve on Approach #2 in this code : http://repec.org/bocode/e/estout/adv...ml#advanced907 to flip the regression table and include the number of observations as the last column. Thats, the 4th column should show N for model1 as 74 and model2 as 74. I started by saving r(stats) in a matrix, but was unable to include the matrix in esttab. Any help would be greatly appreciated.
Thanks,
Srini
Comment