Data Dictionary: | Census 2000 on 2010 Geographies |
Data Source: | Social Explorer; U.S. Census Bureau |
T198. | Average Commute to Work (in min) | |||||||
Universe: Average Commute to Work (in min) | ||||||||
T198_001Average Commute to Work (in Min)
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(RC2000SF3_003_P033001) / Sum(RC2000SF3_003_P032001)
Formula used to compute this variable:
if( RC2000SF3:RC2000SF3_003_P032001 == 0)
Return_Value.IsNull = true;
else
Return_Value = Convert.ToInt32(Math.Round((double)RC2000SF3:RC2000SF3_003_P033001 / (double)RC2000SF3:RC2000SF3_003_P032001));
if (RC2000SF3:RC2000SF3_003_P032001.IsNull)
Return_Value.IsNull = true;
if (RC2000SF3:RC2000SF3_003_P033001.IsNull || RC2000SF3:RC2000SF3_003_P032001.IsNull)
Return_Value.IsNull = true;
|