Data Dictionary: | Picture of Subsidized Households 2016 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
A20. | Bedroom Units (All Programs) | |||||||
Universe: Households in Subsidized Housing | ||||||||
A020_004 Three or More Bedroom Units
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if(ORG:SUBSID2016_009_pct_bed3 < 0 || ORG:SUBSID2016_009_number_reported < 0)
oretval.IsNull = true;
else
oretval = (ORG:SUBSID2016_009_pct_bed3 * ORG:SUBSID2016_009_number_reported) / 100;
return oretval;
|