Data Dictionary: | Advocacy data CO sample |
Data Source: |
T001. | Age (grouped by decade) | |||||||||||||||||||||||
Universe: All known age records | ||||||||||||||||||||||||
T001_007 70 to 79 Years
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:AGE_70 + ORG:AGE_71 + ORG:AGE_72 + ORG:AGE_73 + ORG:AGE_74 + ORG:AGE_75 + ORG:AGE_76 + ORG:AGE_77 + ORG:AGE_78 + ORG:AGE_79;
return oretval;
|