china_cars_tbl_df | R Documentation |
This dataset, china_cars_tbl_df, is a tibble containing stated choice observations from a conjoint survey conducted by Helveston et al. (2015). The survey includes 448 choice observations from Chinese car buyers and 384 from U.S. car buyers. The surveys were administered in 2012 across four major Chinese cities (Beijing, Shanghai, Shenzhen, and Chengdu), online in the U.S. via Amazon Mechanical Turk, and in person at the Pittsburgh Auto Show. Participants were asked to choose a vehicle from a set of three alternatives in 15 choice tasks.
data(china_cars_tbl_df)
A tibble with 20,160 observations and 20 variables:
Participant ID (numeric)
Observation number (numeric)
Indicates if the option was chosen (1 = yes, 0 = no) (numeric)
Hybrid electric vehicle dummy variable (numeric)
Plug-in hybrid vehicle with 10-mile range dummy (numeric)
Plug-in hybrid vehicle with 20-mile range dummy (numeric)
Plug-in hybrid vehicle with 40-mile range dummy (numeric)
Battery electric vehicle with 75-mile range dummy (numeric)
Battery electric vehicle with 100-mile range dummy (numeric)
Battery electric vehicle with 150-mile range dummy (numeric)
Fast charging availability for PHEV (numeric)
Fast charging availability for BEV (numeric)
Price of the vehicle (numeric)
Operating cost (numeric)
Acceleration time (numeric)
American brand dummy variable (numeric)
Japanese brand dummy variable (numeric)
Chinese brand dummy variable (numeric)
South Korean brand dummy variable (numeric)
Survey weights (numeric)
The dataset name has been kept as 'china_cars_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the ChinAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble (a modern form of data frame). The original content has not been modified in any way.
Data taken from the logitr package version 1.1.2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.