Hello, Im using these two commands (csdid and eventstudyinteract) to run regressions. I would like to compare the estimates produced in these two commands with each other, for eventstudyinteract I ran 6 different regressions, each for different treatment cohort (2003-2008), however I only need to use the csdid command once and it produces 6 different output results, one for each treatment cohort g2003-g2008. I would like to put these results side by side in an organized table similarly to how outreg2 would produce tables for the regressions. However I noticed outreg2 does not work very well for these types of regressions.
The output for csdid looks like this: (this continues up to g2008)
The output for one of my eventstudyinteract regressions (2003 cohort) looks like this:

As you can see these results are similar to the g2003 results from the csdid command, im trying to put these results side by side in a table. One table for each cohort comparison for example I would have one table for a 2003 comparison which looks similar to the typical outreg2 tables, with results in column 1 from the regression above and results in column 2 from the g2003 regression in csdid.
How can I implement this?
The output for csdid looks like this: (this continues up to g2008)
The output for one of my eventstudyinteract regressions (2003 cohort) looks like this:
As you can see these results are similar to the g2003 results from the csdid command, im trying to put these results side by side in a table. One table for each cohort comparison for example I would have one table for a 2003 comparison which looks similar to the typical outreg2 tables, with results in column 1 from the regression above and results in column 2 from the g2003 regression in csdid.
How can I implement this?
Comment