Skip to content

Commit

Permalink
add ADRR oil data #2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwang15 committed Jan 18, 2024
1 parent 38ea187 commit b95b48c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
21 changes: 21 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#' @title A 3-variable oil price data, from 1971 to 2016
#'
#' @description A system used to identify the oil shocks.
#'
#' @usage data(oil)
#'
#' @format A matrix and a \code{ts} object with time series of over five hundred observations on 3 variables:
#' \describe{
#' \item{opg}{monthly growth rate of global oil production}
#' \item{eai}{monthly index of real economic activity}
#' \item{rop}{monthly real oil price}
#' }
#'
#' The series are as described by Antolín-Díaz & Rubio-Ramírez (2018) in section IV-A.
#'
#' @references
#' Antolín-Díaz & Rubio-Ramírez (2018) Narrative Sign Restrictions for SVARs, American Economic Review, 108(10), 2802-29, <doi:10.1257/aer.20161852>.
#'
#' @source
#' Replication package, \url{https://www.aeaweb.org/articles?id=10.1257/aer.20161852}
"oil"
Binary file added data/oil.rda
Binary file not shown.
29 changes: 29 additions & 0 deletions man/oil.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b95b48c

Please sign in to comment.