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