Data Dictionary: | Picture of Subsidized Households 2015 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
D19. | Minorities (% of Total Population) (Housing Choice Vouchers) | |||||
Universe: none | ||||||
D019_001Minorities in the Census Tract where HUD Assisted Households Reside (% of Total Population)
Percent base:
None - percentages not computed
Aggregation method:
None -- No totals are displayed for this variable when multiple geographies are aggregated.
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:SUBSID2015_003_tminority < 0)
oretval.IsNull = true;
else
oretval = ORG:SUBSID2015_003_tminority;
return oretval;
|