Beijing_sample | R Documentation |
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 as well as other information.
Beijing_sample
a tibble with 217155 rows and 16 variables
a number that uniquely identifies each Beijing car model by year
year, as an integer between 2010 and 2015
month, as an integer between 1 and 12
A Date-class variable of the format yyyy-mm-01
"Beijing"
manufacturer's suggested retail price, in RMB
number of car models sold in that particular year
price, in RMB 1000
uniquely identify car model
1 if cars were sold after Beijing lottery in 2011, and 0 otherwise
1 if cars were sold after Tianjin lottery/auction in 2014, and 0 otherwise
1 if cars were sold in Beijing, which is every car in this dataset
1 if cars were sold in Tianjin, which is no car in this dataset
1 if cars were sold in Shijiazhuang, which is no car in this dataset
1 if cars were sold after lottery in 2011, same as postBeijing
Due to privacy restrictions, we cannot distribute the original data sets. This data set is an anonymized version of the original.
This data set mimics the properties of the data set used in Daljord et al. (2021).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.