Description Usage Arguments Details Value Note Author(s) References See Also Examples
Plots the m x m matrix of impulse responses produced by irf
.
1 2 |
x |
Impulse response object produced by |
varnames |
Names of equations and shocks in the format
|
... |
other plot arguments |
Generates a plot in ther current plotting device of the impulse
responses in irf
. See below for functions that allow one to
add error bands and confidence regions to the impulse responses.
Impulses or shocks are in the columns and the rows are the responses.
None. Draws a graph in the current device.
This function should NOT be used for Monte Carlo samples of
IRFs. Use plot.mc.irf
for this purpose.
Patrick T. Brandt
Hamilton, James. 1994. Time Series Analysis, Chapter 11.
Sims, C.A. 1980. "Macroeconomics and Reality" Econometrica.
irf
to produce impulse responses from a VAR
object, mc.irf
, and plot.mc.irf
for methods that allow frequentist and Bayesian error bands in the
impulse responses
1 2 3 | data(IsraelPalestineConflict)
rf.var <- reduced.form.var(IsraelPalestineConflict, p=6)
plot(irf(rf.var, nsteps = 12))
|
##
## MSBVAR Package v.0.9-2
## Build date: Tue Jul 11 08:30:47 2017
## Copyright (C) 2005-2017, Patrick T. Brandt
## Written by Patrick T. Brandt
##
## Support provided by the U.S. National Science Foundation
## (Grants SES-0351179, SES-0351205, SES-0540816, and SES-0921051)
##
[,1] [,2]
[1,] 0.00000 3.386248
[2,] 60.58718 24.067998
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.