Data Dictionary: | Picture of Subsidized Households 2019 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
A21. | Disability Status (%) (All Programs) | |||||
Universe: none | ||||||
A021_002Percentage of Households Below Age 62 in Which Either the Household Head or Spouse (or Co-Head) Has 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:SUBSID2019_009_pct_disabled_lt62 < 0)
oretval.IsNull = true;
else
oretval = ORG:SUBSID2019_009_pct_disabled_lt62;
return oretval;
|