-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38ea187
commit b95b48c
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.