R/mining.R

#' @title Sample Data for Value Added Decomposition
#'
#' @description Mining inputs and outputs adopted to
#' demonstrate the decomposition of value added growth.
#'
#' @references
#' Zeng, S., Parsons, S., Diewert, W. E. and Fox, K. J. (2018).
#' Industry and state level value added and productivity
#' decompositions. Presented in EMG Worshop 2018, Sydney.
#'
#' @format A data frame with the following columns:
#' \describe{
#' \item{year}{A time period column.}
#' \item{p2}{Output prices.}
#' \item{w2}{Wages of labour inputs.}
#' \item{u2}{Prices of capital services.}
#' \item{y2}{Output quantities.}
#' \item{h2}{Labour input quantities.}
#' \item{x2}{Capital services quantities.}
#' }
"mining"

Try the dfvad package in your browser

Any scripts or data that you put into this service are public.

dfvad documentation built on Oct. 15, 2021, 5:16 p.m.