View source: R/utility_functions.R
print.summary.bayesianVARs_bvar | R Documentation |
Print method for summary.bayesianVARs_bvar
objects.
## S3 method for class 'summary.bayesianVARs_bvar'
print(x, ...)
x |
A |
... |
Currently ignored! |
Returns x
invisibly!
# Access a subset of the usmacro_growth dataset
data <- usmacro_growth[,c("GDPC1", "CPIAUCSL", "FEDFUNDS")]
# Estimate model
mod <- bvar(data, quiet = TRUE)
# Print summary
summary(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.