Employment statistics by place of employment for traffic analysis zones in the Hamilton CMA.
Source:R/envsocty3LT3-package.R
hamilton_taz_employment.Rd
A table with statistics about jobs by traffic analysis zones in the Hamilton CMA. The zoning system is GTA06, and employment statistics are number of jobs in the traffic analysis zone. This file is a portion of the system used by the Transportation Tomorrow Survey in the Greater Toronto and Hamilton Area.
Usage
data(hamilton_taz_employment)
Format
A simple features object with 297 rows and 5 variables:
- GTA06
Unique identifier of zone in the GTA06 system
- Jobs_Manufacturing_Construction_Trades
Number of jobs in the traffic analysis zone of type Manufacturing/Construction/Trades
- Jobs_Retail
Number of jobs in the traffic analysis zone of type Retail, Sales and Service
- Jobs_Office_Clerical
Number of jobs in the traffic analysis zone of type Manufacturing/Construction/Trades
- Jobs_Professional
Number of jobs in the traffic analysis zone of type Professional/Management/Technical
Source
Transportation Tomorrow Survey (http://dmg.utoronto.ca/transportation-tomorrow-survey/tts-introduction)
Data Guide available (http://dmg.utoronto.ca/pdf/tts/2016/2016TTS_DataGuide.pdf)
Examples
data(hamilton_taz_employment)
summary(hamilton_taz_employment)
#> GTA06 Jobs_Manufacturing_Construction_Trades Jobs_Retail
#> Length:297 Min. : 0.0 Min. : 0.0
#> Class :character 1st Qu.: 0.0 1st Qu.: 45.0
#> Mode :character Median : 27.0 Median : 164.0
#> Mean : 117.6 Mean : 277.6
#> 3rd Qu.: 92.0 3rd Qu.: 362.0
#> Max. :5150.0 Max. :2154.0
#> Jobs_Office_Clerical Jobs_Professional
#> Min. : 0.0 Min. : 0.0
#> 1st Qu.: 0.0 1st Qu.: 57.0
#> Median : 52.0 Median : 162.0
#> Mean : 114.9 Mean : 368.8
#> 3rd Qu.: 134.0 3rd Qu.: 399.0
#> Max. :1730.0 Max. :8083.0