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