Hello all,
I'm working with the 'lpirf' command in Stata 18 to analyze impulse response functions and need help adding 68% and 90% confidence intervals to my IRF graphs, each with a different color. Currently,
I'm using the default code provided by Stata 18:
How can I modify it to include these two confidence intervals in the same graph? Any suggestions or code examples would be greatly appreciated!
I'm working with the 'lpirf' command in Stata 18 to analyze impulse response functions and need help adding 68% and 90% confidence intervals to my IRF graphs, each with a different color. Currently,
I'm using the default code provided by Stata 18:
Code:
use https://www.stata-press.com/data/r18/usmacro quietly lpirf inflation gap fedfunds, lags(1/12) step(24) irf set myirfs.irf, replace irf create model1 irf graph oirf, yline(0)
Comment