Ramey/Shapiro dataset
RSdata.Rd
This dataset contains a (248 x 7)-dimensional matrix with quarterly US data from the first quarter of 1947 till the last quarter of 2008. The script for transforming the raw data (as csv-file) to the matrix RSdata is available in the data-raw directory. The data set is used to identify government spending shocks and in particular to investigate the response of consumption and real wages with respect to these shocks. All variables are orthogonalized with respect to an intercept and a linear trend. See https://doi.org/10.1093/qje/qjq008 for more details.
Format
A matrix with 248 rows and 7 variables (plus a timestamp, so in total 8 variables). Versions as tibble (RSdata), ts (RSdata_ts), or xts (RSdata_xts) object are available:
Date column
the logarithm of real per capita quantities of total government spending
real GDP
total hours worked
nondurable plus services consumption
private fixed investment
real wage (or more precisely the nominal compensation in private business divided by the deflator in private business)
tax rate
An object of class mts
(inherits from ts
, matrix
) with 248 rows and 7 columns.
An object of class xts
(inherits from zoo
) with 248 rows and 7 columns.