print.bayesianVARs_bvar {bayesianVARs} | R Documentation |
Pretty printing of a bvar object
Description
Pretty printing of a bvar object
Usage
## S3 method for class 'bayesianVARs_bvar'
print(x, ...)
Arguments
x |
Object of class |
... |
Ignored. |
Value
Returns x
invisibly.
Examples
# 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
[Package bayesianVARs version 0.1.3 Index]