A data frame with socio-demographic information of respondents to the survey
Source:R/bSantiago-package.R
Santiago_IC.Rd
A dataset containing socio-demographic information of users of active and motorized modes of transportation in Santiago sourced from 2016 survey.
Usage
data(Santiago_IC)
Format
A data frame with 451 rows and 22 variables:
- ID
Unique identifier of respondent
- IC_Residence
Commune of residence
- IC_Macro_res
Macro area of residence
- IC_Home_St
Intersections close to your home
- IC_Home_St2
Intersections close to your home
- IC_Gender
Sex of respondents in Santiago in 2016; this variable is a factor with two levels, "FEMALE" and "MALE"
- IC_Age
Age of respondents in Santiago in 2016; this variable is an ordered factor with Six levels, "Less18", "18to24", "25to34", "35to54", "55to64", "65more"
- IC_Weight
Weight of respondents in kg
- IC_Height
Height of respondents in cm
- IC_Education
Level of education of respondents in Santiago in 2016; this variable is an ordered factor with five levels, "ELEMENTARY", "SECUNDARY", "PROFESS_TECH", "COLLEGE", "POSTGRAD"
- IC_Occupation
Occupation of respondents in Santiago in 2016; this variable is a factor with nine levels, "FULL_TIME", "PART_TIME", "SELF_EMPLOYED", "UNEMPLOYED", "HOME_TAKER", "STUDENT", "STUDENT_WORK", "RETIRED", "OTHER"
- IC_Work_St
Commune where you perform your work/studies/regular trips
- IC_Work_St2
Commune where you perform your second set of work/studies/regular trips
- IC_Income
Level of income of respondents in Santiago in 2016; this variable is an ordered factor with six levels, "Less423", "423to639", "639to977", "977to1550", "1550to2380", "2380more" and the levels are pesos
- IC_Adults
Number of adults living at home
- IC_Children
Number of children iving at home
- IC_Drv_license
Having driving licence; this variable is a factor with two levels, "YES", "NO"
- IC_Disabil
Being disable or not; this variable is a factor with two levels, "YES", "NO"
- IC_Dis_type
Type of disability
- IC_Main_mode
Main transport mode used by respondents in Santiago in 2016; this variable is a factor with eight levels,"CAR", "TAXI", "COLECTIVO", "MOTO", "METRO", "BUS","BICYCLE", "WALK"
- IC_Sec_mode
Secondary transport mode used by respondents in Santiago in 2016; this variable is a factor with eight levels,"CAR", "TAXI", "COLECTIVO", "MOTO", "METRO", "BUS","BICYCLE", "WALK"
- IC_Other_mode
Other transport mode to add used by respondents in Santiago in 2016; this variable is a factor with eight levels,"CAR", "TAXI", "COLECTIVO", "MOTO", "METRO", "BUS","BICYCLE", "WALK"
Examples
data(Santiago_IC)
ID <- Santiago_IC$ID