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