Data Dictionary: | Advocacy data CO sample |
Data Source: |
T002. | Age (grouped by half decade) | |||||||||||||
Universe: All known age records | ||||||||||||||
T002_003 25 to 29 Years
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:AGE_25 + ORG:AGE_26 + ORG:AGE_27 + ORG:AGE_28 + ORG:AGE_29;
return oretval;
|