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