Data Dictionary: | Picture of Subsidized Households 2015 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
F11. | Average Rent and Spending Per Month (Project Based Section 8) | |||||
Universe: none | ||||||
F011_001Average Family Expenditure per month (Payment toward Rent and Utilities)
Percent base:
None - percentages not computed
Aggregation method:
None -- No totals are displayed for this variable when multiple geographies are selected
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:SUBSID2015_005_rent_per_month < 0)
oretval.IsNull = true;
else
oretval = ORG:SUBSID2015_005_rent_per_month;
return oretval;
|