summary method for class "bvec"
.
# S3 method for bvec
summary(object, ci = 0.95, period = NULL, ...)# S3 method for summary.bvec
print(x, digits = max(3L, getOption("digits") - 3L), ...)
summary.bvec
returns a list of class "summary.bvec"
,
which contains the following components:
A list of various summary statistics of the posterior draws of the VAR coefficients.
A list of various summary statistics of the posterior draws of the variance-covariance matrix.
a list containing information on the model specification.
an object of class "bvec"
, usually, a result of a call to
bvec
.
a numeric between 0 and 1 specifying the probability of the credible band. Defaults to 0.95.
integer. Index of the period of a TVP VEC, for which a summary should be generated.
Only used for TVP models. Default is NULL
so that only the most recent time period
is used.
further arguments passed to or from other methods.
an object of class "summary.bvec"
, usually, a result of a call to
summary.bvec
.
the number of significant digits to use when printing.