knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(oscbvar)
This vignettes contains a brief introduction to the macroeconomical data used in the paper.
head(macrodata)
We focus primarily on the three time series below
ts.plot(macrodata[, 1], ylab = "GDPC1", xlab = "") ts.plot(macrodata[, 2], ylab = "GDPCTPI", xlab = "") ts.plot(macrodata[, 3], ylab = "FEDFUNDS", xlab = "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.