Ehrmann-Ellison-Valla(2003) Regime-dependent IRF's
-
ABDHUT123
- Posts: 13
- Joined: Thu Aug 02, 2018 9:37 am
Re: Ehrmann-Ellison-Valla(2003) Regime-dependent IRF's
if want to see the response of all variable to shocks in logcpi in both regime.....should i modify the onlyshocks like this
@MCGraphIRF(model=MSSysRegModel,onlyshocks=||logcpi,logcpi||,$
shocklabels=||"Regime 1","Regime 2"||,$
varlabels=||"Cap Util","CPI","Oil Price"||,$
footer="Responses to Unit Impact Oil Shock")
@MCGraphIRF(model=MSSysRegModel,onlyshocks=||logcpi,logcpi||,$
shocklabels=||"Regime 1","Regime 2"||,$
varlabels=||"Cap Util","CPI","Oil Price"||,$
footer="Responses to Unit Impact Oil Shock")
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Ehrmann-Ellison-Valla(2003) Regime-dependent IRF's
No. The shocks are interleaved between the regimes, so 1 and 2 are the shocks to CUTIL in the two regimes, 3 and 4 are to CPI, and 5 and 6 are to oil prices. So you would want ONLYSHOCKS=||3,4||. How interesting those will be is a separate issue---the model is designed to separate the regimes based upon oil shock variance, so the response to CPI shocks might not be particularly interesting.
-
tasnim223
- Posts: 13
- Joined: Sat Apr 07, 2018 12:15 am
Re: Ehrmann-Ellison-Valla(2003) Regime-dependent IRF's
Dear Tom,
I am running Rats 9.2 in Mac. I am trying to running the mcmc type version of the programme. I get the following error ;
## CP18. MSSYSREGRESSION is not the Name of a PROCEDURE. (Did you forget to SOURCE?)
>>>>sysregression(time,<<<<
I also tried running
I have downloaded the mssysregression in the procedures.
I have attached RPF file.
Many thanks
Tasnim
I am running Rats 9.2 in Mac. I am trying to running the mcmc type version of the programme. I get the following error ;
## CP18. MSSYSREGRESSION is not the Name of a PROCEDURE. (Did you forget to SOURCE?)
>>>>sysregression(time,<<<<
I also tried running
I have downloaded the mssysregression in the procedures.
I have attached RPF file.
Many thanks
Tasnim
- Attachments
-
- var1.RPF
- (5.98 KiB) Downloaded 788 times
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Ehrmann-Ellison-Valla(2003) Regime-dependent IRF's
You have a problem with the path to the procedures directory. That's in the Procedure Directories box in the "Directories" tab of the preferences:tasnim223 wrote:Dear Tom,
I am running Rats 9.2 in Mac. I am trying to running the mcmc type version of the programme. I get the following error ;
## CP18. MSSYSREGRESSION is not the Name of a PROCEDURE. (Did you forget to SOURCE?)
>>>>sysregression(time,<<<<
I also tried running
I have downloaded the mssysregression in the procedures.
I have attached RPF file.
Many thanks
Tasnim
https://estima.com/ratshelp/preferences ... ctoriesTab
It's possibly pointing to an older location.