R/abridgeddata_documentaion.R

#' Beijing car prices from 2010 to 2015
#'
#' A dataset containing the manufacturer's suggested retail price (MSRP) of car
#' models and how many of these models were sold in Beijing between 2010 and 2015.
#'
#' Due to privacy restrictions, we cannot distribute the original data sets.
#' This data set is an anonymized version of the original.
#'
#' @format a tibble with 217155 rows and 5 variables
#' \describe{
#'   \item{year}{year, as an integer between 2010 and 2015}
#'   \item{month}{month, as an integer between 1 and 12}
#'   \item{city}{"Beijing"}
#'   \item{MSRP}{manufacturer's suggested retail price, in RMB}
#'   \item{sales}{number of car models sold in that particular year}
#' }
#'
#' @source Daljord et al. (2021), The Black Market for Beijing License Plates
#'
"Beijing_abridged"

#' Tianjin car prices from 2010 to 2015
#'
#' A dataset containing the manufacturer's suggested retail price (MSRP) of car
#' models and how many of these models were sold in Tianjin between 2010 and 2015.
#'
#' Due to privacy restrictions, we cannot distribute the original data sets.
#' This data set is an anonymized version of the original.
#'
#' @format a tibble with 194468 rows and 5 variables
#' \describe{
#'   \item{year}{year, as an integer between 2010 and 2015}
#'   \item{month}{month, as an integer between 1 and 12}
#'   \item{city}{"Tianjin"}
#'   \item{MSRP}{manufacturer's suggested retail price, in RMB}
#'   \item{sales}{number of car models sold in that particular year}
#' }
#'
#' @source Daljord et al. (2021), The Black Market for Tianjin License Plates
#'
"Tianjin_abridged"

#' Shijiazhuang car prices from 2010 to 2015
#'
#' A dataset containing the manufacturer's suggested retail price (MSRP) of car
#' models and how many of these models were sold in Shijiazhuang between 2010 and 2015.
#'
#' Due to privacy restrictions, we cannot distribute the original data sets.
#' This data set is an anonymized version of the original.
#'
#' @format a tibble with 194468 rows and 5 variables
#' \describe{
#'   \item{year}{year, as an integer between 2010 and 2015}
#'   \item{month}{month, as an integer between 1 and 12}
#'   \item{city}{"Shijiazhuang"}
#'   \item{MSRP}{manufacturer's suggested retail price, in RMB}
#'   \item{sales}{number of car models sold in that particular year}
#' }
#'
#' @source Daljord et al. (2021), The Black Market for Tianjin License Plates
#'
"Shijiazhuang_abridged"
omkarakatta/diftrans documentation built on Feb. 24, 2023, 9:06 p.m.