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