Data Dictionary: | ACS 2013 (3-Year Estimates) |
Data Source: | Social Explorer; U.S. Census Bureau |
T159. | Average Commute to Work (in Min) | |||||||
Universe: Average Commute to Work (in min) | ||||||||
T159_001Average Commute to Work (in Min)
Percent base:
None - percentages not computed
Formula used to compute this variable:
if( ACS2013_3yr:B08134001 == 0)
Return_Value.IsNull = true;
else
Return_Value = Convert.ToInt32(Math.Round((double)ACS2013_3yr:B08013001 / (double)ACS2013_3yr:B08134001));
if (ACS2013_3yr:B08134001.IsNull)
Return_Value.IsNull = true;
if (ACS2013_3yr:B08013001.IsNull || ACS2013_3yr:B08134001.IsNull)
Return_Value.IsNull = true;
|
Excerpt from: | Social Explorer; U.S. Census Bureau; American Community Survey 2013 3yr Summary File: Technical Documentation. |
ACS 2013-3yr Summary File: Technical Documentation -> Appendix A: Supplemental Documentation -> 2013 Subject Definitions -> Population Variables -> Journey to Work -> Travel Time to Work |