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_007 Some Other Race Alone Householder
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(SETractEstimates2016_077_SE16_EST_B19025F001) / Sum(SETractEstimates2016_057_SE16_EST_B19001F001)
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if( SETRACT:SETractEstimates2016_057_SE16_EST_B19001F001 == 0 )
oretval.IsNull = true;
else
oretval = SETRACT:SETractEstimates2016_077_SE16_EST_B19025F001 / SETRACT:SETractEstimates2016_057_SE16_EST_B19001F001;
return oretval;
|