Plot methods for objects with class attribute tvlm
, tvar
, tvvar
,
tvirf
, tvsure
or tvplm
.
# S3 method for tvsure
plot(x, eqs = NULL, vars = NULL, plot.type = c("multiple", "single"), ...)# S3 method for tvlm
plot(x, ...)
# S3 method for tvar
plot(x, ...)
# S3 method for tvplm
plot(x, ...)
# S3 method for tvvar
plot(x, ...)
# S3 method for tvirf
plot(
x,
obs.index = NULL,
impulse = NULL,
response = NULL,
plot.type = c("multiple", "single"),
...
)
An object used to select the method.
A vector of integers. Equation(s) number(s) of the coefficients to be plotted.
A vector of integers. Variable number(s) of the coefficients to be plotted.
Character, if multiple all plots are drawn in a single device, otherwise the plots are shown consecutively.
Other parameters passed to specific methods.
Scalar (optional), the time at which the impulse response is plotted. If left NULL, the mean over the whole period is plotted (this values should be similar to the estimation using a non time-varying VAR method).
Character vector (optional) of the impulses, default is all variables.
Character vector (optional) of the responses, default is all variables.