Data Dictionary: | SE 2016 Tract Estimates |
Data Source: | Social Explorer |
T60. | Average Household Income by Race (In 2016 Inflation Adjusted Dollars) | |||||||
Universe: Households by Race | ||||||||
T060_008 Two or More Races Householder
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(SETractEstimates2016_078_SE16_EST_B19025G001) / Sum(SETractEstimates2016_058_SE16_EST_B19001G001)
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if( SETRACT:SETractEstimates2016_058_SE16_EST_B19001G001 == 0 )
oretval.IsNull = true;
else
oretval = SETRACT:SETractEstimates2016_078_SE16_EST_B19025G001 / SETRACT:SETractEstimates2016_058_SE16_EST_B19001G001;
return oretval;
|