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