Data Dictionary: | Jayapal Comparison Survey |
Data Source: |
Table: | T001. Election Analysis [6] |
T001. | Election Analysis | |||||||||||||||
Universe: | ||||||||||||||||
T001_005Jayapal - Harris Turnout Difference (%)
Percent base:
None - percentages not computed
Aggregation method:
None -- No totals are displayed for this variable when multiple geographies are aggregated.
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ((ORG:congress_total_votes-ORG:congress_under)/ORG:congress_registered)*100 - ((ORG:president_total_votes-ORG:president_under)/ORG:president_registered)*100;
return oretval;
|