View source: R/utility_functions.R
summary.bayesianVARs_bvar | R Documentation |
Summary method for bayesianVARs_bvar
objects.
## S3 method for class 'bayesianVARs_bvar'
summary(object, quantiles = c(0.025, 0.25, 0.5, 0.75, 0.975), ...)
object |
A |
quantiles |
numeric vector which quantiles to compute. |
... |
Currently ignored! |
An object of type summary.bayesianVARs_bvar
.
# Access a subset of the usmacro_growth dataset
data <- usmacro_growth[,c("GDPC1", "CPIAUCSL", "FEDFUNDS")]
# Estimate model
mod <- bvar(data, quiet = TRUE)
# Summary
sum <- summary(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.