Data Dictionary: | Advocacy data CO sample |
Data Source: |
T001. | Age (grouped by decade) | |||||||||||||||||||||||
Universe: All known age records | ||||||||||||||||||||||||
T001_003 30 to 39 Years
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:AGE_30 + ORG:AGE_31 + ORG:AGE_32 + ORG:AGE_33 + ORG:AGE_34 + ORG:AGE_35 + ORG:AGE_36 + ORG:AGE_37 + ORG:AGE_38 + ORG:AGE_39;
return oretval;
|