print.bayesianVARs_bvar {bayesianVARs} | 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