powered by
Pretty printing of a bvar object
# S3 method for bayesianVARs_bvar print(x, ...)
Returns x invisibly.
x
Object of class bayesianVARs_bvar, usually resulting from a call of bvar().
bayesianVARs_bvar
bvar()
Ignored.
# 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