apollo_modeChoiceData | R Documentation |
A simulated dataset containing 8,000 mode choices among four alternatives.
apollo_modeChoiceData
A data.frame with 8,000 rows and 25 variables:
Numeric. Identification number of the individual.
Numeric. 1 if the row corresponds to a revealed preference (RP) observation. 0 otherwise.
Numeric. Consecutive ID of RP observations. 0 if SP observation.
Numeric. 1 if the row corresponds to a stated preference (SP) observation. 0 otherwise.
Numeric. Consecutive ID of SP choice tasks. 0 if RP observation.
Numeric. Access time (in minutes) of mode air.
Numeric. Access time (in minutes) of mode bus.
Numeric. Access time (in minutes) of mode rail.
Numeric. 1 if the mode air (plane) is available. 0 otherwise.
Numeric. 1 if the mode bus is available. 0 otherwise.
Numeric. 1 if the mode car is available. 0 otherwise.
Numeric. 1 if the mode rail (train) is available. 0 otherwise.
Numeric. Purpose of the trip. 1 for business, 0 for other.
Numeric. Choice indicator, 1=car, 2=bus, 3=air, 4=rail.
Numeric. Cost (in GBP) of mode air.
Numeric. Cost (in GBP) of mode bus.
Numeric. Cost (in GBP) of mode car.
Numeric. Cost (in GBP) of mode rail.
Numeric. Sex of individual. 1 for female, 0 for male.
Numeric. Income (in GBP per annum) of the individual.
Numeric. Additional services for the air alternative. 1 for no-frills, 2 for wifi, 3 for food. This is not used in the RP data, where it is set to 0.
Numeric. Additional services for the rail alternative. 1 for no-frills, 2 for wifi, 3 for food. This is not used in the RP data, where it is set to 0.
Numeric. Travel time (in minutes) of mode air.
Numeric. Travel time (in minutes) of mode bus.
Numeric. Travel time (in minutes) of mode car.
Numeric. Travel time (in minutes) of mode rail.
This dataset is to be used for discrete choice modelling. Data comes from 500 individuals, each with two revealed preferences (RP) observation, and 14 stated stated (SC) observations. There are 8,000 choices in total. Data is simulated. Each observation contains attributes for the alternatives, availability of alternatives, and characteristics of the individuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.