Data Dictionary: | Picture of Subsidized Households 2015 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
F21. | Disability Status (%) (Project Based Section 8) | |||||
Universe: none | ||||||
F021_003Percentage of Households Age Age 62 or Older Where 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:SUBSID2015_005_pct_disabled_ge62 < 0)
oretval.IsNull = true;
else
oretval = ORG:SUBSID2015_005_pct_disabled_ge62;
return oretval;
|