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