Data Dictionary: | Advocacy data CO sample |
Data Source: |
T001. | Age (grouped by decade) | |||||||||||||||||||||||
Universe: All known age records | ||||||||||||||||||||||||
T001_004 40 to 49 Years
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:AGE_40 + ORG:AGE_41 + ORG:AGE_42 + ORG:AGE_43 + ORG:AGE_44 + ORG:AGE_45 + ORG:AGE_46 + ORG:AGE_47 + ORG:AGE_48 + ORG:AGE_49;
return oretval;
|