Closed bttomio closed 4 years ago
Dear Bruno,
thank you for using our package.
If you want to obtain accumulated responses, you have to specify the row/variable for which you want the accumulated response, i.e. if you want to have all responses accumulated you should specify plot(boot.svar, cumulative = 1:3).
In your code above the TRUE was converted to a 1 inside the function, thats why you get cumulated irfs for the first variable.
Best regards,
Alexander
Dear Alexander,
Thanks a lot for being so responsive.
It works flawless. Your answer also clarified to me how to use selection
:
plot(boot.svar, cumulative = 1:3)
plot(boot.svar, cumulative = 1:3, selection = 2:1)
Once again, thank you for this package!
Cheers,
Bruno
Hi,
FOA, thank you very much for your package!
I am trying to accumulate the responses in the Svarirf plot. Nevertheless, using
cumulative = T
, results are generated only for the first variable:Here is the code:
Session info:
Many thanks,
Bruno