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