Hello,
I have a question about impulse responses. I am estimating a simple panel VAR:
However, I do not know how the estimated IRFs are stored in Stata. Do you know how I could save the IRFs? Thank you for your help.
I have a question about impulse responses. I am estimating a simple panel VAR:
Code:
pvar fin_shock cash lev empl, lags(1) level(90) fod pvarstable pvarirf, oirf mc(200) byoption(yrescale) porder(fin_shock cash lev empl)
Comment