Skip to content

Commit

Permalink
Add data from Natsiopoulos and Tzeremes 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsiopoulos committed Dec 14, 2022
1 parent 51879d4 commit 4511cd7
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 2 deletions.
30 changes: 29 additions & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#' @keywords datasets
"denmark"

#' The UK earnings equation data
#' The UK earnings equation data from Pesaran et al. (2001)
#'
#' This data set contains the series used by Pesaran et al. (2001) for estimating the UK earnings equation.
#' The clean format of the data retrieved from the Data Archive of Natsiopoulos and Tzeremes (2022).
Expand Down Expand Up @@ -53,3 +53,31 @@
#' \doi{10.1002/jae.2919}
#' @keywords datasets
"PSS2001"

#' The UK earnings equation data from Natsiopoulos and Tzeremes (2022)
#'
#' This data set contains the series used by Natsiopoulos and Tzeremes (2022) for re-estimating the UK earnings equation.
#' The clean format of the data retrieved from the Data Archive of Natsiopoulos and Tzeremes (2022).
#'
#' An object of class "zooreg" "zoo".
#'
#' @format A time-series object with 196 rows and 9 variables. Time period from 1971:Q1
#' until 2019:Q4.
#' \describe{
#' \item{time}{time variable}
#' \item{w}{real wage}
#' \item{Prod}{labor productivity}
#' \item{UR}{unemployment rate}
#' \item{Wedge}{wedge effect}
#' \item{Union}{union power}
#' \item{D7475}{income policies 1974:Q1-1975:Q4}
#' \item{D7579}{income policies 1975:Q1-1979:Q4}
#' \item{UnionR}{union membership}
#' }
#' @source \url{http://qed.econ.queensu.ca/jae/datasets/natsiopoulos001/}
#' @references Kleanthis Natsiopoulos and Nickolaos G. Tzeremes, (2022), "ARDL bounds test for
#' Cointegration: Replicating the Pesaran et al. (2001) Results for the UK Earnings Equation Using R",
#' \emph{Journal of Applied Econometrics}, \bold{37, 5}, 1079--1090.
#' \doi{10.1002/jae.2919}
#' @keywords datasets
"NT2022"
Binary file added data/NT2022.rda
Binary file not shown.
41 changes: 41 additions & 0 deletions man/NT2022.Rd

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

2 changes: 1 addition & 1 deletion man/PSS2001.Rd

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

0 comments on commit 4511cd7

Please sign in to comment.