Data Dictionary: | Picture of Subsidized Households 2015 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
A15. | Household Head or Spouse by Age (All Programs) | |||||||
Universe: Households in Subsidized Housing | ||||||||
A015_005 Age 62 or Older
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if(ORG:SUBSID2015_009_pct_age62plus < 0 || ORG:SUBSID2015_009_number_reported < 0)
oretval.IsNull = true;
else
oretval = (ORG:SUBSID2015_009_pct_age62plus * ORG:SUBSID2015_009_number_reported) / 100;
return oretval;
|