Learn R Programming

bayesianVARs (version 0.1.8)

print.bayesianVARs_bvar: Pretty printing of a bvar object

Description

Pretty printing of a bvar object

Usage

# S3 method for bayesianVARs_bvar
print(x, ...)

Value

Returns x invisibly.

Arguments

x

Object of class bayesianVARs_bvar, usually resulting from a call of bvar().

...

Ignored.

Examples

Run this code
# 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

Run the code above in your browser using DataLab