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