Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Stuck in creating IRF after SVAR

    Dear,

    I run SVAR (AB type). Everything is alright until I create IRF.

    It is stuck here:

    Code:
    . irf create model_1, set(svar_8vars_new, replace)
    (file svar_8vars_new.irf created)
    (file svar_8vars_new.irf now active)
    How would I solve this problem?

    Many thanks in advance.

  • #2
    Your irf's are created with a default forecast period of 8. If you wish more you have to add step(#) at the end of the first line. For instance, step(20).
    Then you must use the other irf commands to see the irf's, for instance, -irf table- or -irf graph.
    Example:
    irf create aaech04_2irf_1, set(aaech04_2_1) step(10)
    irf graph sirf, impulse(dln_inc) response(dln_consump)

    Comment


    • #3
      Trung, you may also want to have a look at some slides that Kit Baum wrote. This is the link: http://fmwww.bc.edu/EC-C/S2013/823/E...n10.slides.pdf

      Comment

      Working...
      X