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