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