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_003 Black or African American Alone Householder
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(SETractEstimates2016_073_SE16_EST_B19025B001) / Sum(SETractEstimates2016_053_SE16_EST_B19001B001)
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if( SETRACT:SETractEstimates2016_053_SE16_EST_B19001B001 == 0 )
oretval.IsNull = true;
else
oretval = SETRACT:SETractEstimates2016_073_SE16_EST_B19025B001 / SETRACT:SETractEstimates2016_053_SE16_EST_B19001B001;
return oretval;
|