Learn R Programming

bvarsv (version 1.0)

usmacro: US Macroeconomic Time Series

Description

Real GDP growth rate, inflation, and treasury bill interest rate for the US (269 quarterly observations from 1947:Q2 to 2014:Q2).

Arguments

format

Multiple time series (mts) object, series names: ``gdp'', ``inf'' and ``tbi''.

source

Federal Reserve Bank of St. Louis (2014): ``Federal Reserve Economic Data'', http://research.stlouisfed.org/fred2/. Accessed: 2014-08-14. Note: The underlying FRED series are coded ``GDPC96'', ``GDPDEF'' and ``TB3MS''. The gdp and inflation series are defined as 400 times the difference of the log of the original series (i.e., annualized log growth rates). The treasury bill interest rate is the quarterly average of the monthly FRED series.

Examples

Run this code
# Load and plot data
data(usmacro)
plot(usmacro)

Run the code above in your browser using DataLab