Hello,
I am running the synthetic control method. And I am using the following command to generate the results for this method.
It generates three sets of results, of which one of these is the following:

I would like to export the results of this table which is the second result (out of three) from this command. Would you be able to tell me which command I should use instead of outreg/outreg 2 to export this result.
This method has been used from Abadie et al. (2010) [Available here: http://web.stanford.edu/~jhain/Paper/ccs.pdf]. I have downloaded the synth package for stata, to run this command.
Thank you,
Mridula
I am running the synthetic control method. And I am using the following command to generate the results for this method.
Code:
synth inflation gdpgrowth(1993(1)1998) inflation(1986) inflation(1987) inflation(1988) inflation(1989) inflation(1990) inflation(1991) inflation(1992) inflation(1990) inflation(1991) inflation(1992) inflation(1993) inflation(1994) inflation(1995) inflation(1996) inflation(1997) inflation(1998), trunit(8) trperiod(1999) nested fig
I would like to export the results of this table which is the second result (out of three) from this command. Would you be able to tell me which command I should use instead of outreg/outreg 2 to export this result.
This method has been used from Abadie et al. (2010) [Available here: http://web.stanford.edu/~jhain/Paper/ccs.pdf]. I have downloaded the synth package for stata, to run this command.
Thank you,
Mridula
Comment