I am running an svar and then running irf ctable with oirf and fevd options in a loop as follows:
irf ctable (`cntry'_impulse ssr `cntry'_LT oirf, ci) (`cntry'_impulse `cntry'_ST `cntry'_LT oirf, ci) (`cntry'_impulse ssr `cntry'_OFlow oirf, ci) (`cntry'_impulse `cntry'_ST `cntry'_OFlow oirf, ci)
irf ctable (`cntry'_impulse ssr `cntry'_LT fevd, noci) (`cntry'_impulse `cntry'_ST `cntry'_LT fevd, noci) (`cntry'_impulse ssr `cntry'_OFlow fevd, noci) (`cntry'_impulse `cntry'_ST `cntry'_OFlow fevd, noci)
I want to obtain the table output from the two commands but can't seem to locate where this information is stored in stata and then how i can export it. i am hoping to put some sort of command in the loop that can automate this process. I currently have to rely on my log file from which i manually copy-paste.
irf ctable (`cntry'_impulse ssr `cntry'_LT oirf, ci) (`cntry'_impulse `cntry'_ST `cntry'_LT oirf, ci) (`cntry'_impulse ssr `cntry'_OFlow oirf, ci) (`cntry'_impulse `cntry'_ST `cntry'_OFlow oirf, ci)
irf ctable (`cntry'_impulse ssr `cntry'_LT fevd, noci) (`cntry'_impulse `cntry'_ST `cntry'_LT fevd, noci) (`cntry'_impulse ssr `cntry'_OFlow fevd, noci) (`cntry'_impulse `cntry'_ST `cntry'_OFlow fevd, noci)
I want to obtain the table output from the two commands but can't seem to locate where this information is stored in stata and then how i can export it. i am hoping to put some sort of command in the loop that can automate this process. I currently have to rely on my log file from which i manually copy-paste.