powered by
Retrieves several outputs of interest, including the median coefficient matrix, the median variance-covariance matrix, and the Log-Likelihood. Separate summary methods exist for impulse responses and forecasts.
# S3 method for bvar summary(object, ...)# S3 method for bvar_summary print(x, ...)
# S3 method for bvar_summary print(x, ...)
A bvar object, obtained from bvar.
bvar
Not used.
A bvar_summary object.
bvar_summary
Returns a list of class bvar_summary with elements that can can be accessed individually:
bvar - object, the bvar object provided.
coef - Coefficient values from coef.bvar.
coef
coef.bvar
vcov - VCOV values from vcov.bvar.
vcov
vcov.bvar
logLik - The Log-Likelihood from logLik.bvar.
logLik
logLik.bvar
bvar; coef.bvar; logLik.bvar
# NOT RUN { data <- matrix(rnorm(200), ncol = 2) x <- bvar(data, lags = 2) summary(x) # }
Run the code above in your browser using DataLab