Hi everyone,
I have a Dynare code and complete data, but I would like the results to display dates.
Thank you in advance.
DATAS.mat (2.6 KB)
What do you mean by “I would like the results to display dates”? Is it about plotting?
Sorry,
For shock decomposition, observed variables…
These special plotting things are done easiest in Matlab directly.
Just extract the code you want to plot from oo_, create a dates vector in Matlab with whatever time-series you want, and plot them together.
Another way is to extract the dates from the dseries such as in: Placing dates on the horizontal axis of historical shock decomposition shocks - #6 by stepan-a
If you have a specific wish, it is always much better to show some sample code for people to help you more efficiently
Yes, I’ll do it manually
Thank you @DoubleBass
I hope the Dynar team take care of it so it’s easier.
You did not post your .mod
file, so I don’t understand what the problem is.