Data Dictionary: | Colorado Polling |
Data Source: |
Table: | T009. Marital Status [5] |
T009. | Marital Status | |||||||||||
Universe: All known marital status | ||||||||||||
T009_001Total (known marital status)
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG:MaritalStatus_Married + ORG:MaritalStatus_Single_or_unmarried + ORG:MaritalStatus_Widowed + ORG:MaritalStatus_Other;
return oretval;
|