Hello
I am using CSDID command and I am having some issue with saving the results
my current results appear like this:
I have multiple results like this one and I want them to combined in a single table for my usage.
I tried using these commands
and then
However, I get the entire year-to-year regression result which I don't need. I only need the multiple "estat simple" results (as shown above) in one table.
Is it possible to do that? Or is there any other command I should use to get the outcome I want?
Thank you!
I am using CSDID command and I am having some issue with saving the results
my current results appear like this:
Code:
estat simple Average Treatment Effect on Treated ------------------------------------------------------------------------------ | Coefficient Std. err. z P>|z| [95% conf. interval] -------------+---------------------------------------------------------------- ATT | -2.679485 1.622186 -1.65 0.099 -5.858911 .4999407 ------------------------------------------------------------------------------
I tried using these commands
Code:
esttab: estat simple
Code:
esttab using text.rtf
Is it possible to do that? Or is there any other command I should use to get the outcome I want?
Thank you!
Comment