## Warning: package 'ggplot2' was built under R version 3.2.4
The 2012–2013 Delaware Valley Regional Planning Commission’s (DVRPC) Household Travel Survey (HTS) collected household travel data across nine counties of the Delaware Valley region. The travel data was recorded in four documents: Household, Person, Vehicle and Trip. The Trip file is the data file used for mode choice analysis. A total number of 61724 (unweighted, unfactored, nogo excluded) trips were recorded among the 81940 entries in the trip data from 20,216 individuals. Of the 61724 trips recorded, 88.2% were non-work trips, and 11.8% were work trips (shown below).
## # of trips frequency
## non-work trip 54413 0.8815534
## work trip 7311 0.1184466
The determination of work/non-work trips depends whether the trip destination was Work out of the four destination types categorized in the study (Home, Work, School and Other). Two special scenarios were also considered when categorizing work/non-work trips:
This type of trip has the pattern of Other-Other-Work where Other-Other contains activities of Change type of transportation/transfer. The Other-Other segment of the trip is considered as work trip even the destination was not Work.
The following tables and charts show the mode choice for work and non-work trips. To represent the total number of people in the study area using data from the travel survey population, person-level weights were calculated as part of the survey and was used in the analysis to show the mode choice results below.
## total trips work trips non-work trips tot_percentage
## walk 6118 536 5582 9.9
## bike 542 77 465 0.9
## private vehicle 49374 4405 44969 80.0
## private transit 249 29 220 0.4
## public transit 3295 745 2550 5.3
## school bus 1825 5 1820 3.0
## other 321 17 304 0.5
## work_percentage nonwork_percentage total trips wt
## walk 9.2 10.0 1733348.8
## bike 1.3 0.8 143641.9
## private vehicle 75.8 80.4 12607827.4
## private transit 0.5 0.4 78237.1
## public transit 12.8 4.6 1117757.4
## school bus 0.1 3.3 531022.8
## other 0.3 0.5 122761.8
## work trips wt non-work trips wt tot_wt_percentage
## walk 141569.930 1591778.84 10.6
## bike 21225.249 122416.64 0.9
## private vehicle 1211756.544 11396070.90 77.2
## private transit 5573.064 72664.04 0.5
## public transit 182182.005 935575.44 6.8
## school bus 2163.654 528859.12 3.3
## other 4070.718 118691.09 0.8
## work_wtpercentage nonwork_wt_percentage
## walk 9.0 10.8
## bike 1.4 0.8
## private vehicle 77.3 77.2
## private transit 0.4 0.5
## public transit 11.6 6.3
## school bus 0.1 3.6
## other 0.3 0.8
## Warning in cbind(table(dat_od$MODE_AGG), table(dat_od_w$MODE_AGG),
## table(dat_od_nw$MODE_AGG)): number of rows of result is not a multiple of
## vector length (arg 2)
## total trips work trips non-work trips tot_percentage
## walk 3464 373 3091 34.9
## bike 350 54 296 3.5
## private vehicle 4083 339 3744 41.1
## private transit 93 13 80 0.9
## public transit 1709 304 1405 17.2
## school bus 76 8 76 0.8
## other 149 373 141 1.5
## work_percentage nonwork_percentage
## walk 25.5 35.0
## bike 3.7 3.4
## private vehicle 23.2 42.4
## private transit 0.9 0.9
## public transit 20.8 15.9
## school bus 0.5 0.9
## other 25.5 1.6
## total trips work trips non-work trips tot_percentage
## walk 87 9 78 3.5
## bike 15 2 13 0.6
## private vehicle 1927 184 1743 78.5
## private transit 14 1 13 0.6
## public transit 387 49 338 15.8
## school bus 14 1 13 0.6
## other 10 1 9 0.4
## work_percentage nonwork_percentage
## walk 3.6 3.5
## bike 0.8 0.6
## private vehicle 74.5 79.0
## private transit 0.4 0.6
## public transit 19.8 15.3
## school bus 0.4 0.6
## other 0.4 0.4
## Warning in cbind(table(dat_d$MODE_AGG), table(dat_d_w$MODE_AGG),
## table(dat_d_nw$MODE_AGG)): number of rows of result is not a multiple of
## vector length (arg 2)
## total trips work trips non-work trips tot_percentage
## walk 98 19 79 4.0
## bike 12 7 5 0.5
## private vehicle 1839 360 1479 74.9
## private transit 11 253 11 0.4
## public transit 476 2 223 19.4
## school bus 9 19 9 0.4
## other 11 7 9 0.4
## work_percentage nonwork_percentage
## walk 2.8 4.4
## bike 1.0 0.3
## private vehicle 54.0 81.5
## private transit 37.9 0.6
## public transit 0.3 12.3
## school bus 2.8 0.5
## other 1.0 0.5