Data Dictionary: | SE 2016 Tract Estimates |
Data Source: | Social Explorer |
T62. | Average Family Income (In 2016 Inflation Adjusted Dollars) | |||||||
Universe: Families | ||||||||
T062_001Average Family Income (In 2016 Inflation Adjusted Dollars)
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(SETractEstimates2016_096_SE16_EST_B19127001) / Sum(SETractEstimates2016_094_SE16_EST_B19101001)
Formula used to compute this variable:
if( SETRACT:SETractEstimates2016_094_SE16_EST_B19101001 == 0)
Return_Value.IsNull = true;
else
Return_Value = SETRACT:SETractEstimates2016_096_SE16_EST_B19127001 / SETRACT:SETractEstimates2016_094_SE16_EST_B19101001;
if (SETRACT:SETractEstimates2016_094_SE16_EST_B19101001.IsNull)
Return_Value.IsNull = true;
if (SETRACT:SETractEstimates2016_096_SE16_EST_B19127001.IsNull || SETRACT:SETractEstimates2016_094_SE16_EST_B19101001.IsNull)
Return_Value.IsNull = true;
|