Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: Graph impulse response function after VAR


From   "Gustavo Sanchez" <[email protected]>
To   <[email protected]>
Subject   st: RE: Graph impulse response function after VAR
Date   Tue, 25 Jan 2005 09:43:21 -0600

Zhou,

The code below reproduces some examples:

    clear
    set mem 15m
    set matsize 130
	webuse lutkepohl
	qui var dlinvestment dlincome dlconsumption if qtr<=q(1978q4), ///
	lags(1/2) dfk
	irf cre order1, step(10) set(myirf1,replace)
	irf graph oirf,  impulse(dlincome) response(dlconsumption)
	irf cr order2, step(10) order(dlincome dlinvestment dlconsumption)
	irf graph oirf, irf(order1 order2) impulse(dlincome) ///
			response(dlconsumption)
	irf table oirf, irf(order1 order2) impulse(dlincome) ///
			response(dlconsumption)

Gustavo

-----Original Message-----
From: [email protected]
[mailto:[email protected]]On Behalf Of zhou liu
Sent: Friday, January 21, 2005 3:51 PM
To: [email protected]
Subject: st: Graph impulse response function after VAR


Could anybody please tell me how to graph the impulse response funtion
after performing VAR? I tried  several commands, none of which works.
Thanks a lot.

Sincerely,
Zhou
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index