Data Dictionary: | Picture of Subsidized Households 2017 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
D23. | Months since Households Moved in (Housing Choice Vouchers) | |||||
Universe: none | ||||||
D023_001Average Months since Households Moved in
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_003_months_from_movein < 0)
oretval.IsNull = true;
else
oretval = ORG:SUBSID2017_003_months_from_movein;
return oretval;
|