Data Dictionary: | Picture of Subsidized Households 2016 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
F12. | Population Below Poverty Level (%) (Project Based Section 8) | |||||
Universe: | ||||||
F012_001Percentage of the Population Below Poverty Level in the Census Tract Where HUD Assisted Families Reside
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:SUBSID2016_005_tpoverty < 0)
oretval.IsNull = true;
else
oretval = ORG:SUBSID2016_005_tpoverty;
return oretval;
|