Data Dictionary: | Picture of Subsidized Households 2016 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
C4. | Average Household Income (Section 811) | |||||
Universe: All Households in Subsidized Housing Units | ||||||
C004_001Average Household Income Per Year
Percent base:
None - percentages not computed
Aggregation method:
Division of Sums: variables: Sum(C006_001) / Sum(SUBSID2016_002_number_reported)
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:SUBSID2016_002_hh_income < 0)
oretval.IsNull = true;
else
oretval = ORG:SUBSID2016_002_hh_income;
return oretval;
|