Data Dictionary: | Picture of Subsidized Households 2017 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
C21. | Disability Status (%) (Section 811) | |||||
Universe: none | ||||||
C021_001Percentage of All Persons in Assisted Households Who Have A Disability
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:SUBSID2017_002_pct_disabled_all < 0)
oretval.IsNull = true;
else
oretval = ORG:SUBSID2017_002_pct_disabled_all;
return oretval;
|