Data gathered in Austria in 2015 according to Mobility-Activity-Expenditure-Dairy (MAED), which reported all trips, activities (time use) and expenditures of 737 persons over a whole week.
data(MAEDtravel)
A dataframe containing:
individual index
gender of the individual
age in years
education level
employment state
type of household: with children or without children
trip index
chosen mode: 1 - walk, 2 - bike, 3 - car, 4 -public transport (PT)
trip distance, km
availability dummy for mode 1, walk
availability dummy for mode 2, bike
availability dummy for mode 3, car
availability dummy for mode 4, PT
choice dummy for mode 1, walk
choice dummy for mode 2, bike
choice dummy for mode 3, car
choice dummy for mode 4, PT
cost of car mode
cost of PT mode
trip duration with mode 1, minutes
trip duration with mode 2, minutes
trip duration with mode 3, minutes
in vehicle time mode 4, minutes
time to stop or from stop for mode 4, minutes
dummy, car parking at home available
dummy,car parking at workplace available
dummy, ar parking restrictions (time and/or cost) in-force at the destination of the trip
public transport service interval in minutes
necessary number of changes to reach the destination with public transport
trip purpose leisure, effect coding
trip purpose work, effect coding
trip purpose other, effect coding
inertia for mode 1
inertia for mode 2
inertia for mode 3
inertia for mode 4
For more on data collection and description see aschauer2015nmm and aschauer2018nmm.
A variant of this dataset was used in: schmid2017nmm, jokubauskaite2018nmm and hoessinger2018nmm.
To get the full dataset please contact r.hoessinger@boku.ac.at.
Transport modes available: walk, bike, car, public transport (PT). The inertia variable (int_i) is a dummy, which is equal to one if the mode chosen by a person for a trip at the start of the current tour is the same as the one chosen in the previous tour made for the same purpose, and zero otherwise. Variables for trip purpose (leis, work, oth) were created using the effect coding.
aschauer2018nmm
aschauer2015nmm
hoessinger2018nmm
jokubauskaite2018nmm
schmid2017nmm
# NOT RUN {
data(MAEDtravel)
# }
Run the code above in your browser using DataLab