Data Dictionary: | Advocacy data CO sample |
Data Source: |
T001. | Age (grouped by decade) | |||||||||||||||||||||||
Universe: All known age records | ||||||||||||||||||||||||
T001_005 50 to 59 Years
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:AGE_50 + ORG:AGE_51 + ORG:AGE_52 + ORG:AGE_53 + ORG:AGE_54 + ORG:AGE_55 + ORG:AGE_56 + ORG:AGE_57 + ORG:AGE_58 + ORG:AGE_59;
return oretval;
|