Search found 4 matches

by Akawa
Mon Jul 01, 2019 11:14 am
Forum: Structural Breaks and Switching Models
Topic: How to plot IRF with MCprocessIRF
Replies: 1
Views: 50576

How to plot IRF with MCprocessIRF

Hello, It's seems that the topic has been already discussed before, but I don't udnertsand how to plot IRF for Markov-switching. I get a message error related to %%responses function. I tried to udnerstand what should I do but it doesn't work. Is it possible to guide me and tell me what piece of cod...
by Akawa
Tue Mar 13, 2018 7:27 am
Forum: Examples and Sample Code
Topic: Ehrmann-Ellison-Valla(2003) Regime-dependent IRF's
Replies: 153
Views: 341040

Re: Ehrmann-Ellison-Valla(2003) Regime-dependent IRF's

I have removed the g variable but the problem remains: the bug comes at line @MCProcessIRF(model=MSSysRegModel,lower=lower,upper=upper,irf=irf) Concerning the Generalized FEVD, I found this paper from the CREATES: http://econ.au.dk/fileadmin/site_files/filer_oekonomi/Working_Papers/CREATES/2014/rp14...
by Akawa
Mon Mar 12, 2018 8:03 am
Forum: Examples and Sample Code
Topic: Ehrmann-Ellison-Valla(2003) Regime-dependent IRF's
Replies: 153
Views: 341040

Regime-dependent IRF plotting and Generalized IRF + FEVD

Dear moderator, I would like to plot regime-dependent IRF with the MCProcessirf procedure. I use the Ehrmann et al. (2003) replication code. Furthermore, is it possible to use a rats existing code to implement generalized IRF and FEVD (rather than orthogonalization) IN the code of Ehrmann et al. (20...
by Akawa
Thu Jun 22, 2017 8:32 am
Forum: Help With Programming
Topic: name of the series matrix
Replies: 1
Views: 7417

name of the series matrix

Hi,
I have a simple question: What is the name of my data matrix, that is, those loaded with the command "data". I would like to know the number of columns/series loaded in Rats but don't know the argument in place of "A"

Code: Select all


compute col =  %cols(?)

Thanks