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