Data Dictionary: | SE 2016 Tract Estimates |
Data Source: | Social Explorer |
T2. | Population Density (Per Sq. Mile) | |||||||
Universe: Total Population | ||||||||
T002_002Population Density (Per Sq. Mile)
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(SETractEstimates2016_001_SE16_EST_B01001001) / Sum(T003_001)
Formula used to compute this variable:
if (SETRACT:AREALAND.IsNull || SETRACT:SETractEstimates2016_001_SE16_EST_B01001001.IsNull || Convert.ToSingle(SETRACT:AREALAND) == 0)
Return_Value.IsNull = true;
else
Return_Value = SETRACT:SETractEstimates2016_001_SE16_EST_B01001001 / (Convert.ToSingle(SETRACT:AREALAND) / 2589988);
|