Data Dictionary: | Colorado Polling |
Data Source: |
T006. | Age Cumulative (less) | |||||||||||||
Universe: All known age | ||||||||||||||
T006_006 Age 64 or less
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:Age_60_64 + ORG:Age_50_59 + ORG:Age_40_49 + ORG:Age_30_39 + ORG:Age_18_29;
return oretval;
|