Data Dictionary: | Picture of Subsidized Households 2017 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
C20. | Bedroom Units (Section 811) | |||||||
Universe: Households in Subsidized Housing | ||||||||
C020_004 Three or More Bedroom Units
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if(ORG:SUBSID2017_002_pct_bed3 < 0 || ORG:SUBSID2017_002_number_reported < 0)
oretval.IsNull = true;
else
oretval = (ORG:SUBSID2017_002_pct_bed3 * ORG:SUBSID2017_002_number_reported) / 100;
return oretval;
|