Basic Setup

Set up libraries

library(stringr)
library(dplyr)
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(tidyr)
library(ggplot2)
#library(ggmap)

Read Data and Select Relevant Columns

AllVotingRecords <- read.csv(file="C:/MSDA/D607/Project2/house-votes-84.data.txt", header=FALSE)
Headers <- read.csv(file="C:/MSDA/D607/Project2/house-headers.txt", header=FALSE)
AllVotingRecords
##             V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13 V14 V15 V16 V17
## 1   republican  n  y  n  y  y  y  n  n   n   y   ?   y   y   y   n   y
## 2   republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   ?
## 3     democrat  ?  y  y  ?  y  y  n  n   n   n   y   n   y   y   n   n
## 4     democrat  n  y  y  n  ?  y  n  n   n   n   y   n   y   n   n   y
## 5     democrat  y  y  y  n  y  y  n  n   n   n   y   ?   y   y   y   y
## 6     democrat  n  y  y  n  y  y  n  n   n   n   n   n   y   y   y   y
## 7     democrat  n  y  n  y  y  y  n  n   n   n   n   n   ?   y   y   y
## 8   republican  n  y  n  y  y  y  n  n   n   n   n   n   y   y   ?   y
## 9   republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 10    democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   ?   ?
## 11  republican  n  y  n  y  y  n  n  n   n   n   ?   ?   y   y   n   n
## 12  republican  n  y  n  y  y  y  n  n   n   n   y   ?   y   y   ?   ?
## 13    democrat  n  y  y  n  n  n  y  y   y   n   n   n   y   n   ?   ?
## 14    democrat  y  y  y  n  n  y  y  y   ?   y   y   ?   n   n   y   ?
## 15  republican  n  y  n  y  y  y  n  n   n   n   n   y   ?   ?   n   ?
## 16  republican  n  y  n  y  y  y  n  n   n   y   n   y   y   ?   n   ?
## 17    democrat  y  n  y  n  n  y  n  y   ?   y   y   y   ?   n   n   y
## 18    democrat  y  ?  y  n  n  n  y  y   y   n   n   n   y   n   y   y
## 19  republican  n  y  n  y  y  y  n  n   n   n   n   ?   y   y   n   n
## 20    democrat  y  y  y  n  n  n  y  y   y   n   y   n   n   n   y   y
## 21    democrat  y  y  y  n  n  ?  y  y   n   n   y   n   n   n   y   y
## 22    democrat  y  y  y  n  n  n  y  y   y   n   n   n   ?   ?   y   y
## 23    democrat  y  ?  y  n  n  n  y  y   y   n   n   ?   n   n   y   y
## 24    democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 25    democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 26    democrat  y  n  y  n  n  n  y  y   y   y   n   n   n   n   y   y
## 27    democrat  y  n  y  n  n  n  y  y   y   n   y   n   n   n   y   y
## 28    democrat  y  y  y  n  n  n  y  y   y   n   y   n   n   n   y   y
## 29  republican  y  n  n  y  y  n  y  y   y   n   n   y   y   y   n   y
## 30    democrat  y  y  y  n  n  n  y  y   y   n   y   n   n   n   y   y
## 31  republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 32    democrat  y  y  y  n  n  n  y  y   y   n   y   n   n   n   y   ?
## 33    democrat  y  y  y  n  n  n  y  y   y   y   n   n   y   n   y   y
## 34  republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 35    democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 36  republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 37  republican  y  ?  n  y  y  y  n  n   n   y   n   y   ?   y   n   y
## 38  republican  y  y  n  y  y  y  n  n   n   n   n   n   y   y   n   y
## 39  republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 40    democrat  y  n  y  n  n  n  y  y   y   y   y   n   y   n   y   y
## 41    democrat  y  y  y  n  n  n  y  y   y   n   ?   n   n   n   n   ?
## 42    democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 43    democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   n   y
## 44    democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 45    democrat  y  y  y  n  n  n  y  y   y   n   y   n   n   n   n   ?
## 46    democrat  y  y  y  n  n  n  y  y   ?   n   y   n   n   n   y   ?
## 47    democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   n   y
## 48    democrat  y  n  y  n  n  n  y  y   ?   n   n   n   n   n   n   ?
## 49    democrat  y  y  y  n  n  n  y  y   n   n   n   n   n   y   n   y
## 50  republican  n  ?  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 51    democrat  y  y  y  n  n  n  y  y   y   n   y   n   n   n   y   y
## 52  republican  n  y  n  y  y  y  n  ?   n   n   n   y   y   y   n   y
## 53    democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   ?   ?
## 54  republican  y  y  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 55    democrat  y  y  y  n  n  y  ?  y   n   n   y   y   n   y   n   ?
## 56  republican  n  y  n  y  y  y  n  n   n   y   y   y   y   y   n   n
## 57  republican  n  y  n  y  y  y  n  n   n   y   y   y   y   y   n   y
## 58  republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 59  republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 60  republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   n   ?
## 61    democrat  y  y  y  n  n  ?  y  y   y   y   n   n   n   n   y   ?
## 62  republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 63    democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   n   ?
## 64    democrat  y  y  y  n  n  n  y  y   y   n   y   n   n   n   n   y
## 65    democrat  y  y  y  n  n  n  y  y   y   n   y   ?   n   n   n   y
## 66  republican  y  y  n  y  y  y  y  n   n   n   n   y   y   y   n   y
## 67  republican  n  y  n  y  y  y  y  n   n   n   y   y   y   y   n   y
## 68  republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 69    democrat  y  ?  y  n  n  n  y  y   y   n   n   n   y   n   y   y
## 70    democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 71    democrat  y  n  y  n  n  n  y  y   y   n   n   n   y   n   y   ?
## 72  republican  y  y  y  y  n  n  y  y   y   y   y   n   n   y   n   y
## 73    democrat  y  y  y  n  n  n  y  y   y   n   y   n   n   n   y   ?
## 74  republican  y  n  y  y  y  n  y  n   y   y   n   n   y   y   n   y
## 75    democrat  y  n  y  n  n  y  y  y   y   y   y   n   n   y   y   y
## 76    democrat  n  y  y  y  y  y  n  n   n   y   y   n   y   y   n   n
## 77    democrat  n  y  y  n  y  y  n  n   n   y   y   y   y   y   n   ?
## 78    democrat  n  y  y  y  y  y  n  y   y   y   y   y   y   y   n   y
## 79    democrat  y  y  y  n  y  y  n  n   n   y   y   n   y   y   n   y
## 80  republican  n  n  n  y  y  n  n  n   n   y   n   y   y   y   n   n
## 81    democrat  y  n  y  n  n  y  y  y   y   y   n   y   n   y   n   ?
## 82    democrat  y  n  y  n  n  n  y  y   ?   y   y   y   n   y   n   y
## 83  republican  n  n  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 84  republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 85  republican  n  ?  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 86    democrat  n  n  y  n  y  y  n  n   n   y   y   y   y   y   n   y
## 87  republican  n  n  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 88  republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 89    democrat  n  y  y  n  y  y  y  n   y   y   y   n   y   y   n   y
## 90  republican  n  n  n  y  y  y  n  n   n   y   n   ?   y   y   n   ?
## 91    democrat  y  n  y  n  n  n  y  y   y   y   n   n   n   n   y   y
## 92    democrat  y  n  y  n  n  n  y  y   y   y   y   n   n   n   y   y
## 93    democrat  y  y  y  n  n  n  y  y   n   y   y   n   n   ?   y   y
## 94    democrat  y  n  y  n  n  n  y  n   y   y   y   n   n   n   y   y
## 95    democrat  y  n  y  n  y  y  n  n   n   n   n   n   n   n   n   y
## 96    democrat  y  n  y  n  y  y  n  ?   ?   n   y   ?   ?   ?   y   y
## 97    democrat  n  n  ?  n  y  y  n  n   n   n   y   y   y   y   n   y
## 98    democrat  y  n  n  n  y  y  y  n   n   y   y   n   n   y   n   y
## 99    democrat  y  y  y  n  n  y  y  y   y   y   n   n   n   n   n   y
## 100 republican  n  n  n  y  y  y  n  n   n   y   ?   y   y   y   n   n
## 101   democrat  y  n  n  n  y  y  n  n   n   n   y   y   n   y   n   y
## 102   democrat  y  n  y  n  y  y  y  n   n   n   y   n   n   y   n   y
## 103   democrat  y  n  y  n  y  y  y  n   ?   n   y   n   y   y   y   ?
## 104   democrat  y  n  n  n  y  y  ?  n   ?   n   n   n   n   y   ?   n
## 105   democrat  ?  ?  ?  ?  n  y  y  y   y   y   ?   n   y   y   n   ?
## 106   democrat  y  y  y  n  n  n  n  y   y   n   y   n   n   n   y   y
## 107 republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 108 republican  n  ?  ?  ?  ?  ?  ?  ?   ?   ?   ?   ?   ?   y   ?   ?
## 109   democrat  y  ?  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 110   democrat  y  ?  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 111   democrat  n  n  y  n  n  n  y  y   y   y   n   n   n   n   y   y
## 112 republican  n  ?  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 113   democrat  n  ?  y  n  n  y  y  y   n   y   n   n   n   n   y   ?
## 114 republican  n  ?  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 115   democrat  y  ?  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 116   democrat  n  ?  y  n  ?  ?  y  y   y   y   ?   ?   n   n   y   y
## 117   democrat  y  n  y  n  n  n  y  y   y   n   y   n   n   n   y   y
## 118 republican  y  y  y  y  y  n  y  n   n   n   n   y   y   y   n   y
## 119   democrat  n  y  y  n  n  n  n  y   y   y   y   n   n   n   y   y
## 120 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 121 republican  n  ?  ?  y  y  y  n  n   n   y   n   y   y   y   ?   y
## 122 republican  n  ?  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 123 republican  n  n  n  y  y  y  n  n   n   y   n   y   n   y   n   y
## 124 republican  y  ?  n  y  y  y  n  y   n   n   n   y   y   y   n   y
## 125   democrat  n  ?  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 126 republican  n  ?  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 127 republican  n  ?  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 128   democrat  n  ?  y  n  n  n  y  y   y   y   y   n   n   y   y   y
## 129   democrat  n  ?  y  n  n  y  n  y   n   y   y   n   n   n   y   y
## 130   democrat  ?  ?  y  n  n  n  y  y   ?   n   ?   ?   ?   ?   ?   ?
## 131   democrat  y  ?  y  n  ?  ?  y  y   y   n   n   n   n   n   y   ?
## 132   democrat  n  n  y  n  n  y  n  y   y   y   n   n   n   y   n   y
## 133 republican  n  n  n  y  y  y  n  n   n   y   n   y   y   y   n   ?
## 134 republican  n  n  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 135 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   ?
## 136 republican  n  n  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 137 republican  n  y  n  y  y  y  n  n   n   y   y   y   y   n   n   y
## 138   democrat  n  ?  y  n  n  y  y  y   y   y   n   n   n   y   y   y
## 139   democrat  n  n  y  n  n  y  y  y   y   y   n   n   n   y   n   y
## 140   democrat  y  n  y  n  n  y  y  y   y   n   n   n   n   n   y   y
## 141 republican  n  n  n  y  n  n  y  y   y   y   n   n   y   y   n   y
## 142 republican  n  n  n  y  y  y  y  y   y   y   n   y   y   y   ?   y
## 143 republican  n  n  n  y  y  y  y  y   y   y   n   y   y   y   n   y
## 144   democrat  ?  y  n  n  n  n  y  y   y   y   y   n   n   y   y   y
## 145   democrat  n  ?  n  n  n  y  y  y   y   y   n   n   n   y   n   ?
## 146   democrat  n  n  y  n  n  y  y  y   y   y   n   n   n   y   ?   y
## 147 republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 148   democrat  n  n  n  n  n  n  y  y   y   y   n   y   y   y   y   y
## 149 republican  n  y  n  y  y  y  n  n   n   y   y   y   y   y   n   y
## 150   democrat  n  n  y  n  n  n  y  y   y   y   n   n   y   n   y   y
## 151 republican  y  y  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 152   democrat  y  y  ?  y  y  y  n  n   y   n   y   ?   y   y   n   n
## 153   democrat  n  y  y  n  n  y  n  y   y   y   y   n   y   n   y   y
## 154   democrat  n  n  y  n  n  y  y  y   y   y   y   n   y   y   n   y
## 155 republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 156 republican  y  y  n  y  y  y  n  ?   n   n   y   y   y   y   n   n
## 157 republican  y  y  n  y  y  y  y  n   n   n   n   y   y   y   n   n
## 158   democrat  n  y  y  n  n  y  n  y   y   n   y   n   ?   ?   ?   ?
## 159 republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 160   democrat  n  y  y  n  ?  y  y  y   y   y   y   n   n   ?   n   ?
## 161   democrat  n  y  n  n  y  y  n  n   n   n   n   y   y   y   y   y
## 162   democrat  n  n  n  n  y  y  y  n   n   n   n   y   y   y   n   y
## 163   democrat  n  y  y  n  y  y  y  n   n   n   y   y   y   y   n   y
## 164 republican  n  y  n  y  y  y  y  n   n   n   n   y   y   y   n   y
## 165   democrat  y  y  n  n  y  y  n  n   n   y   y   y   y   y   n   ?
## 166   democrat  n  y  y  n  n  y  y  y   y   y   y   n   y   n   y   ?
## 167 republican  y  n  y  y  y  y  y  y   n   y   n   y   n   y   y   y
## 168 republican  y  n  y  y  y  y  y  y   n   y   y   y   n   y   y   y
## 169   democrat  n  n  y  y  y  y  n  n   y   n   n   n   y   y   y   ?
## 170   democrat  y  n  y  n  n  n  y  y   y   y   y   n   n   y   n   y
## 171   democrat  y  n  y  n  n  n  ?  y   y   ?   n   n   n   n   y   ?
## 172 republican  n  ?  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 173   democrat  n  y  y  n  n  n  y  y   y   y   n   n   ?   n   y   y
## 174   democrat  n  n  n  n  y  y  n  n   n   y   y   y   y   y   n   y
## 175   democrat  y  ?  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 176   democrat  n  y  y  n  n  n  y  y   y   y   n   n   n   n   y   y
## 177 republican  n  n  y  y  n  n  y  y   y   y   n   n   n   y   y   y
## 178   democrat  n  n  y  n  n  n  y  y   y   y   y   ?   n   n   y   y
## 179   democrat  ?  n  y  n  n  n  y  y   y   y   y   ?   n   n   y   ?
## 180   democrat  y  n  y  n  n  n  y  y   y   y   n   n   n   n   y   y
## 181   democrat  ?  ?  y  n  n  n  y  y   y   ?   ?   n   n   n   ?   ?
## 182   democrat  n  n  y  n  n  n  y  y   y   y   y   n   n   n   y   y
## 183   democrat  y  ?  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 184   democrat  ?  ?  ?  ?  ?  ?  ?  ?   y   ?   ?   ?   ?   ?   ?   ?
## 185   democrat  n  n  y  n  n  n  y  y   y   y   y   n   n   n   y   y
## 186   democrat  y  n  y  n  n  n  y  y   y   y   n   ?   n   n   y   y
## 187   democrat  n  y  y  n  n  n  y  y   y   y   y   n   n   n   y   y
## 188   democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 189 republican  y  ?  n  y  y  y  y  y   n   n   n   y   ?   y   ?   ?
## 190   democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 191 republican  n  ?  n  y  y  y  n  n   n   n   n   y   y   y   n   ?
## 192 republican  n  y  n  y  y  y  n  ?   n   y   n   y   y   y   n   ?
## 193   democrat  n  n  n  n  n  y  y  y   y   n   y   n   n   y   y   y
## 194   democrat  n  n  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 195   democrat  n  n  y  n  n  y  y  ?   y   y   y   n   n   n   y   y
## 196 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   ?
## 197   democrat  n  n  y  n  n  y  y  y   y   n   y   y   n   y   y   ?
## 198 republican  n  ?  y  y  y  y  n  n   n   y   n   n   n   y   n   y
## 199   democrat  n  n  y  n  n  n  y  y   y   y   y   n   ?   n   y   ?
## 200   democrat  y  y  n  n  n  n  y  y   ?   n   y   n   n   n   y   ?
## 201   democrat  n  n  y  n  n  n  y  y   y   n   n   n   n   y   y   y
## 202   democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 203   democrat  y  n  y  n  n  y  y  y   y   y   y   n   n   n   y   y
## 204   democrat  y  n  y  n  n  n  y  y   y   y   n   n   n   n   y   y
## 205 republican  n  n  y  y  y  y  y  n   n   n   n   y   y   y   n   y
## 206   democrat  n  n  y  n  n  y  y  y   y   y   n   y   n   n   n   y
## 207 republican  n  n  n  y  y  y  n  n   n   y   n   y   n   y   n   y
## 208 republican  y  ?  n  y  y  y  y  n   n   y   n   y   y   y   n   y
## 209   democrat  n  n  y  n  n  n  y  y   y   n   n   ?   n   n   y   y
## 210   democrat  y  y  y  n  n  n  y  y   y   y   y   n   n   n   n   y
## 211   democrat  n  n  y  n  n  y  y  y   y   n   n   n   n   n   y   y
## 212 republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 213   democrat  n  n  y  n  n  n  y  y   y   n   y   n   n   n   y   y
## 214   democrat  n  y  y  n  n  y  n  y   y   n   y   n   y   n   y   y
## 215 republican  y  y  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 216   democrat  n  y  y  y  y  y  n  n   n   y   y   y   y   y   y   ?
## 217   democrat  y  y  y  n  y  y  n  n   ?   y   n   n   n   y   y   ?
## 218 republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 219   democrat  y  ?  y  n  n  n  y  y   y   n   ?   n   n   n   y   ?
## 220   democrat  n  y  y  n  n  n  n  y   y   n   y   n   n   y   y   y
## 221   democrat  n  n  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 222   democrat  n  y  y  n  y  y  n  n   n   n   y   n   n   n   y   ?
## 223   democrat  y  n  y  n  n  n  y  y   y   n   y   n   n   n   y   ?
## 224 republican  n  n  n  y  y  n  n  n   n   n   n   y   y   y   n   y
## 225 republican  n  y  n  y  y  y  n  n   n   y   n   ?   y   y   n   n
## 226 republican  n  ?  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 227   democrat  n  n  y  n  n  y  y  y   y   n   y   n   n   y   y   y
## 228   democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   ?   y
## 229 republican  n  y  n  y  y  y  n  n   n   n   n   y   y   ?   n   y
## 230 republican  n  y  y  y  y  y  y  n   y   y   n   y   y   y   n   y
## 231 republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 232 republican  n  y  n  y  y  y  n  n   y   y   n   y   y   y   n   y
## 233   democrat  n  y  y  n  n  n  y  y   n   n   y   n   n   n   y   ?
## 234 republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 235   democrat  n  n  y  n  n  y  y  y   y   y   n   y   n   y   y   ?
## 236 republican  n  n  n  y  y  y  n  n   n   y   n   y   n   y   n   y
## 237   democrat  n  n  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 238   democrat  y  n  y  n  n  y  y  y   n   n   n   y   y   n   n   y
## 239   democrat  y  y  y  n  n  n  y  y   ?   y   n   n   n   n   y   ?
## 240 republican  n  n  n  y  y  y  y  n   n   y   n   n   n   y   y   y
## 241 republican  n  n  n  y  n  y  y  ?   y   n   n   y   y   y   n   y
## 242   democrat  y  n  y  n  n  n  y  y   y   y   y   n   n   y   y   y
## 243 republican  n  n  n  n  y  y  y  n   n   n   n   ?   n   y   y   y
## 244   democrat  n  y  y  n  n  n  y  y   ?   y   n   n   y   n   y   y
## 245   democrat  y  n  y  n  n  n  n  y   y   y   n   n   n   n   y   y
## 246   democrat  y  n  y  n  n  n  y  y   y   y   y   n   n   n   y   y
## 247   democrat  n  n  y  n  y  n  y  y   y   n   n   n   n   y   ?   y
## 248 republican  n  y  n  y  y  y  ?  n   n   n   n   ?   y   y   n   n
## 249 republican  ?  ?  ?  ?  ?  ?  ?  ?   ?   ?   ?   ?   ?   ?   ?   ?
## 250   democrat  y  n  y  n  n  n  y  y   ?   n   y   n   n   n   y   y
## 251 republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 252 republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 253   democrat  y  y  y  n  n  y  y  y   y   n   n   n   n   n   y   y
## 254 republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 255   democrat  y  n  y  n  n  n  y  y   y   y   n   n   n   n   n   y
## 256   democrat  y  n  y  n  n  n  y  y   y   y   n   n   n   y   y   y
## 257 republican  n  n  n  y  y  n  n  n   n   n   n   y   n   y   n   n
## 258 republican  n  n  n  y  y  n  n  n   n   n   n   y   n   y   ?   y
## 259   democrat  n  n  y  n  n  n  y  y   y   n   y   n   n   n   y   y
## 260   democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   n   y
## 261   democrat  y  n  y  n  n  n  y  y   y   y   n   n   n   n   n   y
## 262   democrat  y  n  y  n  n  ?  y  y   y   n   ?   ?   n   ?   ?   ?
## 263   democrat  y  n  y  n  n  n  y  y   y   y   n   n   ?   n   y   y
## 264   democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 265   democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 266   democrat  y  n  y  n  n  n  y  y   y   y   n   n   n   n   n   y
## 267 republican  n  n  n  y  y  y  n  n   n   y   n   y   n   y   n   y
## 268 republican  y  n  n  n  n  n  y  y   y   y   n   n   n   y   n   y
## 269   democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 270   democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   n   y
## 271   democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 272   democrat  n  y  y  n  n  y  y  y   y   n   ?   n   n   n   n   y
## 273   democrat  y  n  y  n  n  n  y  y   y   y   n   n   n   n   y   ?
## 274 republican  n  n  n  y  y  n  y  y   n   y   n   y   y   y   ?   y
## 275 republican  y  n  n  y  y  n  y  n   n   y   n   n   n   y   y   y
## 276   democrat  n  n  y  n  y  y  n  n   n   n   ?   n   y   y   n   n
## 277 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   y   n
## 278 republican  n  n  y  y  y  y  y  y   n   y   n   n   n   y   n   y
## 279 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 280 republican  n  n  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 281   democrat  n  n  y  n  n  n  y  y   y   y   n   n   n   y   n   y
## 282 republican  y  n  y  y  y  y  y  y   n   n   n   n   n   y   n   ?
## 283 republican  y  n  n  y  y  y  n  n   n   y   n   ?   y   y   n   n
## 284 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 285   democrat  n  n  y  n  n  y  y  y   y   y   y   n   n   n   ?   y
## 286   democrat  n  n  y  n  n  y  y  y   y   y   y   n   n   n   y   y
## 287   democrat  n  n  y  n  n  y  ?  y   ?   y   y   y   n   y   y   ?
## 288   democrat  y  y  y  ?  n  y  y  y   y   n   y   n   y   n   ?   y
## 289   democrat  y  y  y  n  y  y  n  y   n   y   y   n   y   y   y   y
## 290   democrat  y  y  y  n  y  y  n  y   n   y   y   n   y   y   n   ?
## 291   democrat  y  n  y  n  ?  y  ?  y   y   y   n   n   y   y   n   y
## 292   democrat  y  n  y  n  n  y  y  y   y   y   n   ?   n   y   n   y
## 293   democrat  y  n  y  n  n  y  y  y   n   y   y   n   y   y   y   y
## 294   democrat  y  y  y  n  n  y  y  y   y   y   y   n   y   y   y   y
## 295   democrat  n  y  y  n  n  y  y  y   n   y   y   n   y   y   n   ?
## 296 republican  n  y  n  y  y  y  ?  ?   n   y   n   y   ?   ?   ?   ?
## 297 republican  n  n  y  y  y  y  n  n   n   y   n   y   y   y   y   y
## 298   democrat  y  y  y  n  n  y  y  y   y   y   n   n   ?   n   y   ?
## 299   democrat  n  y  n  n  n  n  y  y   y   y   y   n   n   n   y   y
## 300   democrat  n  y  y  n  n  y  y  y   y   y   n   n   y   y   y   y
## 301 republican  n  n  n  y  y  n  y  y   y   y   n   y   y   y   n   y
## 302   democrat  n  n  ?  n  n  y  y  y   y   n   n   n   n   n   y   y
## 303 republican  n  n  n  y  y  y  y  n   n   y   n   y   y   y   n   y
## 304 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 305 republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   n   ?
## 306 republican  n  n  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 307 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 308   democrat  y  n  y  n  n  y  y  y   y   n   n   n   n   y   n   ?
## 309 republican  n  n  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 310   democrat  y  n  n  n  n  y  y  y   y   y   n   n   n   y   y   y
## 311 republican  n  n  n  y  y  y  n  n   n   y   n   y   y   y   y   n
## 312   democrat  n  n  y  n  n  y  y  y   y   y   n   n   y   n   n   y
## 313   democrat  y  y  y  n  n  n  y  y   y   y   n   n   n   n   y   y
## 314 republican  n  y  y  y  y  y  n  n   n   y   n   y   y   y   n   y
## 315 republican  n  y  n  y  y  y  y  y   n   n   y   y   y   y   y   y
## 316 republican  n  y  y  y  y  y  y  ?   n   n   n   n   ?   ?   y   ?
## 317   democrat  n  n  n  n  n  y  n  y   y   n   y   y   y   y   y   n
## 318   democrat  y  n  n  n  n  n  y  y   y   y   n   n   n   n   y   y
## 319   democrat  n  n  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 320   democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 321   democrat  n  y  y  n  n  y  n  y   y   y   n   n   y   y   n   y
## 322   democrat  y  y  y  n  n  n  y  y   y   y   n   n   y   n   n   y
## 323   democrat  y  y  y  n  ?  y  n  ?   n   n   y   n   y   y   n   ?
## 324   democrat  y  y  y  n  y  y  n  y   ?   y   n   n   y   y   n   ?
## 325 republican  n  y  n  y  y  y  n  n   n   n   y   y   y   y   n   n
## 326   democrat  n  y  n  n  y  y  n  n   ?   n   n   y   y   y   n   y
## 327   democrat  y  y  n  y  n  n  y  y   y   n   y   n   n   y   n   y
## 328 republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 329   democrat  y  y  y  n  n  n  y  y   y   n   y   n   n   n   n   y
## 330   democrat  y  ?  y  n  n  y  y  y   y   y   n   n   n   n   y   ?
## 331 republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 332   democrat  y  ?  y  n  n  n  y  y   y   n   n   n   n   n   y   ?
## 333   democrat  y  n  y  n  n  n  y  y   y   n   y   n   n   n   y   ?
## 334   democrat  n  n  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 335   democrat  n  y  y  n  n  y  y  y   ?   n   y   y   n   n   y   y
## 336 republican  n  n  n  y  y  y  n  n   n   y   y   y   y   y   n   ?
## 337   democrat  n  n  y  n  n  y  y  y   n   n   y   n   n   y   ?   y
## 338   democrat  y  n  y  n  n  n  y  y   y   n   n   n   n   n   y   y
## 339   democrat  y  n  y  n  n  n  y  y   y   y   n   n   n   y   y   y
## 340 republican  y  n  n  y  y  y  n  n   n   n   y   y   y   y   n   n
## 341 republican  n  n  n  y  y  y  n  n   n   y   y   y   n   y   n   y
## 342   democrat  n  ?  y  ?  n  y  y  y   y   y   y   n   ?   ?   y   y
## 343   democrat  n  y  y  n  y  ?  y  n   n   y   y   n   y   n   y   y
## 344 republican  n  n  n  y  y  n  y  n   y   y   n   n   n   y   n   y
## 345   democrat  n  n  y  n  n  n  y  y   y   y   y   n   n   n   y   y
## 346 republican  n  n  n  y  y  y  y  n   n   y   n   y   n   y   y   y
## 347 republican  n  n  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 348 republican  y  n  n  y  y  y  n  n   n   y   n   y   y   y   n   n
## 349   democrat  y  n  y  n  n  n  y  y   y   y   n   y   n   n   y   ?
## 350 republican  n  y  y  y  y  y  y  y   y   n   n   y   y   y   n   y
## 351   democrat  n  y  n  n  n  y  y  n   y   n   y   n   n   n   y   y
## 352 republican  n  n  y  y  y  y  y  y   y   y   n   y   y   y   y   y
## 353   democrat  n  y  n  y  n  y  y  y   y   n   y   n   y   n   y   ?
## 354 republican  n  n  y  y  y  y  y  n   n   y   y   y   y   y   n   y
## 355   democrat  n  y  y  n  n  y  y  y   y   y   n   ?   n   n   y   y
## 356 republican  y  n  y  y  n  n  n  y   y   y   n   n   n   y   y   y
## 357 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 358 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 359   democrat  y  y  y  n  n  y  y  y   y   y   y   y   y   y   n   ?
## 360 republican  n  n  n  y  y  y  n  n   n   y   ?   y   y   y   n   y
## 361   democrat  y  n  y  n  n  y  y  y   y   y   n   n   y   n   n   y
## 362   democrat  y  n  y  n  y  y  y  n   y   y   n   n   y   y   n   ?
## 363   democrat  y  y  y  n  n  y  y  y   y   y   y   y   y   n   n   y
## 364 republican  y  y  n  y  y  y  n  n   n   y   y   n   y   n   n   n
## 365 republican  y  y  n  y  y  y  n  n   n   n   y   n   y   y   n   y
## 366   democrat  n  y  n  n  y  y  n  n   n   y   y   n   y   y   n   n
## 367   democrat  y  n  y  n  n  n  y  y   n   y   y   n   n   n   n   ?
## 368   democrat  y  y  y  n  y  y  y  y   n   y   y   n   n   n   y   ?
## 369   democrat  n  y  y  n  n  y  y  y   n   y   n   n   n   n   y   y
## 370 republican  n  y  n  y  y  y  n  n   n   n   n   n   y   y   n   y
## 371   democrat  y  y  y  n  ?  y  y  y   n   y   ?   ?   n   n   y   y
## 372   democrat  y  y  y  n  ?  n  y  y   y   y   n   n   n   n   y   ?
## 373   democrat  n  y  y  y  y  y  n  n   n   n   y   y   ?   y   n   n
## 374   democrat  n  y  y  ?  y  y  n  y   n   y   ?   n   y   y   ?   y
## 375 republican  n  y  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 376   democrat  n  y  n  y  y  y  n  n   n   n   y   y   n   y   n   n
## 377   democrat  y  ?  y  n  n  n  y  y   y   n   y   n   n   n   y   y
## 378 republican  n  y  n  y  y  y  ?  ?   n   n   ?   ?   y   ?   ?   ?
## 379 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 380 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 381   democrat  y  y  y  n  n  y  ?  y   y   n   y   n   y   n   y   y
## 382   democrat  y  y  y  n  y  y  y  y   y   y   y   n   y   y   n   ?
## 383   democrat  y  y  n  y  y  y  n  n   n   n   y   n   y   y   n   ?
## 384   democrat  y  y  y  n  y  y  n  y   y   y   y   n   n   n   n   y
## 385   democrat  y  y  y  y  y  y  n  n   n   n   y   y   y   y   n   y
## 386   democrat  y  y  n  n  y  y  n  n   n   n   y   y   y   y   y   n
## 387   democrat  n  ?  y  n  y  y  n  y   n   n   y   n   n   n   n   ?
## 388   democrat  y  y  y  n  y  y  n  y   y   n   y   n   n   y   n   ?
## 389   democrat  n  y  y  y  y  y  n  n   n   n   n   y   y   y   n   ?
## 390   democrat  y  n  y  n  n  n  y  y   y   ?   y   n   n   n   y   ?
## 391   democrat  ?  ?  n  n  ?  y  ?  n   n   n   y   y   n   y   n   ?
## 392   democrat  y  y  n  n  n  n  n  y   y   n   y   n   n   n   y   n
## 393 republican  y  y  n  y  y  y  n  n   n   n   y   y   y   y   n   y
## 394 republican  ?  ?  ?  ?  n  y  n  y   y   n   n   y   y   n   n   ?
## 395   democrat  y  y  ?  ?  ?  y  n  n   n   n   y   n   y   n   n   y
## 396   democrat  y  y  y  ?  n  n  n  y   n   n   y   ?   n   n   y   y
## 397   democrat  y  y  y  n  y  y  n  y   n   n   y   n   y   n   y   y
## 398   democrat  y  y  n  n  y  ?  n  n   n   n   y   n   y   y   n   y
## 399   democrat  n  y  y  n  y  y  n  y   n   n   n   n   n   n   n   y
## 400 republican  n  y  n  y  ?  y  n  n   n   y   n   y   y   y   n   n
## 401 republican  n  y  n  y  y  y  n  ?   n   n   ?   ?   ?   y   n   ?
## 402 republican  n  y  n  y  y  y  n  n   n   y   y   y   y   y   n   n
## 403 republican  ?  n  y  y  n  y  y  y   y   y   n   y   n   y   n   y
## 404 republican  n  y  n  y  y  y  n  n   n   y   n   y   ?   y   n   n
## 405 republican  y  y  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 406 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   y
## 407   democrat  y  n  y  n  y  y  n  n   y   y   n   n   y   y   n   y
## 408   democrat  n  n  n  y  y  y  n  n   n   n   y   y   y   y   n   n
## 409   democrat  y  n  y  n  n  y  y  y   y   n   n   y   ?   y   y   y
## 410 republican  n  n  n  y  y  y  n  n   n   n   n   y   y   y   n   n
## 411 republican  n  n  n  y  y  y  n  n   n   n   y   y   y   y   n   y
## 412   democrat  y  n  y  n  n  y  y  y   y   y   y   n   n   n   n   y
## 413 republican  n  n  n  y  y  y  n  n   n   y   n   y   y   y   n   y
## 414 republican  y  y  y  y  y  y  y  y   n   y   ?   ?   ?   y   n   y
## 415   democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   n   y
## 416   democrat  n  y  y  n  n  y  y  y   ?   y   n   n   n   n   n   y
## 417 republican  y  y  n  y  y  y  n  n   n   y   n   n   y   y   n   y
## 418   democrat  y  y  y  n  n  n  y  y   y   y   y   n   y   n   n   y
## 419   democrat  y  y  y  n  n  n  y  y   n   y   n   n   n   n   n   y
## 420   democrat  y  y  y  n  n  n  y  y   y   n   n   n   n   n   n   y
## 421 republican  y  y  y  y  y  y  y  y   n   y   n   n   y   y   n   y
## 422   democrat  n  y  y  n  y  y  y  y   n   n   y   n   y   n   y   y
## 423   democrat  n  n  y  n  n  y  y  y   y   n   y   n   n   n   y   y
## 424   democrat  n  y  y  n  n  y  y  y   y   n   y   n   n   y   y   y
## 425   democrat  n  y  y  n  n  ?  y  y   y   y   y   n   ?   y   y   y
## 426   democrat  n  n  y  n  n  n  y  y   n   y   y   n   n   n   y   ?
## 427   democrat  y  n  y  n  n  n  y  y   y   y   n   n   n   n   y   y
## 428 republican  n  n  n  y  y  y  y  y   n   y   n   y   y   y   n   y
## 429   democrat  ?  ?  ?  n  n  n  y  y   y   y   n   n   y   n   y   y
## 430   democrat  y  n  y  n  ?  n  y  y   y   y   n   y   n   ?   y   y
## 431 republican  n  n  y  y  y  y  n  n   y   y   n   y   y   y   n   y
## 432   democrat  n  n  y  n  n  n  y  y   y   y   n   n   n   n   n   y
## 433 republican  n  ?  n  y  y  y  n  n   n   n   y   y   y   y   n   y
## 434 republican  n  n  n  y  y  y  ?  ?   ?   ?   n   y   y   y   n   y
## 435 republican  n  y  n  y  y  y  n  n   n   y   n   y   y   y   ?   n
Headers<-unlist(Headers)
Headers<-trimws(Headers)
Headers<- gsub("-", "_", Headers)
Headers<- gsub(" ", "_", Headers)
colnames(AllVotingRecords) <- Headers
names(AllVotingRecords)
##  [1] "Class_Name"                            
##  [2] "handicapped_infants"                   
##  [3] "water_project_cost_sharing"            
##  [4] "adoption_of_the_budget_resolution"     
##  [5] "physician_fee_freeze"                  
##  [6] "el_salvador_aid"                       
##  [7] "religious_groups_in_schools"           
##  [8] "anti_satellite_test_ban"               
##  [9] "aid_to_nicaraguan_contras"             
## [10] "mx_missile"                            
## [11] "immigration"                           
## [12] "synfuels_corporation_cutback"          
## [13] "education_spending"                    
## [14] "superfund_right_to_sue"                
## [15] "crime"                                 
## [16] "duty_free_exports"                     
## [17] "export_administration_act_south_africa"
AllVotingRecords
##     Class_Name handicapped_infants water_project_cost_sharing
## 1   republican                   n                          y
## 2   republican                   n                          y
## 3     democrat                   ?                          y
## 4     democrat                   n                          y
## 5     democrat                   y                          y
## 6     democrat                   n                          y
## 7     democrat                   n                          y
## 8   republican                   n                          y
## 9   republican                   n                          y
## 10    democrat                   y                          y
## 11  republican                   n                          y
## 12  republican                   n                          y
## 13    democrat                   n                          y
## 14    democrat                   y                          y
## 15  republican                   n                          y
## 16  republican                   n                          y
## 17    democrat                   y                          n
## 18    democrat                   y                          ?
## 19  republican                   n                          y
## 20    democrat                   y                          y
## 21    democrat                   y                          y
## 22    democrat                   y                          y
## 23    democrat                   y                          ?
## 24    democrat                   y                          y
## 25    democrat                   y                          n
## 26    democrat                   y                          n
## 27    democrat                   y                          n
## 28    democrat                   y                          y
## 29  republican                   y                          n
## 30    democrat                   y                          y
## 31  republican                   n                          y
## 32    democrat                   y                          y
## 33    democrat                   y                          y
## 34  republican                   n                          y
## 35    democrat                   y                          y
## 36  republican                   n                          y
## 37  republican                   y                          ?
## 38  republican                   y                          y
## 39  republican                   n                          y
## 40    democrat                   y                          n
## 41    democrat                   y                          y
## 42    democrat                   y                          y
## 43    democrat                   y                          n
## 44    democrat                   y                          n
## 45    democrat                   y                          y
## 46    democrat                   y                          y
## 47    democrat                   y                          y
## 48    democrat                   y                          n
## 49    democrat                   y                          y
## 50  republican                   n                          ?
## 51    democrat                   y                          y
## 52  republican                   n                          y
## 53    democrat                   y                          y
## 54  republican                   y                          y
## 55    democrat                   y                          y
## 56  republican                   n                          y
## 57  republican                   n                          y
## 58  republican                   n                          y
## 59  republican                   n                          y
## 60  republican                   n                          y
## 61    democrat                   y                          y
## 62  republican                   n                          y
## 63    democrat                   y                          y
## 64    democrat                   y                          y
## 65    democrat                   y                          y
## 66  republican                   y                          y
## 67  republican                   n                          y
## 68  republican                   n                          y
## 69    democrat                   y                          ?
## 70    democrat                   y                          y
## 71    democrat                   y                          n
## 72  republican                   y                          y
## 73    democrat                   y                          y
## 74  republican                   y                          n
## 75    democrat                   y                          n
## 76    democrat                   n                          y
## 77    democrat                   n                          y
## 78    democrat                   n                          y
## 79    democrat                   y                          y
## 80  republican                   n                          n
## 81    democrat                   y                          n
## 82    democrat                   y                          n
## 83  republican                   n                          n
## 84  republican                   n                          n
## 85  republican                   n                          ?
## 86    democrat                   n                          n
## 87  republican                   n                          n
## 88  republican                   n                          n
## 89    democrat                   n                          y
## 90  republican                   n                          n
## 91    democrat                   y                          n
## 92    democrat                   y                          n
## 93    democrat                   y                          y
## 94    democrat                   y                          n
## 95    democrat                   y                          n
## 96    democrat                   y                          n
## 97    democrat                   n                          n
## 98    democrat                   y                          n
## 99    democrat                   y                          y
## 100 republican                   n                          n
## 101   democrat                   y                          n
## 102   democrat                   y                          n
## 103   democrat                   y                          n
## 104   democrat                   y                          n
## 105   democrat                   ?                          ?
## 106   democrat                   y                          y
## 107 republican                   n                          y
## 108 republican                   n                          ?
## 109   democrat                   y                          ?
## 110   democrat                   y                          ?
## 111   democrat                   n                          n
## 112 republican                   n                          ?
## 113   democrat                   n                          ?
## 114 republican                   n                          ?
## 115   democrat                   y                          ?
## 116   democrat                   n                          ?
## 117   democrat                   y                          n
## 118 republican                   y                          y
## 119   democrat                   n                          y
## 120 republican                   n                          n
## 121 republican                   n                          ?
## 122 republican                   n                          ?
## 123 republican                   n                          n
## 124 republican                   y                          ?
## 125   democrat                   n                          ?
## 126 republican                   n                          ?
## 127 republican                   n                          ?
## 128   democrat                   n                          ?
## 129   democrat                   n                          ?
## 130   democrat                   ?                          ?
## 131   democrat                   y                          ?
## 132   democrat                   n                          n
## 133 republican                   n                          n
## 134 republican                   n                          n
## 135 republican                   n                          n
## 136 republican                   n                          n
## 137 republican                   n                          y
## 138   democrat                   n                          ?
## 139   democrat                   n                          n
## 140   democrat                   y                          n
## 141 republican                   n                          n
## 142 republican                   n                          n
## 143 republican                   n                          n
## 144   democrat                   ?                          y
## 145   democrat                   n                          ?
## 146   democrat                   n                          n
## 147 republican                   n                          y
## 148   democrat                   n                          n
## 149 republican                   n                          y
## 150   democrat                   n                          n
## 151 republican                   y                          y
## 152   democrat                   y                          y
## 153   democrat                   n                          y
## 154   democrat                   n                          n
## 155 republican                   n                          y
## 156 republican                   y                          y
## 157 republican                   y                          y
## 158   democrat                   n                          y
## 159 republican                   n                          y
## 160   democrat                   n                          y
## 161   democrat                   n                          y
## 162   democrat                   n                          n
## 163   democrat                   n                          y
## 164 republican                   n                          y
## 165   democrat                   y                          y
## 166   democrat                   n                          y
## 167 republican                   y                          n
## 168 republican                   y                          n
## 169   democrat                   n                          n
## 170   democrat                   y                          n
## 171   democrat                   y                          n
## 172 republican                   n                          ?
## 173   democrat                   n                          y
## 174   democrat                   n                          n
## 175   democrat                   y                          ?
## 176   democrat                   n                          y
## 177 republican                   n                          n
## 178   democrat                   n                          n
## 179   democrat                   ?                          n
## 180   democrat                   y                          n
## 181   democrat                   ?                          ?
## 182   democrat                   n                          n
## 183   democrat                   y                          ?
## 184   democrat                   ?                          ?
## 185   democrat                   n                          n
## 186   democrat                   y                          n
## 187   democrat                   n                          y
## 188   democrat                   y                          n
## 189 republican                   y                          ?
## 190   democrat                   y                          n
## 191 republican                   n                          ?
## 192 republican                   n                          y
## 193   democrat                   n                          n
## 194   democrat                   n                          n
## 195   democrat                   n                          n
## 196 republican                   n                          n
## 197   democrat                   n                          n
## 198 republican                   n                          ?
## 199   democrat                   n                          n
## 200   democrat                   y                          y
## 201   democrat                   n                          n
## 202   democrat                   y                          y
## 203   democrat                   y                          n
## 204   democrat                   y                          n
## 205 republican                   n                          n
## 206   democrat                   n                          n
## 207 republican                   n                          n
## 208 republican                   y                          ?
## 209   democrat                   n                          n
## 210   democrat                   y                          y
## 211   democrat                   n                          n
## 212 republican                   n                          y
## 213   democrat                   n                          n
## 214   democrat                   n                          y
## 215 republican                   y                          y
## 216   democrat                   n                          y
## 217   democrat                   y                          y
## 218 republican                   n                          y
## 219   democrat                   y                          ?
## 220   democrat                   n                          y
## 221   democrat                   n                          n
## 222   democrat                   n                          y
## 223   democrat                   y                          n
## 224 republican                   n                          n
## 225 republican                   n                          y
## 226 republican                   n                          ?
## 227   democrat                   n                          n
## 228   democrat                   y                          n
## 229 republican                   n                          y
## 230 republican                   n                          y
## 231 republican                   n                          y
## 232 republican                   n                          y
## 233   democrat                   n                          y
## 234 republican                   n                          y
## 235   democrat                   n                          n
## 236 republican                   n                          n
## 237   democrat                   n                          n
## 238   democrat                   y                          n
## 239   democrat                   y                          y
## 240 republican                   n                          n
## 241 republican                   n                          n
## 242   democrat                   y                          n
## 243 republican                   n                          n
## 244   democrat                   n                          y
## 245   democrat                   y                          n
## 246   democrat                   y                          n
## 247   democrat                   n                          n
## 248 republican                   n                          y
## 249 republican                   ?                          ?
## 250   democrat                   y                          n
## 251 republican                   n                          y
## 252 republican                   n                          y
## 253   democrat                   y                          y
## 254 republican                   n                          y
## 255   democrat                   y                          n
## 256   democrat                   y                          n
## 257 republican                   n                          n
## 258 republican                   n                          n
## 259   democrat                   n                          n
## 260   democrat                   y                          n
## 261   democrat                   y                          n
## 262   democrat                   y                          n
## 263   democrat                   y                          n
## 264   democrat                   y                          n
## 265   democrat                   y                          n
## 266   democrat                   y                          n
## 267 republican                   n                          n
## 268 republican                   y                          n
## 269   democrat                   y                          n
## 270   democrat                   y                          n
## 271   democrat                   y                          y
## 272   democrat                   n                          y
## 273   democrat                   y                          n
## 274 republican                   n                          n
## 275 republican                   y                          n
## 276   democrat                   n                          n
## 277 republican                   n                          n
## 278 republican                   n                          n
## 279 republican                   n                          n
## 280 republican                   n                          n
## 281   democrat                   n                          n
## 282 republican                   y                          n
## 283 republican                   y                          n
## 284 republican                   n                          n
## 285   democrat                   n                          n
## 286   democrat                   n                          n
## 287   democrat                   n                          n
## 288   democrat                   y                          y
## 289   democrat                   y                          y
## 290   democrat                   y                          y
## 291   democrat                   y                          n
## 292   democrat                   y                          n
## 293   democrat                   y                          n
## 294   democrat                   y                          y
## 295   democrat                   n                          y
## 296 republican                   n                          y
## 297 republican                   n                          n
## 298   democrat                   y                          y
## 299   democrat                   n                          y
## 300   democrat                   n                          y
## 301 republican                   n                          n
## 302   democrat                   n                          n
## 303 republican                   n                          n
## 304 republican                   n                          n
## 305 republican                   n                          y
## 306 republican                   n                          n
## 307 republican                   n                          n
## 308   democrat                   y                          n
## 309 republican                   n                          n
## 310   democrat                   y                          n
## 311 republican                   n                          n
## 312   democrat                   n                          n
## 313   democrat                   y                          y
## 314 republican                   n                          y
## 315 republican                   n                          y
## 316 republican                   n                          y
## 317   democrat                   n                          n
## 318   democrat                   y                          n
## 319   democrat                   n                          n
## 320   democrat                   y                          n
## 321   democrat                   n                          y
## 322   democrat                   y                          y
## 323   democrat                   y                          y
## 324   democrat                   y                          y
## 325 republican                   n                          y
## 326   democrat                   n                          y
## 327   democrat                   y                          y
## 328 republican                   n                          y
## 329   democrat                   y                          y
## 330   democrat                   y                          ?
## 331 republican                   n                          y
## 332   democrat                   y                          ?
## 333   democrat                   y                          n
## 334   democrat                   n                          n
## 335   democrat                   n                          y
## 336 republican                   n                          n
## 337   democrat                   n                          n
## 338   democrat                   y                          n
## 339   democrat                   y                          n
## 340 republican                   y                          n
## 341 republican                   n                          n
## 342   democrat                   n                          ?
## 343   democrat                   n                          y
## 344 republican                   n                          n
## 345   democrat                   n                          n
## 346 republican                   n                          n
## 347 republican                   n                          n
## 348 republican                   y                          n
## 349   democrat                   y                          n
## 350 republican                   n                          y
## 351   democrat                   n                          y
## 352 republican                   n                          n
## 353   democrat                   n                          y
## 354 republican                   n                          n
## 355   democrat                   n                          y
## 356 republican                   y                          n
## 357 republican                   n                          n
## 358 republican                   n                          n
## 359   democrat                   y                          y
## 360 republican                   n                          n
## 361   democrat                   y                          n
## 362   democrat                   y                          n
## 363   democrat                   y                          y
## 364 republican                   y                          y
## 365 republican                   y                          y
## 366   democrat                   n                          y
## 367   democrat                   y                          n
## 368   democrat                   y                          y
## 369   democrat                   n                          y
## 370 republican                   n                          y
## 371   democrat                   y                          y
## 372   democrat                   y                          y
## 373   democrat                   n                          y
## 374   democrat                   n                          y
## 375 republican                   n                          y
## 376   democrat                   n                          y
## 377   democrat                   y                          ?
## 378 republican                   n                          y
## 379 republican                   n                          n
## 380 republican                   n                          n
## 381   democrat                   y                          y
## 382   democrat                   y                          y
## 383   democrat                   y                          y
## 384   democrat                   y                          y
## 385   democrat                   y                          y
## 386   democrat                   y                          y
## 387   democrat                   n                          ?
## 388   democrat                   y                          y
## 389   democrat                   n                          y
## 390   democrat                   y                          n
## 391   democrat                   ?                          ?
## 392   democrat                   y                          y
## 393 republican                   y                          y
## 394 republican                   ?                          ?
## 395   democrat                   y                          y
## 396   democrat                   y                          y
## 397   democrat                   y                          y
## 398   democrat                   y                          y
## 399   democrat                   n                          y
## 400 republican                   n                          y
## 401 republican                   n                          y
## 402 republican                   n                          y
## 403 republican                   ?                          n
## 404 republican                   n                          y
## 405 republican                   y                          y
## 406 republican                   n                          n
## 407   democrat                   y                          n
## 408   democrat                   n                          n
## 409   democrat                   y                          n
## 410 republican                   n                          n
## 411 republican                   n                          n
## 412   democrat                   y                          n
## 413 republican                   n                          n
## 414 republican                   y                          y
## 415   democrat                   y                          y
## 416   democrat                   n                          y
## 417 republican                   y                          y
## 418   democrat                   y                          y
## 419   democrat                   y                          y
## 420   democrat                   y                          y
## 421 republican                   y                          y
## 422   democrat                   n                          y
## 423   democrat                   n                          n
## 424   democrat                   n                          y
## 425   democrat                   n                          y
## 426   democrat                   n                          n
## 427   democrat                   y                          n
## 428 republican                   n                          n
## 429   democrat                   ?                          ?
## 430   democrat                   y                          n
## 431 republican                   n                          n
## 432   democrat                   n                          n
## 433 republican                   n                          ?
## 434 republican                   n                          n
## 435 republican                   n                          y
##     adoption_of_the_budget_resolution physician_fee_freeze el_salvador_aid
## 1                                   n                    y               y
## 2                                   n                    y               y
## 3                                   y                    ?               y
## 4                                   y                    n               ?
## 5                                   y                    n               y
## 6                                   y                    n               y
## 7                                   n                    y               y
## 8                                   n                    y               y
## 9                                   n                    y               y
## 10                                  y                    n               n
## 11                                  n                    y               y
## 12                                  n                    y               y
## 13                                  y                    n               n
## 14                                  y                    n               n
## 15                                  n                    y               y
## 16                                  n                    y               y
## 17                                  y                    n               n
## 18                                  y                    n               n
## 19                                  n                    y               y
## 20                                  y                    n               n
## 21                                  y                    n               n
## 22                                  y                    n               n
## 23                                  y                    n               n
## 24                                  y                    n               n
## 25                                  y                    n               n
## 26                                  y                    n               n
## 27                                  y                    n               n
## 28                                  y                    n               n
## 29                                  n                    y               y
## 30                                  y                    n               n
## 31                                  n                    y               y
## 32                                  y                    n               n
## 33                                  y                    n               n
## 34                                  n                    y               y
## 35                                  y                    n               n
## 36                                  n                    y               y
## 37                                  n                    y               y
## 38                                  n                    y               y
## 39                                  n                    y               y
## 40                                  y                    n               n
## 41                                  y                    n               n
## 42                                  y                    n               n
## 43                                  y                    n               n
## 44                                  y                    n               n
## 45                                  y                    n               n
## 46                                  y                    n               n
## 47                                  y                    n               n
## 48                                  y                    n               n
## 49                                  y                    n               n
## 50                                  n                    y               y
## 51                                  y                    n               n
## 52                                  n                    y               y
## 53                                  y                    n               n
## 54                                  n                    y               y
## 55                                  y                    n               n
## 56                                  n                    y               y
## 57                                  n                    y               y
## 58                                  n                    y               y
## 59                                  n                    y               y
## 60                                  n                    y               y
## 61                                  y                    n               n
## 62                                  n                    y               y
## 63                                  y                    n               n
## 64                                  y                    n               n
## 65                                  y                    n               n
## 66                                  n                    y               y
## 67                                  n                    y               y
## 68                                  n                    y               y
## 69                                  y                    n               n
## 70                                  y                    n               n
## 71                                  y                    n               n
## 72                                  y                    y               n
## 73                                  y                    n               n
## 74                                  y                    y               y
## 75                                  y                    n               n
## 76                                  y                    y               y
## 77                                  y                    n               y
## 78                                  y                    y               y
## 79                                  y                    n               y
## 80                                  n                    y               y
## 81                                  y                    n               n
## 82                                  y                    n               n
## 83                                  n                    y               y
## 84                                  n                    y               y
## 85                                  n                    y               y
## 86                                  y                    n               y
## 87                                  n                    y               y
## 88                                  n                    y               y
## 89                                  y                    n               y
## 90                                  n                    y               y
## 91                                  y                    n               n
## 92                                  y                    n               n
## 93                                  y                    n               n
## 94                                  y                    n               n
## 95                                  y                    n               y
## 96                                  y                    n               y
## 97                                  ?                    n               y
## 98                                  n                    n               y
## 99                                  y                    n               n
## 100                                 n                    y               y
## 101                                 n                    n               y
## 102                                 y                    n               y
## 103                                 y                    n               y
## 104                                 n                    n               y
## 105                                 ?                    ?               n
## 106                                 y                    n               n
## 107                                 n                    y               y
## 108                                 ?                    ?               ?
## 109                                 y                    n               n
## 110                                 y                    n               n
## 111                                 y                    n               n
## 112                                 n                    y               y
## 113                                 y                    n               n
## 114                                 n                    y               y
## 115                                 y                    n               n
## 116                                 y                    n               ?
## 117                                 y                    n               n
## 118                                 y                    y               y
## 119                                 y                    n               n
## 120                                 n                    y               y
## 121                                 ?                    y               y
## 122                                 n                    y               y
## 123                                 n                    y               y
## 124                                 n                    y               y
## 125                                 y                    n               n
## 126                                 n                    y               y
## 127                                 n                    y               y
## 128                                 y                    n               n
## 129                                 y                    n               n
## 130                                 y                    n               n
## 131                                 y                    n               ?
## 132                                 y                    n               n
## 133                                 n                    y               y
## 134                                 n                    y               y
## 135                                 n                    y               y
## 136                                 n                    y               y
## 137                                 n                    y               y
## 138                                 y                    n               n
## 139                                 y                    n               n
## 140                                 y                    n               n
## 141                                 n                    y               n
## 142                                 n                    y               y
## 143                                 n                    y               y
## 144                                 n                    n               n
## 145                                 n                    n               n
## 146                                 y                    n               n
## 147                                 n                    y               y
## 148                                 n                    n               n
## 149                                 n                    y               y
## 150                                 y                    n               n
## 151                                 n                    y               y
## 152                                 ?                    y               y
## 153                                 y                    n               n
## 154                                 y                    n               n
## 155                                 n                    y               y
## 156                                 n                    y               y
## 157                                 n                    y               y
## 158                                 y                    n               n
## 159                                 n                    y               y
## 160                                 y                    n               ?
## 161                                 n                    n               y
## 162                                 n                    n               y
## 163                                 y                    n               y
## 164                                 n                    y               y
## 165                                 n                    n               y
## 166                                 y                    n               n
## 167                                 y                    y               y
## 168                                 y                    y               y
## 169                                 y                    y               y
## 170                                 y                    n               n
## 171                                 y                    n               n
## 172                                 n                    y               y
## 173                                 y                    n               n
## 174                                 n                    n               y
## 175                                 y                    n               n
## 176                                 y                    n               n
## 177                                 y                    y               n
## 178                                 y                    n               n
## 179                                 y                    n               n
## 180                                 y                    n               n
## 181                                 y                    n               n
## 182                                 y                    n               n
## 183                                 y                    n               n
## 184                                 ?                    ?               ?
## 185                                 y                    n               n
## 186                                 y                    n               n
## 187                                 y                    n               n
## 188                                 y                    n               n
## 189                                 n                    y               y
## 190                                 y                    n               n
## 191                                 n                    y               y
## 192                                 n                    y               y
## 193                                 n                    n               n
## 194                                 y                    n               n
## 195                                 y                    n               n
## 196                                 n                    y               y
## 197                                 y                    n               n
## 198                                 y                    y               y
## 199                                 y                    n               n
## 200                                 n                    n               n
## 201                                 y                    n               n
## 202                                 y                    n               n
## 203                                 y                    n               n
## 204                                 y                    n               n
## 205                                 y                    y               y
## 206                                 y                    n               n
## 207                                 n                    y               y
## 208                                 n                    y               y
## 209                                 y                    n               n
## 210                                 y                    n               n
## 211                                 y                    n               n
## 212                                 n                    y               y
## 213                                 y                    n               n
## 214                                 y                    n               n
## 215                                 n                    y               y
## 216                                 y                    y               y
## 217                                 y                    n               y
## 218                                 n                    y               y
## 219                                 y                    n               n
## 220                                 y                    n               n
## 221                                 y                    n               n
## 222                                 y                    n               y
## 223                                 y                    n               n
## 224                                 n                    y               y
## 225                                 n                    y               y
## 226                                 n                    y               y
## 227                                 y                    n               n
## 228                                 y                    n               n
## 229                                 n                    y               y
## 230                                 y                    y               y
## 231                                 n                    y               y
## 232                                 n                    y               y
## 233                                 y                    n               n
## 234                                 n                    y               y
## 235                                 y                    n               n
## 236                                 n                    y               y
## 237                                 y                    n               n
## 238                                 y                    n               n
## 239                                 y                    n               n
## 240                                 n                    y               y
## 241                                 n                    y               n
## 242                                 y                    n               n
## 243                                 n                    n               y
## 244                                 y                    n               n
## 245                                 y                    n               n
## 246                                 y                    n               n
## 247                                 y                    n               y
## 248                                 n                    y               y
## 249                                 ?                    ?               ?
## 250                                 y                    n               n
## 251                                 n                    y               y
## 252                                 n                    y               y
## 253                                 y                    n               n
## 254                                 n                    y               y
## 255                                 y                    n               n
## 256                                 y                    n               n
## 257                                 n                    y               y
## 258                                 n                    y               y
## 259                                 y                    n               n
## 260                                 y                    n               n
## 261                                 y                    n               n
## 262                                 y                    n               n
## 263                                 y                    n               n
## 264                                 y                    n               n
## 265                                 y                    n               n
## 266                                 y                    n               n
## 267                                 n                    y               y
## 268                                 n                    n               n
## 269                                 y                    n               n
## 270                                 y                    n               n
## 271                                 y                    n               n
## 272                                 y                    n               n
## 273                                 y                    n               n
## 274                                 n                    y               y
## 275                                 n                    y               y
## 276                                 y                    n               y
## 277                                 n                    y               y
## 278                                 y                    y               y
## 279                                 n                    y               y
## 280                                 n                    y               y
## 281                                 y                    n               n
## 282                                 y                    y               y
## 283                                 n                    y               y
## 284                                 n                    y               y
## 285                                 y                    n               n
## 286                                 y                    n               n
## 287                                 y                    n               n
## 288                                 y                    ?               n
## 289                                 y                    n               y
## 290                                 y                    n               y
## 291                                 y                    n               ?
## 292                                 y                    n               n
## 293                                 y                    n               n
## 294                                 y                    n               n
## 295                                 y                    n               n
## 296                                 n                    y               y
## 297                                 y                    y               y
## 298                                 y                    n               n
## 299                                 n                    n               n
## 300                                 y                    n               n
## 301                                 n                    y               y
## 302                                 ?                    n               n
## 303                                 n                    y               y
## 304                                 n                    y               y
## 305                                 n                    y               y
## 306                                 n                    y               y
## 307                                 n                    y               y
## 308                                 y                    n               n
## 309                                 n                    y               y
## 310                                 n                    n               n
## 311                                 n                    y               y
## 312                                 y                    n               n
## 313                                 y                    n               n
## 314                                 y                    y               y
## 315                                 n                    y               y
## 316                                 y                    y               y
## 317                                 n                    n               n
## 318                                 n                    n               n
## 319                                 y                    n               n
## 320                                 y                    n               n
## 321                                 y                    n               n
## 322                                 y                    n               n
## 323                                 y                    n               ?
## 324                                 y                    n               y
## 325                                 n                    y               y
## 326                                 n                    n               y
## 327                                 n                    y               n
## 328                                 n                    y               y
## 329                                 y                    n               n
## 330                                 y                    n               n
## 331                                 n                    y               y
## 332                                 y                    n               n
## 333                                 y                    n               n
## 334                                 y                    n               n
## 335                                 y                    n               n
## 336                                 n                    y               y
## 337                                 y                    n               n
## 338                                 y                    n               n
## 339                                 y                    n               n
## 340                                 n                    y               y
## 341                                 n                    y               y
## 342                                 y                    ?               n
## 343                                 y                    n               y
## 344                                 n                    y               y
## 345                                 y                    n               n
## 346                                 n                    y               y
## 347                                 n                    y               y
## 348                                 n                    y               y
## 349                                 y                    n               n
## 350                                 y                    y               y
## 351                                 n                    n               n
## 352                                 y                    y               y
## 353                                 n                    y               n
## 354                                 y                    y               y
## 355                                 y                    n               n
## 356                                 y                    y               n
## 357                                 n                    y               y
## 358                                 n                    y               y
## 359                                 y                    n               n
## 360                                 n                    y               y
## 361                                 y                    n               n
## 362                                 y                    n               y
## 363                                 y                    n               n
## 364                                 n                    y               y
## 365                                 n                    y               y
## 366                                 n                    n               y
## 367                                 y                    n               n
## 368                                 y                    n               y
## 369                                 y                    n               n
## 370                                 n                    y               y
## 371                                 y                    n               ?
## 372                                 y                    n               ?
## 373                                 y                    y               y
## 374                                 y                    ?               y
## 375                                 n                    y               y
## 376                                 n                    y               y
## 377                                 y                    n               n
## 378                                 n                    y               y
## 379                                 n                    y               y
## 380                                 n                    y               y
## 381                                 y                    n               n
## 382                                 y                    n               y
## 383                                 n                    y               y
## 384                                 y                    n               y
## 385                                 y                    y               y
## 386                                 n                    n               y
## 387                                 y                    n               y
## 388                                 y                    n               y
## 389                                 y                    y               y
## 390                                 y                    n               n
## 391                                 n                    n               ?
## 392                                 n                    n               n
## 393                                 n                    y               y
## 394                                 ?                    ?               n
## 395                                 ?                    ?               ?
## 396                                 y                    ?               n
## 397                                 y                    n               y
## 398                                 n                    n               y
## 399                                 y                    n               y
## 400                                 n                    y               ?
## 401                                 n                    y               y
## 402                                 n                    y               y
## 403                                 y                    y               n
## 404                                 n                    y               y
## 405                                 n                    y               y
## 406                                 n                    y               y
## 407                                 y                    n               y
## 408                                 n                    y               y
## 409                                 y                    n               n
## 410                                 n                    y               y
## 411                                 n                    y               y
## 412                                 y                    n               n
## 413                                 n                    y               y
## 414                                 y                    y               y
## 415                                 y                    n               n
## 416                                 y                    n               n
## 417                                 n                    y               y
## 418                                 y                    n               n
## 419                                 y                    n               n
## 420                                 y                    n               n
## 421                                 y                    y               y
## 422                                 y                    n               y
## 423                                 y                    n               n
## 424                                 y                    n               n
## 425                                 y                    n               n
## 426                                 y                    n               n
## 427                                 y                    n               n
## 428                                 n                    y               y
## 429                                 ?                    n               n
## 430                                 y                    n               ?
## 431                                 y                    y               y
## 432                                 y                    n               n
## 433                                 n                    y               y
## 434                                 n                    y               y
## 435                                 n                    y               y
##     religious_groups_in_schools anti_satellite_test_ban
## 1                             y                       n
## 2                             y                       n
## 3                             y                       n
## 4                             y                       n
## 5                             y                       n
## 6                             y                       n
## 7                             y                       n
## 8                             y                       n
## 9                             y                       n
## 10                            n                       y
## 11                            n                       n
## 12                            y                       n
## 13                            n                       y
## 14                            y                       y
## 15                            y                       n
## 16                            y                       n
## 17                            y                       n
## 18                            n                       y
## 19                            y                       n
## 20                            n                       y
## 21                            ?                       y
## 22                            n                       y
## 23                            n                       y
## 24                            n                       y
## 25                            n                       y
## 26                            n                       y
## 27                            n                       y
## 28                            n                       y
## 29                            n                       y
## 30                            n                       y
## 31                            y                       n
## 32                            n                       y
## 33                            n                       y
## 34                            y                       n
## 35                            n                       y
## 36                            y                       n
## 37                            y                       n
## 38                            y                       n
## 39                            y                       n
## 40                            n                       y
## 41                            n                       y
## 42                            n                       y
## 43                            n                       y
## 44                            n                       y
## 45                            n                       y
## 46                            n                       y
## 47                            n                       y
## 48                            n                       y
## 49                            n                       y
## 50                            y                       n
## 51                            n                       y
## 52                            y                       n
## 53                            n                       y
## 54                            y                       n
## 55                            y                       ?
## 56                            y                       n
## 57                            y                       n
## 58                            y                       n
## 59                            y                       n
## 60                            y                       n
## 61                            ?                       y
## 62                            y                       n
## 63                            n                       y
## 64                            n                       y
## 65                            n                       y
## 66                            y                       y
## 67                            y                       y
## 68                            y                       n
## 69                            n                       y
## 70                            n                       y
## 71                            n                       y
## 72                            n                       y
## 73                            n                       y
## 74                            n                       y
## 75                            y                       y
## 76                            y                       n
## 77                            y                       n
## 78                            y                       n
## 79                            y                       n
## 80                            n                       n
## 81                            y                       y
## 82                            n                       y
## 83                            y                       n
## 84                            y                       n
## 85                            y                       n
## 86                            y                       n
## 87                            y                       n
## 88                            y                       n
## 89                            y                       y
## 90                            y                       n
## 91                            n                       y
## 92                            n                       y
## 93                            n                       y
## 94                            n                       y
## 95                            y                       n
## 96                            y                       n
## 97                            y                       n
## 98                            y                       y
## 99                            y                       y
## 100                           y                       n
## 101                           y                       n
## 102                           y                       y
## 103                           y                       y
## 104                           y                       ?
## 105                           y                       y
## 106                           n                       n
## 107                           y                       n
## 108                           ?                       ?
## 109                           n                       y
## 110                           n                       y
## 111                           n                       y
## 112                           y                       n
## 113                           y                       y
## 114                           y                       n
## 115                           n                       y
## 116                           ?                       y
## 117                           n                       y
## 118                           n                       y
## 119                           n                       n
## 120                           y                       n
## 121                           y                       n
## 122                           y                       n
## 123                           y                       n
## 124                           y                       n
## 125                           n                       y
## 126                           y                       n
## 127                           y                       n
## 128                           n                       y
## 129                           y                       n
## 130                           n                       y
## 131                           ?                       y
## 132                           y                       n
## 133                           y                       n
## 134                           y                       n
## 135                           y                       n
## 136                           y                       n
## 137                           y                       n
## 138                           y                       y
## 139                           y                       y
## 140                           y                       y
## 141                           n                       y
## 142                           y                       y
## 143                           y                       y
## 144                           n                       y
## 145                           y                       y
## 146                           y                       y
## 147                           y                       n
## 148                           n                       y
## 149                           y                       n
## 150                           n                       y
## 151                           y                       n
## 152                           y                       n
## 153                           y                       n
## 154                           y                       y
## 155                           y                       n
## 156                           y                       n
## 157                           y                       y
## 158                           y                       n
## 159                           y                       n
## 160                           y                       y
## 161                           y                       n
## 162                           y                       y
## 163                           y                       y
## 164                           y                       y
## 165                           y                       n
## 166                           y                       y
## 167                           y                       y
## 168                           y                       y
## 169                           y                       n
## 170                           n                       y
## 171                           n                       ?
## 172                           y                       n
## 173                           n                       y
## 174                           y                       n
## 175                           n                       y
## 176                           n                       y
## 177                           n                       y
## 178                           n                       y
## 179                           n                       y
## 180                           n                       y
## 181                           n                       y
## 182                           n                       y
## 183                           n                       y
## 184                           ?                       ?
## 185                           n                       y
## 186                           n                       y
## 187                           n                       y
## 188                           n                       y
## 189                           y                       y
## 190                           n                       y
## 191                           y                       n
## 192                           y                       n
## 193                           y                       y
## 194                           n                       y
## 195                           y                       y
## 196                           y                       n
## 197                           y                       y
## 198                           y                       n
## 199                           n                       y
## 200                           n                       y
## 201                           n                       y
## 202                           n                       y
## 203                           y                       y
## 204                           n                       y
## 205                           y                       y
## 206                           y                       y
## 207                           y                       n
## 208                           y                       y
## 209                           n                       y
## 210                           n                       y
## 211                           y                       y
## 212                           y                       n
## 213                           n                       y
## 214                           y                       n
## 215                           y                       n
## 216                           y                       n
## 217                           y                       n
## 218                           y                       n
## 219                           n                       y
## 220                           n                       n
## 221                           n                       y
## 222                           y                       n
## 223                           n                       y
## 224                           n                       n
## 225                           y                       n
## 226                           y                       n
## 227                           y                       y
## 228                           n                       y
## 229                           y                       n
## 230                           y                       y
## 231                           y                       n
## 232                           y                       n
## 233                           n                       y
## 234                           y                       n
## 235                           y                       y
## 236                           y                       n
## 237                           n                       y
## 238                           y                       y
## 239                           n                       y
## 240                           y                       y
## 241                           y                       y
## 242                           n                       y
## 243                           y                       y
## 244                           n                       y
## 245                           n                       n
## 246                           n                       y
## 247                           n                       y
## 248                           y                       ?
## 249                           ?                       ?
## 250                           n                       y
## 251                           y                       n
## 252                           y                       n
## 253                           y                       y
## 254                           y                       n
## 255                           n                       y
## 256                           n                       y
## 257                           n                       n
## 258                           n                       n
## 259                           n                       y
## 260                           n                       y
## 261                           n                       y
## 262                           ?                       y
## 263                           n                       y
## 264                           n                       y
## 265                           n                       y
## 266                           n                       y
## 267                           y                       n
## 268                           n                       y
## 269                           n                       y
## 270                           n                       y
## 271                           n                       y
## 272                           y                       y
## 273                           n                       y
## 274                           n                       y
## 275                           n                       y
## 276                           y                       n
## 277                           y                       n
## 278                           y                       y
## 279                           y                       n
## 280                           y                       n
## 281                           n                       y
## 282                           y                       y
## 283                           y                       n
## 284                           y                       n
## 285                           y                       y
## 286                           y                       y
## 287                           y                       ?
## 288                           y                       y
## 289                           y                       n
## 290                           y                       n
## 291                           y                       ?
## 292                           y                       y
## 293                           y                       y
## 294                           y                       y
## 295                           y                       y
## 296                           y                       ?
## 297                           y                       n
## 298                           y                       y
## 299                           n                       y
## 300                           y                       y
## 301                           n                       y
## 302                           y                       y
## 303                           y                       y
## 304                           y                       n
## 305                           y                       n
## 306                           y                       n
## 307                           y                       n
## 308                           y                       y
## 309                           y                       n
## 310                           y                       y
## 311                           y                       n
## 312                           y                       y
## 313                           n                       y
## 314                           y                       n
## 315                           y                       y
## 316                           y                       y
## 317                           y                       n
## 318                           n                       y
## 319                           n                       y
## 320                           n                       y
## 321                           y                       n
## 322                           n                       y
## 323                           y                       n
## 324                           y                       n
## 325                           y                       n
## 326                           y                       n
## 327                           n                       y
## 328                           y                       n
## 329                           n                       y
## 330                           y                       y
## 331                           y                       n
## 332                           n                       y
## 333                           n                       y
## 334                           n                       y
## 335                           y                       y
## 336                           y                       n
## 337                           y                       y
## 338                           n                       y
## 339                           n                       y
## 340                           y                       n
## 341                           y                       n
## 342                           y                       y
## 343                           ?                       y
## 344                           n                       y
## 345                           n                       y
## 346                           y                       y
## 347                           y                       n
## 348                           y                       n
## 349                           n                       y
## 350                           y                       y
## 351                           y                       y
## 352                           y                       y
## 353                           y                       y
## 354                           y                       y
## 355                           y                       y
## 356                           n                       n
## 357                           y                       n
## 358                           y                       n
## 359                           y                       y
## 360                           y                       n
## 361                           y                       y
## 362                           y                       y
## 363                           y                       y
## 364                           y                       n
## 365                           y                       n
## 366                           y                       n
## 367                           n                       y
## 368                           y                       y
## 369                           y                       y
## 370                           y                       n
## 371                           y                       y
## 372                           n                       y
## 373                           y                       n
## 374                           y                       n
## 375                           y                       n
## 376                           y                       n
## 377                           n                       y
## 378                           y                       ?
## 379                           y                       n
## 380                           y                       n
## 381                           y                       ?
## 382                           y                       y
## 383                           y                       n
## 384                           y                       n
## 385                           y                       n
## 386                           y                       n
## 387                           y                       n
## 388                           y                       n
## 389                           y                       n
## 390                           n                       y
## 391                           y                       ?
## 392                           n                       n
## 393                           y                       n
## 394                           y                       n
## 395                           y                       n
## 396                           n                       n
## 397                           y                       n
## 398                           ?                       n
## 399                           y                       n
## 400                           y                       n
## 401                           y                       n
## 402                           y                       n
## 403                           y                       y
## 404                           y                       n
## 405                           y                       n
## 406                           y                       n
## 407                           y                       n
## 408                           y                       n
## 409                           y                       y
## 410                           y                       n
## 411                           y                       n
## 412                           y                       y
## 413                           y                       n
## 414                           y                       y
## 415                           n                       y
## 416                           y                       y
## 417                           y                       n
## 418                           n                       y
## 419                           n                       y
## 420                           n                       y
## 421                           y                       y
## 422                           y                       y
## 423                           y                       y
## 424                           y                       y
## 425                           ?                       y
## 426                           n                       y
## 427                           n                       y
## 428                           y                       y
## 429                           n                       y
## 430                           n                       y
## 431                           y                       n
## 432                           n                       y
## 433                           y                       n
## 434                           y                       ?
## 435                           y                       n
##     aid_to_nicaraguan_contras mx_missile immigration
## 1                           n          n           y
## 2                           n          n           n
## 3                           n          n           n
## 4                           n          n           n
## 5                           n          n           n
## 6                           n          n           n
## 7                           n          n           n
## 8                           n          n           n
## 9                           n          n           n
## 10                          y          y           n
## 11                          n          n           n
## 12                          n          n           n
## 13                          y          y           n
## 14                          y          ?           y
## 15                          n          n           n
## 16                          n          n           y
## 17                          y          ?           y
## 18                          y          y           n
## 19                          n          n           n
## 20                          y          y           n
## 21                          y          n           n
## 22                          y          y           n
## 23                          y          y           n
## 24                          y          y           n
## 25                          y          y           n
## 26                          y          y           y
## 27                          y          y           n
## 28                          y          y           n
## 29                          y          y           n
## 30                          y          y           n
## 31                          n          n           n
## 32                          y          y           n
## 33                          y          y           y
## 34                          n          n           n
## 35                          y          y           n
## 36                          n          n           n
## 37                          n          n           y
## 38                          n          n           n
## 39                          n          n           y
## 40                          y          y           y
## 41                          y          y           n
## 42                          y          y           n
## 43                          y          y           n
## 44                          y          y           n
## 45                          y          y           n
## 46                          y          ?           n
## 47                          y          y           n
## 48                          y          ?           n
## 49                          y          n           n
## 50                          n          n           n
## 51                          y          y           n
## 52                          ?          n           n
## 53                          y          y           n
## 54                          n          n           y
## 55                          y          n           n
## 56                          n          n           y
## 57                          n          n           y
## 58                          n          n           y
## 59                          n          n           y
## 60                          n          n           y
## 61                          y          y           y
## 62                          n          n           n
## 63                          y          y           n
## 64                          y          y           n
## 65                          y          y           n
## 66                          n          n           n
## 67                          n          n           n
## 68                          n          n           y
## 69                          y          y           n
## 70                          y          y           n
## 71                          y          y           n
## 72                          y          y           y
## 73                          y          y           n
## 74                          n          y           y
## 75                          y          y           y
## 76                          n          n           y
## 77                          n          n           y
## 78                          y          y           y
## 79                          n          n           y
## 80                          n          n           y
## 81                          y          y           y
## 82                          y          ?           y
## 83                          n          n           y
## 84                          n          n           n
## 85                          n          n           y
## 86                          n          n           y
## 87                          n          n           y
## 88                          n          n           n
## 89                          n          y           y
## 90                          n          n           y
## 91                          y          y           y
## 92                          y          y           y
## 93                          y          n           y
## 94                          n          y           y
## 95                          n          n           n
## 96                          ?          ?           n
## 97                          n          n           n
## 98                          n          n           y
## 99                          y          y           y
## 100                         n          n           y
## 101                         n          n           n
## 102                         n          n           n
## 103                         n          ?           n
## 104                         n          ?           n
## 105                         y          y           y
## 106                         y          y           n
## 107                         n          n           n
## 108                         ?          ?           ?
## 109                         y          y           n
## 110                         y          y           n
## 111                         y          y           y
## 112                         n          n           y
## 113                         y          n           y
## 114                         n          n           y
## 115                         y          y           n
## 116                         y          y           y
## 117                         y          y           n
## 118                         n          n           n
## 119                         y          y           y
## 120                         n          n           n
## 121                         n          n           y
## 122                         n          n           y
## 123                         n          n           y
## 124                         y          n           n
## 125                         y          y           n
## 126                         n          n           y
## 127                         n          n           n
## 128                         y          y           y
## 129                         y          n           y
## 130                         y          ?           n
## 131                         y          y           n
## 132                         y          y           y
## 133                         n          n           y
## 134                         n          n           y
## 135                         n          n           n
## 136                         n          n           y
## 137                         n          n           y
## 138                         y          y           y
## 139                         y          y           y
## 140                         y          y           n
## 141                         y          y           y
## 142                         y          y           y
## 143                         y          y           y
## 144                         y          y           y
## 145                         y          y           y
## 146                         y          y           y
## 147                         n          n           n
## 148                         y          y           y
## 149                         n          n           y
## 150                         y          y           y
## 151                         n          n           y
## 152                         n          y           n
## 153                         y          y           y
## 154                         y          y           y
## 155                         n          n           n
## 156                         ?          n           n
## 157                         n          n           n
## 158                         y          y           n
## 159                         n          n           y
## 160                         y          y           y
## 161                         n          n           n
## 162                         n          n           n
## 163                         n          n           n
## 164                         n          n           n
## 165                         n          n           y
## 166                         y          y           y
## 167                         y          n           y
## 168                         y          n           y
## 169                         n          y           n
## 170                         y          y           y
## 171                         y          y           ?
## 172                         n          n           y
## 173                         y          y           y
## 174                         n          n           y
## 175                         y          y           n
## 176                         y          y           y
## 177                         y          y           y
## 178                         y          y           y
## 179                         y          y           y
## 180                         y          y           y
## 181                         y          y           ?
## 182                         y          y           y
## 183                         y          y           n
## 184                         ?          y           ?
## 185                         y          y           y
## 186                         y          y           y
## 187                         y          y           y
## 188                         y          y           n
## 189                         y          n           n
## 190                         y          y           n
## 191                         n          n           n
## 192                         ?          n           y
## 193                         y          y           n
## 194                         y          y           n
## 195                         ?          y           y
## 196                         n          n           n
## 197                         y          y           n
## 198                         n          n           y
## 199                         y          y           y
## 200                         y          ?           n
## 201                         y          y           n
## 202                         y          y           n
## 203                         y          y           y
## 204                         y          y           y
## 205                         n          n           n
## 206                         y          y           y
## 207                         n          n           y
## 208                         n          n           y
## 209                         y          y           n
## 210                         y          y           y
## 211                         y          y           n
## 212                         n          n           y
## 213                         y          y           n
## 214                         y          y           n
## 215                         n          n           y
## 216                         n          n           y
## 217                         n          ?           y
## 218                         n          n           y
## 219                         y          y           n
## 220                         y          y           n
## 221                         y          y           n
## 222                         n          n           n
## 223                         y          y           n
## 224                         n          n           n
## 225                         n          n           y
## 226                         n          n           n
## 227                         y          y           n
## 228                         y          y           n
## 229                         n          n           n
## 230                         n          y           y
## 231                         n          n           n
## 232                         n          y           y
## 233                         y          n           n
## 234                         n          n           y
## 235                         y          y           y
## 236                         n          n           y
## 237                         y          y           n
## 238                         y          n           n
## 239                         y          ?           y
## 240                         n          n           y
## 241                         ?          y           n
## 242                         y          y           y
## 243                         n          n           n
## 244                         y          ?           y
## 245                         y          y           y
## 246                         y          y           y
## 247                         y          y           n
## 248                         n          n           n
## 249                         ?          ?           ?
## 250                         y          ?           n
## 251                         n          n           n
## 252                         n          n           n
## 253                         y          y           n
## 254                         n          n           n
## 255                         y          y           y
## 256                         y          y           y
## 257                         n          n           n
## 258                         n          n           n
## 259                         y          y           n
## 260                         y          y           n
## 261                         y          y           y
## 262                         y          y           n
## 263                         y          y           y
## 264                         y          y           n
## 265                         y          y           n
## 266                         y          y           y
## 267                         n          n           y
## 268                         y          y           y
## 269                         y          y           n
## 270                         y          y           n
## 271                         y          y           n
## 272                         y          y           n
## 273                         y          y           y
## 274                         y          n           y
## 275                         n          n           y
## 276                         n          n           n
## 277                         n          n           n
## 278                         y          n           y
## 279                         n          n           n
## 280                         n          n           y
## 281                         y          y           y
## 282                         y          n           n
## 283                         n          n           y
## 284                         n          n           n
## 285                         y          y           y
## 286                         y          y           y
## 287                         y          ?           y
## 288                         y          y           n
## 289                         y          n           y
## 290                         y          n           y
## 291                         y          y           y
## 292                         y          y           y
## 293                         y          n           y
## 294                         y          y           y
## 295                         y          n           y
## 296                         ?          n           y
## 297                         n          n           y
## 298                         y          y           y
## 299                         y          y           y
## 300                         y          y           y
## 301                         y          y           y
## 302                         y          y           n
## 303                         n          n           y
## 304                         n          n           n
## 305                         n          n           y
## 306                         n          n           y
## 307                         n          n           n
## 308                         y          y           n
## 309                         n          n           y
## 310                         y          y           y
## 311                         n          n           y
## 312                         y          y           y
## 313                         y          y           y
## 314                         n          n           y
## 315                         y          n           n
## 316                         ?          n           n
## 317                         y          y           n
## 318                         y          y           y
## 319                         y          y           n
## 320                         y          y           n
## 321                         y          y           y
## 322                         y          y           y
## 323                         ?          n           n
## 324                         y          ?           y
## 325                         n          n           n
## 326                         n          ?           n
## 327                         y          y           n
## 328                         n          n           n
## 329                         y          y           n
## 330                         y          y           y
## 331                         n          n           y
## 332                         y          y           n
## 333                         y          y           n
## 334                         y          y           n
## 335                         y          ?           n
## 336                         n          n           y
## 337                         y          n           n
## 338                         y          y           n
## 339                         y          y           y
## 340                         n          n           n
## 341                         n          n           y
## 342                         y          y           y
## 343                         n          n           y
## 344                         n          y           y
## 345                         y          y           y
## 346                         n          n           y
## 347                         n          n           y
## 348                         n          n           y
## 349                         y          y           y
## 350                         y          y           n
## 351                         n          y           n
## 352                         y          y           y
## 353                         y          y           n
## 354                         n          n           y
## 355                         y          y           y
## 356                         y          y           y
## 357                         n          n           n
## 358                         n          n           n
## 359                         y          y           y
## 360                         n          n           y
## 361                         y          y           y
## 362                         n          y           y
## 363                         y          y           y
## 364                         n          n           y
## 365                         n          n           n
## 366                         n          n           y
## 367                         y          n           y
## 368                         y          n           y
## 369                         y          n           y
## 370                         n          n           n
## 371                         y          n           y
## 372                         y          y           y
## 373                         n          n           n
## 374                         y          n           y
## 375                         n          n           n
## 376                         n          n           n
## 377                         y          y           n
## 378                         ?          n           n
## 379                         n          n           n
## 380                         n          n           n
## 381                         y          y           n
## 382                         y          y           y
## 383                         n          n           n
## 384                         y          y           y
## 385                         n          n           n
## 386                         n          n           n
## 387                         y          n           n
## 388                         y          y           n
## 389                         n          n           n
## 390                         y          y           ?
## 391                         n          n           n
## 392                         y          y           n
## 393                         n          n           n
## 394                         y          y           n
## 395                         n          n           n
## 396                         y          n           n
## 397                         y          n           n
## 398                         n          n           n
## 399                         y          n           n
## 400                         n          n           y
## 401                         ?          n           n
## 402                         n          n           y
## 403                         y          y           y
## 404                         n          n           y
## 405                         n          n           y
## 406                         n          n           n
## 407                         n          y           y
## 408                         n          n           n
## 409                         y          y           n
## 410                         n          n           n
## 411                         n          n           n
## 412                         y          y           y
## 413                         n          n           y
## 414                         y          n           y
## 415                         y          y           n
## 416                         y          ?           y
## 417                         n          n           y
## 418                         y          y           y
## 419                         y          n           y
## 420                         y          y           n
## 421                         y          n           y
## 422                         y          n           n
## 423                         y          y           n
## 424                         y          y           n
## 425                         y          y           y
## 426                         y          n           y
## 427                         y          y           y
## 428                         y          n           y
## 429                         y          y           y
## 430                         y          y           y
## 431                         n          y           y
## 432                         y          y           y
## 433                         n          n           n
## 434                         ?          ?           ?
## 435                         n          n           y
##     synfuels_corporation_cutback education_spending superfund_right_to_sue
## 1                              ?                  y                      y
## 2                              n                  y                      y
## 3                              y                  n                      y
## 4                              y                  n                      y
## 5                              y                  ?                      y
## 6                              n                  n                      y
## 7                              n                  n                      ?
## 8                              n                  n                      y
## 9                              n                  y                      y
## 10                             n                  n                      n
## 11                             ?                  ?                      y
## 12                             y                  ?                      y
## 13                             n                  n                      y
## 14                             y                  ?                      n
## 15                             n                  y                      ?
## 16                             n                  y                      y
## 17                             y                  y                      ?
## 18                             n                  n                      y
## 19                             n                  ?                      y
## 20                             y                  n                      n
## 21                             y                  n                      n
## 22                             n                  n                      ?
## 23                             n                  ?                      n
## 24                             n                  n                      n
## 25                             n                  n                      n
## 26                             n                  n                      n
## 27                             y                  n                      n
## 28                             y                  n                      n
## 29                             n                  y                      y
## 30                             y                  n                      n
## 31                             n                  y                      y
## 32                             y                  n                      n
## 33                             n                  n                      y
## 34                             n                  y                      y
## 35                             n                  n                      n
## 36                             n                  y                      y
## 37                             n                  y                      ?
## 38                             n                  n                      y
## 39                             n                  y                      y
## 40                             y                  n                      y
## 41                             ?                  n                      n
## 42                             n                  n                      n
## 43                             n                  n                      n
## 44                             n                  n                      n
## 45                             y                  n                      n
## 46                             y                  n                      n
## 47                             n                  n                      n
## 48                             n                  n                      n
## 49                             n                  n                      n
## 50                             n                  y                      y
## 51                             y                  n                      n
## 52                             n                  y                      y
## 53                             n                  n                      n
## 54                             n                  y                      y
## 55                             y                  y                      n
## 56                             y                  y                      y
## 57                             y                  y                      y
## 58                             n                  y                      y
## 59                             n                  y                      y
## 60                             n                  y                      y
## 61                             n                  n                      n
## 62                             n                  y                      y
## 63                             n                  n                      n
## 64                             y                  n                      n
## 65                             y                  ?                      n
## 66                             n                  y                      y
## 67                             y                  y                      y
## 68                             n                  y                      y
## 69                             n                  n                      y
## 70                             n                  n                      n
## 71                             n                  n                      y
## 72                             y                  n                      n
## 73                             y                  n                      n
## 74                             n                  n                      y
## 75                             y                  n                      n
## 76                             y                  n                      y
## 77                             y                  y                      y
## 78                             y                  y                      y
## 79                             y                  n                      y
## 80                             n                  y                      y
## 81                             n                  y                      n
## 82                             y                  y                      n
## 83                             n                  y                      y
## 84                             n                  y                      y
## 85                             n                  y                      y
## 86                             y                  y                      y
## 87                             n                  y                      y
## 88                             n                  y                      y
## 89                             y                  n                      y
## 90                             n                  ?                      y
## 91                             n                  n                      n
## 92                             y                  n                      n
## 93                             y                  n                      n
## 94                             y                  n                      n
## 95                             n                  n                      n
## 96                             y                  ?                      ?
## 97                             y                  y                      y
## 98                             y                  n                      n
## 99                             n                  n                      n
## 100                            ?                  y                      y
## 101                            y                  y                      n
## 102                            y                  n                      n
## 103                            y                  n                      y
## 104                            n                  n                      n
## 105                            ?                  n                      y
## 106                            y                  n                      n
## 107                            n                  y                      y
## 108                            ?                  ?                      ?
## 109                            n                  n                      n
## 110                            n                  n                      n
## 111                            n                  n                      n
## 112                            n                  y                      y
## 113                            n                  n                      n
## 114                            n                  y                      y
## 115                            n                  n                      n
## 116                            ?                  ?                      n
## 117                            y                  n                      n
## 118                            n                  y                      y
## 119                            y                  n                      n
## 120                            n                  y                      y
## 121                            n                  y                      y
## 122                            n                  y                      y
## 123                            n                  y                      n
## 124                            n                  y                      y
## 125                            n                  n                      n
## 126                            n                  y                      y
## 127                            n                  y                      y
## 128                            y                  n                      n
## 129                            y                  n                      n
## 130                            ?                  ?                      ?
## 131                            n                  n                      n
## 132                            n                  n                      n
## 133                            n                  y                      y
## 134                            n                  y                      y
## 135                            n                  y                      y
## 136                            n                  y                      y
## 137                            y                  y                      y
## 138                            n                  n                      n
## 139                            n                  n                      n
## 140                            n                  n                      n
## 141                            n                  n                      y
## 142                            n                  y                      y
## 143                            n                  y                      y
## 144                            y                  n                      n
## 145                            n                  n                      n
## 146                            n                  n                      n
## 147                            n                  y                      y
## 148                            n                  y                      y
## 149                            y                  y                      y
## 150                            n                  n                      y
## 151                            n                  y                      y
## 152                            y                  ?                      y
## 153                            y                  n                      y
## 154                            y                  n                      y
## 155                            n                  y                      y
## 156                            y                  y                      y
## 157                            n                  y                      y
## 158                            y                  n                      ?
## 159                            n                  y                      y
## 160                            y                  n                      n
## 161                            n                  y                      y
## 162                            n                  y                      y
## 163                            y                  y                      y
## 164                            n                  y                      y
## 165                            y                  y                      y
## 166                            y                  n                      y
## 167                            n                  y                      n
## 168                            y                  y                      n
## 169                            n                  n                      y
## 170                            y                  n                      n
## 171                            n                  n                      n
## 172                            n                  y                      y
## 173                            n                  n                      ?
## 174                            y                  y                      y
## 175                            n                  n                      n
## 176                            n                  n                      n
## 177                            n                  n                      n
## 178                            y                  ?                      n
## 179                            y                  ?                      n
## 180                            n                  n                      n
## 181                            ?                  n                      n
## 182                            y                  n                      n
## 183                            n                  n                      n
## 184                            ?                  ?                      ?
## 185                            y                  n                      n
## 186                            n                  ?                      n
## 187                            y                  n                      n
## 188                            n                  n                      n
## 189                            n                  y                      ?
## 190                            n                  n                      n
## 191                            n                  y                      y
## 192                            n                  y                      y
## 193                            y                  n                      n
## 194                            n                  n                      n
## 195                            y                  n                      n
## 196                            n                  y                      y
## 197                            y                  y                      n
## 198                            n                  n                      n
## 199                            y                  n                      ?
## 200                            y                  n                      n
## 201                            n                  n                      n
## 202                            n                  n                      n
## 203                            y                  n                      n
## 204                            n                  n                      n
## 205                            n                  y                      y
## 206                            n                  y                      n
## 207                            n                  y                      n
## 208                            n                  y                      y
## 209                            n                  ?                      n
## 210                            y                  n                      n
## 211                            n                  n                      n
## 212                            n                  y                      y
## 213                            y                  n                      n
## 214                            y                  n                      y
## 215                            n                  y                      y
## 216                            y                  y                      y
## 217                            n                  n                      n
## 218                            n                  y                      y
## 219                            ?                  n                      n
## 220                            y                  n                      n
## 221                            n                  n                      n
## 222                            y                  n                      n
## 223                            y                  n                      n
## 224                            n                  y                      y
## 225                            n                  ?                      y
## 226                            n                  y                      y
## 227                            y                  n                      n
## 228                            n                  n                      n
## 229                            n                  y                      y
## 230                            n                  y                      y
## 231                            n                  y                      y
## 232                            n                  y                      y
## 233                            y                  n                      n
## 234                            n                  y                      y
## 235                            n                  y                      n
## 236                            n                  y                      n
## 237                            n                  n                      n
## 238                            n                  y                      y
## 239                            n                  n                      n
## 240                            n                  n                      n
## 241                            n                  y                      y
## 242                            y                  n                      n
## 243                            n                  ?                      n
## 244                            n                  n                      y
## 245                            n                  n                      n
## 246                            y                  n                      n
## 247                            n                  n                      n
## 248                            n                  ?                      y
## 249                            ?                  ?                      ?
## 250                            y                  n                      n
## 251                            n                  y                      y
## 252                            n                  y                      y
## 253                            n                  n                      n
## 254                            n                  y                      y
## 255                            n                  n                      n
## 256                            n                  n                      n
## 257                            n                  y                      n
## 258                            n                  y                      n
## 259                            y                  n                      n
## 260                            n                  n                      n
## 261                            n                  n                      n
## 262                            ?                  ?                      n
## 263                            n                  n                      ?
## 264                            n                  n                      n
## 265                            n                  n                      n
## 266                            n                  n                      n
## 267                            n                  y                      n
## 268                            n                  n                      n
## 269                            n                  n                      n
## 270                            n                  n                      n
## 271                            n                  n                      n
## 272                            ?                  n                      n
## 273                            n                  n                      n
## 274                            n                  y                      y
## 275                            n                  n                      n
## 276                            ?                  n                      y
## 277                            n                  y                      y
## 278                            n                  n                      n
## 279                            n                  y                      y
## 280                            n                  y                      y
## 281                            n                  n                      n
## 282                            n                  n                      n
## 283                            n                  ?                      y
## 284                            n                  y                      y
## 285                            y                  n                      n
## 286                            y                  n                      n
## 287                            y                  y                      n
## 288                            y                  n                      y
## 289                            y                  n                      y
## 290                            y                  n                      y
## 291                            n                  n                      y
## 292                            n                  ?                      n
## 293                            y                  n                      y
## 294                            y                  n                      y
## 295                            y                  n                      y
## 296                            n                  y                      ?
## 297                            n                  y                      y
## 298                            n                  n                      ?
## 299                            y                  n                      n
## 300                            n                  n                      y
## 301                            n                  y                      y
## 302                            n                  n                      n
## 303                            n                  y                      y
## 304                            n                  y                      y
## 305                            n                  y                      y
## 306                            n                  y                      y
## 307                            n                  y                      y
## 308                            n                  n                      n
## 309                            n                  y                      y
## 310                            n                  n                      n
## 311                            n                  y                      y
## 312                            n                  n                      y
## 313                            n                  n                      n
## 314                            n                  y                      y
## 315                            y                  y                      y
## 316                            n                  n                      ?
## 317                            y                  y                      y
## 318                            n                  n                      n
## 319                            n                  n                      n
## 320                            n                  n                      n
## 321                            n                  n                      y
## 322                            n                  n                      y
## 323                            y                  n                      y
## 324                            n                  n                      y
## 325                            y                  y                      y
## 326                            n                  y                      y
## 327                            y                  n                      n
## 328                            n                  y                      y
## 329                            y                  n                      n
## 330                            n                  n                      n
## 331                            n                  y                      y
## 332                            n                  n                      n
## 333                            y                  n                      n
## 334                            n                  n                      n
## 335                            y                  y                      n
## 336                            y                  y                      y
## 337                            y                  n                      n
## 338                            n                  n                      n
## 339                            n                  n                      n
## 340                            y                  y                      y
## 341                            y                  y                      n
## 342                            y                  n                      ?
## 343                            y                  n                      y
## 344                            n                  n                      n
## 345                            y                  n                      n
## 346                            n                  y                      n
## 347                            n                  y                      y
## 348                            n                  y                      y
## 349                            n                  y                      n
## 350                            n                  y                      y
## 351                            y                  n                      n
## 352                            n                  y                      y
## 353                            y                  n                      y
## 354                            y                  y                      y
## 355                            n                  ?                      n
## 356                            n                  n                      n
## 357                            n                  y                      y
## 358                            n                  y                      y
## 359                            y                  y                      y
## 360                            ?                  y                      y
## 361                            n                  n                      y
## 362                            n                  n                      y
## 363                            y                  y                      y
## 364                            y                  n                      y
## 365                            y                  n                      y
## 366                            y                  n                      y
## 367                            y                  n                      n
## 368                            y                  n                      n
## 369                            n                  n                      n
## 370                            n                  n                      y
## 371                            ?                  ?                      n
## 372                            n                  n                      n
## 373                            y                  y                      ?
## 374                            ?                  n                      y
## 375                            n                  y                      y
## 376                            y                  y                      n
## 377                            y                  n                      n
## 378                            ?                  ?                      y
## 379                            n                  y                      y
## 380                            n                  y                      y
## 381                            y                  n                      y
## 382                            y                  n                      y
## 383                            y                  n                      y
## 384                            y                  n                      n
## 385                            y                  y                      y
## 386                            y                  y                      y
## 387                            y                  n                      n
## 388                            y                  n                      n
## 389                            n                  y                      y
## 390                            y                  n                      n
## 391                            y                  y                      n
## 392                            y                  n                      n
## 393                            y                  y                      y
## 394                            n                  y                      y
## 395                            y                  n                      y
## 396                            y                  ?                      n
## 397                            y                  n                      y
## 398                            y                  n                      y
## 399                            n                  n                      n
## 400                            n                  y                      y
## 401                            ?                  ?                      ?
## 402                            y                  y                      y
## 403                            n                  y                      n
## 404                            n                  y                      ?
## 405                            n                  y                      y
## 406                            n                  y                      y
## 407                            n                  n                      y
## 408                            y                  y                      y
## 409                            n                  y                      ?
## 410                            n                  y                      y
## 411                            y                  y                      y
## 412                            y                  n                      n
## 413                            n                  y                      y
## 414                            ?                  ?                      ?
## 415                            n                  n                      n
## 416                            n                  n                      n
## 417                            n                  n                      y
## 418                            y                  n                      y
## 419                            n                  n                      n
## 420                            n                  n                      n
## 421                            n                  n                      y
## 422                            y                  n                      y
## 423                            y                  n                      n
## 424                            y                  n                      n
## 425                            y                  n                      ?
## 426                            y                  n                      n
## 427                            n                  n                      n
## 428                            n                  y                      y
## 429                            n                  n                      y
## 430                            n                  y                      n
## 431                            n                  y                      y
## 432                            n                  n                      n
## 433                            y                  y                      y
## 434                            n                  y                      y
## 435                            n                  y                      y
##     crime duty_free_exports export_administration_act_south_africa
## 1       y                 n                                      y
## 2       y                 n                                      ?
## 3       y                 n                                      n
## 4       n                 n                                      y
## 5       y                 y                                      y
## 6       y                 y                                      y
## 7       y                 y                                      y
## 8       y                 ?                                      y
## 9       y                 n                                      y
## 10      n                 ?                                      ?
## 11      y                 n                                      n
## 12      y                 ?                                      ?
## 13      n                 ?                                      ?
## 14      n                 y                                      ?
## 15      ?                 n                                      ?
## 16      ?                 n                                      ?
## 17      n                 n                                      y
## 18      n                 y                                      y
## 19      y                 n                                      n
## 20      n                 y                                      y
## 21      n                 y                                      y
## 22      ?                 y                                      y
## 23      n                 y                                      y
## 24      n                 y                                      y
## 25      n                 y                                      ?
## 26      n                 y                                      y
## 27      n                 y                                      y
## 28      n                 y                                      y
## 29      y                 n                                      y
## 30      n                 y                                      y
## 31      y                 n                                      n
## 32      n                 y                                      ?
## 33      n                 y                                      y
## 34      y                 n                                      y
## 35      n                 y                                      y
## 36      y                 n                                      n
## 37      y                 n                                      y
## 38      y                 n                                      y
## 39      y                 n                                      n
## 40      n                 y                                      y
## 41      n                 n                                      ?
## 42      n                 y                                      ?
## 43      n                 n                                      y
## 44      n                 y                                      y
## 45      n                 n                                      ?
## 46      n                 y                                      ?
## 47      n                 n                                      y
## 48      n                 n                                      ?
## 49      y                 n                                      y
## 50      y                 n                                      n
## 51      n                 y                                      y
## 52      y                 n                                      y
## 53      n                 ?                                      ?
## 54      y                 n                                      n
## 55      y                 n                                      ?
## 56      y                 n                                      n
## 57      y                 n                                      y
## 58      y                 n                                      y
## 59      y                 n                                      y
## 60      y                 n                                      ?
## 61      n                 y                                      ?
## 62      y                 n                                      n
## 63      n                 n                                      ?
## 64      n                 n                                      y
## 65      n                 n                                      y
## 66      y                 n                                      y
## 67      y                 n                                      y
## 68      y                 n                                      n
## 69      n                 y                                      y
## 70      n                 y                                      y
## 71      n                 y                                      ?
## 72      y                 n                                      y
## 73      n                 y                                      ?
## 74      y                 n                                      y
## 75      y                 y                                      y
## 76      y                 n                                      n
## 77      y                 n                                      ?
## 78      y                 n                                      y
## 79      y                 n                                      y
## 80      y                 n                                      n
## 81      y                 n                                      ?
## 82      y                 n                                      y
## 83      y                 n                                      y
## 84      y                 n                                      n
## 85      y                 n                                      n
## 86      y                 n                                      y
## 87      y                 n                                      n
## 88      y                 n                                      n
## 89      y                 n                                      y
## 90      y                 n                                      ?
## 91      n                 y                                      y
## 92      n                 y                                      y
## 93      ?                 y                                      y
## 94      n                 y                                      y
## 95      n                 n                                      y
## 96      ?                 y                                      y
## 97      y                 n                                      y
## 98      y                 n                                      y
## 99      n                 n                                      y
## 100     y                 n                                      n
## 101     y                 n                                      y
## 102     y                 n                                      y
## 103     y                 y                                      ?
## 104     y                 ?                                      n
## 105     y                 n                                      ?
## 106     n                 y                                      y
## 107     y                 n                                      y
## 108     y                 ?                                      ?
## 109     n                 y                                      ?
## 110     n                 y                                      ?
## 111     n                 y                                      y
## 112     y                 n                                      y
## 113     n                 y                                      ?
## 114     y                 n                                      n
## 115     n                 y                                      ?
## 116     n                 y                                      y
## 117     n                 y                                      y
## 118     y                 n                                      y
## 119     n                 y                                      y
## 120     y                 n                                      n
## 121     y                 ?                                      y
## 122     y                 n                                      y
## 123     y                 n                                      y
## 124     y                 n                                      y
## 125     n                 y                                      y
## 126     y                 n                                      y
## 127     y                 n                                      n
## 128     y                 y                                      y
## 129     n                 y                                      y
## 130     ?                 ?                                      ?
## 131     n                 y                                      ?
## 132     y                 n                                      y
## 133     y                 n                                      ?
## 134     y                 n                                      y
## 135     y                 n                                      ?
## 136     y                 n                                      n
## 137     n                 n                                      y
## 138     y                 y                                      y
## 139     y                 n                                      y
## 140     n                 y                                      y
## 141     y                 n                                      y
## 142     y                 ?                                      y
## 143     y                 n                                      y
## 144     y                 y                                      y
## 145     y                 n                                      ?
## 146     y                 ?                                      y
## 147     y                 n                                      y
## 148     y                 y                                      y
## 149     y                 n                                      y
## 150     n                 y                                      y
## 151     y                 n                                      y
## 152     y                 n                                      n
## 153     n                 y                                      y
## 154     y                 n                                      y
## 155     y                 n                                      n
## 156     y                 n                                      n
## 157     y                 n                                      n
## 158     ?                 ?                                      ?
## 159     y                 n                                      n
## 160     ?                 n                                      ?
## 161     y                 y                                      y
## 162     y                 n                                      y
## 163     y                 n                                      y
## 164     y                 n                                      y
## 165     y                 n                                      ?
## 166     n                 y                                      ?
## 167     y                 y                                      y
## 168     y                 y                                      y
## 169     y                 y                                      ?
## 170     y                 n                                      y
## 171     n                 y                                      ?
## 172     y                 n                                      y
## 173     n                 y                                      y
## 174     y                 n                                      y
## 175     n                 y                                      ?
## 176     n                 y                                      y
## 177     y                 y                                      y
## 178     n                 y                                      y
## 179     n                 y                                      ?
## 180     n                 y                                      y
## 181     n                 ?                                      ?
## 182     n                 y                                      y
## 183     n                 y                                      y
## 184     ?                 ?                                      ?
## 185     n                 y                                      y
## 186     n                 y                                      y
## 187     n                 y                                      y
## 188     n                 y                                      ?
## 189     y                 ?                                      ?
## 190     n                 y                                      y
## 191     y                 n                                      ?
## 192     y                 n                                      ?
## 193     y                 y                                      y
## 194     n                 y                                      y
## 195     n                 y                                      y
## 196     y                 n                                      ?
## 197     y                 y                                      ?
## 198     y                 n                                      y
## 199     n                 y                                      ?
## 200     n                 y                                      ?
## 201     y                 y                                      y
## 202     n                 y                                      y
## 203     n                 y                                      y
## 204     n                 y                                      y
## 205     y                 n                                      y
## 206     n                 n                                      y
## 207     y                 n                                      y
## 208     y                 n                                      y
## 209     n                 y                                      y
## 210     n                 n                                      y
## 211     n                 y                                      y
## 212     y                 n                                      y
## 213     n                 y                                      y
## 214     n                 y                                      y
## 215     y                 n                                      y
## 216     y                 y                                      ?
## 217     y                 y                                      ?
## 218     y                 n                                      n
## 219     n                 y                                      ?
## 220     y                 y                                      y
## 221     n                 y                                      ?
## 222     n                 y                                      ?
## 223     n                 y                                      ?
## 224     y                 n                                      y
## 225     y                 n                                      n
## 226     y                 n                                      y
## 227     y                 y                                      y
## 228     n                 ?                                      y
## 229     ?                 n                                      y
## 230     y                 n                                      y
## 231     y                 n                                      y
## 232     y                 n                                      y
## 233     n                 y                                      ?
## 234     y                 n                                      y
## 235     y                 y                                      ?
## 236     y                 n                                      y
## 237     n                 y                                      y
## 238     n                 n                                      y
## 239     n                 y                                      ?
## 240     y                 y                                      y
## 241     y                 n                                      y
## 242     y                 y                                      y
## 243     y                 y                                      y
## 244     n                 y                                      y
## 245     n                 y                                      y
## 246     n                 y                                      y
## 247     y                 ?                                      y
## 248     y                 n                                      n
## 249     ?                 ?                                      ?
## 250     n                 y                                      y
## 251     y                 n                                      n
## 252     y                 n                                      n
## 253     n                 y                                      y
## 254     y                 n                                      y
## 255     n                 n                                      y
## 256     y                 y                                      y
## 257     y                 n                                      n
## 258     y                 ?                                      y
## 259     n                 y                                      y
## 260     n                 n                                      y
## 261     n                 n                                      y
## 262     ?                 ?                                      ?
## 263     n                 y                                      y
## 264     n                 y                                      ?
## 265     n                 y                                      ?
## 266     n                 n                                      y
## 267     y                 n                                      y
## 268     y                 n                                      y
## 269     n                 y                                      ?
## 270     n                 n                                      y
## 271     n                 y                                      y
## 272     n                 n                                      y
## 273     n                 y                                      ?
## 274     y                 ?                                      y
## 275     y                 y                                      y
## 276     y                 n                                      n
## 277     y                 y                                      n
## 278     y                 n                                      y
## 279     y                 n                                      y
## 280     y                 n                                      n
## 281     y                 n                                      y
## 282     y                 n                                      ?
## 283     y                 n                                      n
## 284     y                 n                                      y
## 285     n                 ?                                      y
## 286     n                 y                                      y
## 287     y                 y                                      ?
## 288     n                 ?                                      y
## 289     y                 y                                      y
## 290     y                 n                                      ?
## 291     y                 n                                      y
## 292     y                 n                                      y
## 293     y                 y                                      y
## 294     y                 y                                      y
## 295     y                 n                                      ?
## 296     ?                 ?                                      ?
## 297     y                 y                                      y
## 298     n                 y                                      ?
## 299     n                 y                                      y
## 300     y                 y                                      y
## 301     y                 n                                      y
## 302     n                 y                                      y
## 303     y                 n                                      y
## 304     y                 n                                      n
## 305     y                 n                                      ?
## 306     y                 n                                      n
## 307     y                 n                                      n
## 308     y                 n                                      ?
## 309     y                 n                                      n
## 310     y                 y                                      y
## 311     y                 y                                      n
## 312     n                 n                                      y
## 313     n                 y                                      y
## 314     y                 n                                      y
## 315     y                 y                                      y
## 316     ?                 y                                      ?
## 317     y                 y                                      n
## 318     n                 y                                      y
## 319     n                 y                                      ?
## 320     n                 y                                      ?
## 321     y                 n                                      y
## 322     n                 n                                      y
## 323     y                 n                                      ?
## 324     y                 n                                      ?
## 325     y                 n                                      n
## 326     y                 n                                      y
## 327     y                 n                                      y
## 328     y                 n                                      y
## 329     n                 n                                      y
## 330     n                 y                                      ?
## 331     y                 n                                      n
## 332     n                 y                                      ?
## 333     n                 y                                      ?
## 334     n                 y                                      y
## 335     n                 y                                      y
## 336     y                 n                                      ?
## 337     y                 ?                                      y
## 338     n                 y                                      y
## 339     y                 y                                      y
## 340     y                 n                                      n
## 341     y                 n                                      y
## 342     ?                 y                                      y
## 343     n                 y                                      y
## 344     y                 n                                      y
## 345     n                 y                                      y
## 346     y                 y                                      y
## 347     y                 n                                      y
## 348     y                 n                                      n
## 349     n                 y                                      ?
## 350     y                 n                                      y
## 351     n                 y                                      y
## 352     y                 y                                      y
## 353     n                 y                                      ?
## 354     y                 n                                      y
## 355     n                 y                                      y
## 356     y                 y                                      y
## 357     y                 n                                      n
## 358     y                 n                                      n
## 359     y                 n                                      ?
## 360     y                 n                                      y
## 361     n                 n                                      y
## 362     y                 n                                      ?
## 363     n                 n                                      y
## 364     n                 n                                      n
## 365     y                 n                                      y
## 366     y                 n                                      n
## 367     n                 n                                      ?
## 368     n                 y                                      ?
## 369     n                 y                                      y
## 370     y                 n                                      y
## 371     n                 y                                      y
## 372     n                 y                                      ?
## 373     y                 n                                      n
## 374     y                 ?                                      y
## 375     y                 n                                      y
## 376     y                 n                                      n
## 377     n                 y                                      y
## 378     ?                 ?                                      ?
## 379     y                 n                                      y
## 380     y                 n                                      y
## 381     n                 y                                      y
## 382     y                 n                                      ?
## 383     y                 n                                      ?
## 384     n                 n                                      y
## 385     y                 n                                      y
## 386     y                 y                                      n
## 387     n                 n                                      ?
## 388     y                 n                                      ?
## 389     y                 n                                      ?
## 390     n                 y                                      ?
## 391     y                 n                                      ?
## 392     n                 y                                      n
## 393     y                 n                                      y
## 394     n                 n                                      ?
## 395     n                 n                                      y
## 396     n                 y                                      y
## 397     n                 y                                      y
## 398     y                 n                                      y
## 399     n                 n                                      y
## 400     y                 n                                      n
## 401     y                 n                                      ?
## 402     y                 n                                      n
## 403     y                 n                                      y
## 404     y                 n                                      n
## 405     y                 n                                      y
## 406     y                 n                                      y
## 407     y                 n                                      y
## 408     y                 n                                      n
## 409     y                 y                                      y
## 410     y                 n                                      n
## 411     y                 n                                      y
## 412     n                 n                                      y
## 413     y                 n                                      y
## 414     y                 n                                      y
## 415     n                 n                                      y
## 416     n                 n                                      y
## 417     y                 n                                      y
## 418     n                 n                                      y
## 419     n                 n                                      y
## 420     n                 n                                      y
## 421     y                 n                                      y
## 422     n                 y                                      y
## 423     n                 y                                      y
## 424     y                 y                                      y
## 425     y                 y                                      y
## 426     n                 y                                      ?
## 427     n                 y                                      y
## 428     y                 n                                      y
## 429     n                 y                                      y
## 430     ?                 y                                      y
## 431     y                 n                                      y
## 432     n                 n                                      y
## 433     y                 n                                      y
## 434     y                 n                                      y
## 435     y                 ?                                      n
names(AllVotingRecords)
##  [1] "Class_Name"                            
##  [2] "handicapped_infants"                   
##  [3] "water_project_cost_sharing"            
##  [4] "adoption_of_the_budget_resolution"     
##  [5] "physician_fee_freeze"                  
##  [6] "el_salvador_aid"                       
##  [7] "religious_groups_in_schools"           
##  [8] "anti_satellite_test_ban"               
##  [9] "aid_to_nicaraguan_contras"             
## [10] "mx_missile"                            
## [11] "immigration"                           
## [12] "synfuels_corporation_cutback"          
## [13] "education_spending"                    
## [14] "superfund_right_to_sue"                
## [15] "crime"                                 
## [16] "duty_free_exports"                     
## [17] "export_administration_act_south_africa"

Tidy The data And Analyse voting records

AllVotingRecords
##     Class_Name handicapped_infants water_project_cost_sharing
## 1   republican                   n                          y
## 2   republican                   n                          y
## 3     democrat                   ?                          y
## 4     democrat                   n                          y
## 5     democrat                   y                          y
## 6     democrat                   n                          y
## 7     democrat                   n                          y
## 8   republican                   n                          y
## 9   republican                   n                          y
## 10    democrat                   y                          y
## 11  republican                   n                          y
## 12  republican                   n                          y
## 13    democrat                   n                          y
## 14    democrat                   y                          y
## 15  republican                   n                          y
## 16  republican                   n                          y
## 17    democrat                   y                          n
## 18    democrat                   y                          ?
## 19  republican                   n                          y
## 20    democrat                   y                          y
## 21    democrat                   y                          y
## 22    democrat                   y                          y
## 23    democrat                   y                          ?
## 24    democrat                   y                          y
## 25    democrat                   y                          n
## 26    democrat                   y                          n
## 27    democrat                   y                          n
## 28    democrat                   y                          y
## 29  republican                   y                          n
## 30    democrat                   y                          y
## 31  republican                   n                          y
## 32    democrat                   y                          y
## 33    democrat                   y                          y
## 34  republican                   n                          y
## 35    democrat                   y                          y
## 36  republican                   n                          y
## 37  republican                   y                          ?
## 38  republican                   y                          y
## 39  republican                   n                          y
## 40    democrat                   y                          n
## 41    democrat                   y                          y
## 42    democrat                   y                          y
## 43    democrat                   y                          n
## 44    democrat                   y                          n
## 45    democrat                   y                          y
## 46    democrat                   y                          y
## 47    democrat                   y                          y
## 48    democrat                   y                          n
## 49    democrat                   y                          y
## 50  republican                   n                          ?
## 51    democrat                   y                          y
## 52  republican                   n                          y
## 53    democrat                   y                          y
## 54  republican                   y                          y
## 55    democrat                   y                          y
## 56  republican                   n                          y
## 57  republican                   n                          y
## 58  republican                   n                          y
## 59  republican                   n                          y
## 60  republican                   n                          y
## 61    democrat                   y                          y
## 62  republican                   n                          y
## 63    democrat                   y                          y
## 64    democrat                   y                          y
## 65    democrat                   y                          y
## 66  republican                   y                          y
## 67  republican                   n                          y
## 68  republican                   n                          y
## 69    democrat                   y                          ?
## 70    democrat                   y                          y
## 71    democrat                   y                          n
## 72  republican                   y                          y
## 73    democrat                   y                          y
## 74  republican                   y                          n
## 75    democrat                   y                          n
## 76    democrat                   n                          y
## 77    democrat                   n                          y
## 78    democrat                   n                          y
## 79    democrat                   y                          y
## 80  republican                   n                          n
## 81    democrat                   y                          n
## 82    democrat                   y                          n
## 83  republican                   n                          n
## 84  republican                   n                          n
## 85  republican                   n                          ?
## 86    democrat                   n                          n
## 87  republican                   n                          n
## 88  republican                   n                          n
## 89    democrat                   n                          y
## 90  republican                   n                          n
## 91    democrat                   y                          n
## 92    democrat                   y                          n
## 93    democrat                   y                          y
## 94    democrat                   y                          n
## 95    democrat                   y                          n
## 96    democrat                   y                          n
## 97    democrat                   n                          n
## 98    democrat                   y                          n
## 99    democrat                   y                          y
## 100 republican                   n                          n
## 101   democrat                   y                          n
## 102   democrat                   y                          n
## 103   democrat                   y                          n
## 104   democrat                   y                          n
## 105   democrat                   ?                          ?
## 106   democrat                   y                          y
## 107 republican                   n                          y
## 108 republican                   n                          ?
## 109   democrat                   y                          ?
## 110   democrat                   y                          ?
## 111   democrat                   n                          n
## 112 republican                   n                          ?
## 113   democrat                   n                          ?
## 114 republican                   n                          ?
## 115   democrat                   y                          ?
## 116   democrat                   n                          ?
## 117   democrat                   y                          n
## 118 republican                   y                          y
## 119   democrat                   n                          y
## 120 republican                   n                          n
## 121 republican                   n                          ?
## 122 republican                   n                          ?
## 123 republican                   n                          n
## 124 republican                   y                          ?
## 125   democrat                   n                          ?
## 126 republican                   n                          ?
## 127 republican                   n                          ?
## 128   democrat                   n                          ?
## 129   democrat                   n                          ?
## 130   democrat                   ?                          ?
## 131   democrat                   y                          ?
## 132   democrat                   n                          n
## 133 republican                   n                          n
## 134 republican                   n                          n
## 135 republican                   n                          n
## 136 republican                   n                          n
## 137 republican                   n                          y
## 138   democrat                   n                          ?
## 139   democrat                   n                          n
## 140   democrat                   y                          n
## 141 republican                   n                          n
## 142 republican                   n                          n
## 143 republican                   n                          n
## 144   democrat                   ?                          y
## 145   democrat                   n                          ?
## 146   democrat                   n                          n
## 147 republican                   n                          y
## 148   democrat                   n                          n
## 149 republican                   n                          y
## 150   democrat                   n                          n
## 151 republican                   y                          y
## 152   democrat                   y                          y
## 153   democrat                   n                          y
## 154   democrat                   n                          n
## 155 republican                   n                          y
## 156 republican                   y                          y
## 157 republican                   y                          y
## 158   democrat                   n                          y
## 159 republican                   n                          y
## 160   democrat                   n                          y
## 161   democrat                   n                          y
## 162   democrat                   n                          n
## 163   democrat                   n                          y
## 164 republican                   n                          y
## 165   democrat                   y                          y
## 166   democrat                   n                          y
## 167 republican                   y                          n
## 168 republican                   y                          n
## 169   democrat                   n                          n
## 170   democrat                   y                          n
## 171   democrat                   y                          n
## 172 republican                   n                          ?
## 173   democrat                   n                          y
## 174   democrat                   n                          n
## 175   democrat                   y                          ?
## 176   democrat                   n                          y
## 177 republican                   n                          n
## 178   democrat                   n                          n
## 179   democrat                   ?                          n
## 180   democrat                   y                          n
## 181   democrat                   ?                          ?
## 182   democrat                   n                          n
## 183   democrat                   y                          ?
## 184   democrat                   ?                          ?
## 185   democrat                   n                          n
## 186   democrat                   y                          n
## 187   democrat                   n                          y
## 188   democrat                   y                          n
## 189 republican                   y                          ?
## 190   democrat                   y                          n
## 191 republican                   n                          ?
## 192 republican                   n                          y
## 193   democrat                   n                          n
## 194   democrat                   n                          n
## 195   democrat                   n                          n
## 196 republican                   n                          n
## 197   democrat                   n                          n
## 198 republican                   n                          ?
## 199   democrat                   n                          n
## 200   democrat                   y                          y
## 201   democrat                   n                          n
## 202   democrat                   y                          y
## 203   democrat                   y                          n
## 204   democrat                   y                          n
## 205 republican                   n                          n
## 206   democrat                   n                          n
## 207 republican                   n                          n
## 208 republican                   y                          ?
## 209   democrat                   n                          n
## 210   democrat                   y                          y
## 211   democrat                   n                          n
## 212 republican                   n                          y
## 213   democrat                   n                          n
## 214   democrat                   n                          y
## 215 republican                   y                          y
## 216   democrat                   n                          y
## 217   democrat                   y                          y
## 218 republican                   n                          y
## 219   democrat                   y                          ?
## 220   democrat                   n                          y
## 221   democrat                   n                          n
## 222   democrat                   n                          y
## 223   democrat                   y                          n
## 224 republican                   n                          n
## 225 republican                   n                          y
## 226 republican                   n                          ?
## 227   democrat                   n                          n
## 228   democrat                   y                          n
## 229 republican                   n                          y
## 230 republican                   n                          y
## 231 republican                   n                          y
## 232 republican                   n                          y
## 233   democrat                   n                          y
## 234 republican                   n                          y
## 235   democrat                   n                          n
## 236 republican                   n                          n
## 237   democrat                   n                          n
## 238   democrat                   y                          n
## 239   democrat                   y                          y
## 240 republican                   n                          n
## 241 republican                   n                          n
## 242   democrat                   y                          n
## 243 republican                   n                          n
## 244   democrat                   n                          y
## 245   democrat                   y                          n
## 246   democrat                   y                          n
## 247   democrat                   n                          n
## 248 republican                   n                          y
## 249 republican                   ?                          ?
## 250   democrat                   y                          n
## 251 republican                   n                          y
## 252 republican                   n                          y
## 253   democrat                   y                          y
## 254 republican                   n                          y
## 255   democrat                   y                          n
## 256   democrat                   y                          n
## 257 republican                   n                          n
## 258 republican                   n                          n
## 259   democrat                   n                          n
## 260   democrat                   y                          n
## 261   democrat                   y                          n
## 262   democrat                   y                          n
## 263   democrat                   y                          n
## 264   democrat                   y                          n
## 265   democrat                   y                          n
## 266   democrat                   y                          n
## 267 republican                   n                          n
## 268 republican                   y                          n
## 269   democrat                   y                          n
## 270   democrat                   y                          n
## 271   democrat                   y                          y
## 272   democrat                   n                          y
## 273   democrat                   y                          n
## 274 republican                   n                          n
## 275 republican                   y                          n
## 276   democrat                   n                          n
## 277 republican                   n                          n
## 278 republican                   n                          n
## 279 republican                   n                          n
## 280 republican                   n                          n
## 281   democrat                   n                          n
## 282 republican                   y                          n
## 283 republican                   y                          n
## 284 republican                   n                          n
## 285   democrat                   n                          n
## 286   democrat                   n                          n
## 287   democrat                   n                          n
## 288   democrat                   y                          y
## 289   democrat                   y                          y
## 290   democrat                   y                          y
## 291   democrat                   y                          n
## 292   democrat                   y                          n
## 293   democrat                   y                          n
## 294   democrat                   y                          y
## 295   democrat                   n                          y
## 296 republican                   n                          y
## 297 republican                   n                          n
## 298   democrat                   y                          y
## 299   democrat                   n                          y
## 300   democrat                   n                          y
## 301 republican                   n                          n
## 302   democrat                   n                          n
## 303 republican                   n                          n
## 304 republican                   n                          n
## 305 republican                   n                          y
## 306 republican                   n                          n
## 307 republican                   n                          n
## 308   democrat                   y                          n
## 309 republican                   n                          n
## 310   democrat                   y                          n
## 311 republican                   n                          n
## 312   democrat                   n                          n
## 313   democrat                   y                          y
## 314 republican                   n                          y
## 315 republican                   n                          y
## 316 republican                   n                          y
## 317   democrat                   n                          n
## 318   democrat                   y                          n
## 319   democrat                   n                          n
## 320   democrat                   y                          n
## 321   democrat                   n                          y
## 322   democrat                   y                          y
## 323   democrat                   y                          y
## 324   democrat                   y                          y
## 325 republican                   n                          y
## 326   democrat                   n                          y
## 327   democrat                   y                          y
## 328 republican                   n                          y
## 329   democrat                   y                          y
## 330   democrat                   y                          ?
## 331 republican                   n                          y
## 332   democrat                   y                          ?
## 333   democrat                   y                          n
## 334   democrat                   n                          n
## 335   democrat                   n                          y
## 336 republican                   n                          n
## 337   democrat                   n                          n
## 338   democrat                   y                          n
## 339   democrat                   y                          n
## 340 republican                   y                          n
## 341 republican                   n                          n
## 342   democrat                   n                          ?
## 343   democrat                   n                          y
## 344 republican                   n                          n
## 345   democrat                   n                          n
## 346 republican                   n                          n
## 347 republican                   n                          n
## 348 republican                   y                          n
## 349   democrat                   y                          n
## 350 republican                   n                          y
## 351   democrat                   n                          y
## 352 republican                   n                          n
## 353   democrat                   n                          y
## 354 republican                   n                          n
## 355   democrat                   n                          y
## 356 republican                   y                          n
## 357 republican                   n                          n
## 358 republican                   n                          n
## 359   democrat                   y                          y
## 360 republican                   n                          n
## 361   democrat                   y                          n
## 362   democrat                   y                          n
## 363   democrat                   y                          y
## 364 republican                   y                          y
## 365 republican                   y                          y
## 366   democrat                   n                          y
## 367   democrat                   y                          n
## 368   democrat                   y                          y
## 369   democrat                   n                          y
## 370 republican                   n                          y
## 371   democrat                   y                          y
## 372   democrat                   y                          y
## 373   democrat                   n                          y
## 374   democrat                   n                          y
## 375 republican                   n                          y
## 376   democrat                   n                          y
## 377   democrat                   y                          ?
## 378 republican                   n                          y
## 379 republican                   n                          n
## 380 republican                   n                          n
## 381   democrat                   y                          y
## 382   democrat                   y                          y
## 383   democrat                   y                          y
## 384   democrat                   y                          y
## 385   democrat                   y                          y
## 386   democrat                   y                          y
## 387   democrat                   n                          ?
## 388   democrat                   y                          y
## 389   democrat                   n                          y
## 390   democrat                   y                          n
## 391   democrat                   ?                          ?
## 392   democrat                   y                          y
## 393 republican                   y                          y
## 394 republican                   ?                          ?
## 395   democrat                   y                          y
## 396   democrat                   y                          y
## 397   democrat                   y                          y
## 398   democrat                   y                          y
## 399   democrat                   n                          y
## 400 republican                   n                          y
## 401 republican                   n                          y
## 402 republican                   n                          y
## 403 republican                   ?                          n
## 404 republican                   n                          y
## 405 republican                   y                          y
## 406 republican                   n                          n
## 407   democrat                   y                          n
## 408   democrat                   n                          n
## 409   democrat                   y                          n
## 410 republican                   n                          n
## 411 republican                   n                          n
## 412   democrat                   y                          n
## 413 republican                   n                          n
## 414 republican                   y                          y
## 415   democrat                   y                          y
## 416   democrat                   n                          y
## 417 republican                   y                          y
## 418   democrat                   y                          y
## 419   democrat                   y                          y
## 420   democrat                   y                          y
## 421 republican                   y                          y
## 422   democrat                   n                          y
## 423   democrat                   n                          n
## 424   democrat                   n                          y
## 425   democrat                   n                          y
## 426   democrat                   n                          n
## 427   democrat                   y                          n
## 428 republican                   n                          n
## 429   democrat                   ?                          ?
## 430   democrat                   y                          n
## 431 republican                   n                          n
## 432   democrat                   n                          n
## 433 republican                   n                          ?
## 434 republican                   n                          n
## 435 republican                   n                          y
##     adoption_of_the_budget_resolution physician_fee_freeze el_salvador_aid
## 1                                   n                    y               y
## 2                                   n                    y               y
## 3                                   y                    ?               y
## 4                                   y                    n               ?
## 5                                   y                    n               y
## 6                                   y                    n               y
## 7                                   n                    y               y
## 8                                   n                    y               y
## 9                                   n                    y               y
## 10                                  y                    n               n
## 11                                  n                    y               y
## 12                                  n                    y               y
## 13                                  y                    n               n
## 14                                  y                    n               n
## 15                                  n                    y               y
## 16                                  n                    y               y
## 17                                  y                    n               n
## 18                                  y                    n               n
## 19                                  n                    y               y
## 20                                  y                    n               n
## 21                                  y                    n               n
## 22                                  y                    n               n
## 23                                  y                    n               n
## 24                                  y                    n               n
## 25                                  y                    n               n
## 26                                  y                    n               n
## 27                                  y                    n               n
## 28                                  y                    n               n
## 29                                  n                    y               y
## 30                                  y                    n               n
## 31                                  n                    y               y
## 32                                  y                    n               n
## 33                                  y                    n               n
## 34                                  n                    y               y
## 35                                  y                    n               n
## 36                                  n                    y               y
## 37                                  n                    y               y
## 38                                  n                    y               y
## 39                                  n                    y               y
## 40                                  y                    n               n
## 41                                  y                    n               n
## 42                                  y                    n               n
## 43                                  y                    n               n
## 44                                  y                    n               n
## 45                                  y                    n               n
## 46                                  y                    n               n
## 47                                  y                    n               n
## 48                                  y                    n               n
## 49                                  y                    n               n
## 50                                  n                    y               y
## 51                                  y                    n               n
## 52                                  n                    y               y
## 53                                  y                    n               n
## 54                                  n                    y               y
## 55                                  y                    n               n
## 56                                  n                    y               y
## 57                                  n                    y               y
## 58                                  n                    y               y
## 59                                  n                    y               y
## 60                                  n                    y               y
## 61                                  y                    n               n
## 62                                  n                    y               y
## 63                                  y                    n               n
## 64                                  y                    n               n
## 65                                  y                    n               n
## 66                                  n                    y               y
## 67                                  n                    y               y
## 68                                  n                    y               y
## 69                                  y                    n               n
## 70                                  y                    n               n
## 71                                  y                    n               n
## 72                                  y                    y               n
## 73                                  y                    n               n
## 74                                  y                    y               y
## 75                                  y                    n               n
## 76                                  y                    y               y
## 77                                  y                    n               y
## 78                                  y                    y               y
## 79                                  y                    n               y
## 80                                  n                    y               y
## 81                                  y                    n               n
## 82                                  y                    n               n
## 83                                  n                    y               y
## 84                                  n                    y               y
## 85                                  n                    y               y
## 86                                  y                    n               y
## 87                                  n                    y               y
## 88                                  n                    y               y
## 89                                  y                    n               y
## 90                                  n                    y               y
## 91                                  y                    n               n
## 92                                  y                    n               n
## 93                                  y                    n               n
## 94                                  y                    n               n
## 95                                  y                    n               y
## 96                                  y                    n               y
## 97                                  ?                    n               y
## 98                                  n                    n               y
## 99                                  y                    n               n
## 100                                 n                    y               y
## 101                                 n                    n               y
## 102                                 y                    n               y
## 103                                 y                    n               y
## 104                                 n                    n               y
## 105                                 ?                    ?               n
## 106                                 y                    n               n
## 107                                 n                    y               y
## 108                                 ?                    ?               ?
## 109                                 y                    n               n
## 110                                 y                    n               n
## 111                                 y                    n               n
## 112                                 n                    y               y
## 113                                 y                    n               n
## 114                                 n                    y               y
## 115                                 y                    n               n
## 116                                 y                    n               ?
## 117                                 y                    n               n
## 118                                 y                    y               y
## 119                                 y                    n               n
## 120                                 n                    y               y
## 121                                 ?                    y               y
## 122                                 n                    y               y
## 123                                 n                    y               y
## 124                                 n                    y               y
## 125                                 y                    n               n
## 126                                 n                    y               y
## 127                                 n                    y               y
## 128                                 y                    n               n
## 129                                 y                    n               n
## 130                                 y                    n               n
## 131                                 y                    n               ?
## 132                                 y                    n               n
## 133                                 n                    y               y
## 134                                 n                    y               y
## 135                                 n                    y               y
## 136                                 n                    y               y
## 137                                 n                    y               y
## 138                                 y                    n               n
## 139                                 y                    n               n
## 140                                 y                    n               n
## 141                                 n                    y               n
## 142                                 n                    y               y
## 143                                 n                    y               y
## 144                                 n                    n               n
## 145                                 n                    n               n
## 146                                 y                    n               n
## 147                                 n                    y               y
## 148                                 n                    n               n
## 149                                 n                    y               y
## 150                                 y                    n               n
## 151                                 n                    y               y
## 152                                 ?                    y               y
## 153                                 y                    n               n
## 154                                 y                    n               n
## 155                                 n                    y               y
## 156                                 n                    y               y
## 157                                 n                    y               y
## 158                                 y                    n               n
## 159                                 n                    y               y
## 160                                 y                    n               ?
## 161                                 n                    n               y
## 162                                 n                    n               y
## 163                                 y                    n               y
## 164                                 n                    y               y
## 165                                 n                    n               y
## 166                                 y                    n               n
## 167                                 y                    y               y
## 168                                 y                    y               y
## 169                                 y                    y               y
## 170                                 y                    n               n
## 171                                 y                    n               n
## 172                                 n                    y               y
## 173                                 y                    n               n
## 174                                 n                    n               y
## 175                                 y                    n               n
## 176                                 y                    n               n
## 177                                 y                    y               n
## 178                                 y                    n               n
## 179                                 y                    n               n
## 180                                 y                    n               n
## 181                                 y                    n               n
## 182                                 y                    n               n
## 183                                 y                    n               n
## 184                                 ?                    ?               ?
## 185                                 y                    n               n
## 186                                 y                    n               n
## 187                                 y                    n               n
## 188                                 y                    n               n
## 189                                 n                    y               y
## 190                                 y                    n               n
## 191                                 n                    y               y
## 192                                 n                    y               y
## 193                                 n                    n               n
## 194                                 y                    n               n
## 195                                 y                    n               n
## 196                                 n                    y               y
## 197                                 y                    n               n
## 198                                 y                    y               y
## 199                                 y                    n               n
## 200                                 n                    n               n
## 201                                 y                    n               n
## 202                                 y                    n               n
## 203                                 y                    n               n
## 204                                 y                    n               n
## 205                                 y                    y               y
## 206                                 y                    n               n
## 207                                 n                    y               y
## 208                                 n                    y               y
## 209                                 y                    n               n
## 210                                 y                    n               n
## 211                                 y                    n               n
## 212                                 n                    y               y
## 213                                 y                    n               n
## 214                                 y                    n               n
## 215                                 n                    y               y
## 216                                 y                    y               y
## 217                                 y                    n               y
## 218                                 n                    y               y
## 219                                 y                    n               n
## 220                                 y                    n               n
## 221                                 y                    n               n
## 222                                 y                    n               y
## 223                                 y                    n               n
## 224                                 n                    y               y
## 225                                 n                    y               y
## 226                                 n                    y               y
## 227                                 y                    n               n
## 228                                 y                    n               n
## 229                                 n                    y               y
## 230                                 y                    y               y
## 231                                 n                    y               y
## 232                                 n                    y               y
## 233                                 y                    n               n
## 234                                 n                    y               y
## 235                                 y                    n               n
## 236                                 n                    y               y
## 237                                 y                    n               n
## 238                                 y                    n               n
## 239                                 y                    n               n
## 240                                 n                    y               y
## 241                                 n                    y               n
## 242                                 y                    n               n
## 243                                 n                    n               y
## 244                                 y                    n               n
## 245                                 y                    n               n
## 246                                 y                    n               n
## 247                                 y                    n               y
## 248                                 n                    y               y
## 249                                 ?                    ?               ?
## 250                                 y                    n               n
## 251                                 n                    y               y
## 252                                 n                    y               y
## 253                                 y                    n               n
## 254                                 n                    y               y
## 255                                 y                    n               n
## 256                                 y                    n               n
## 257                                 n                    y               y
## 258                                 n                    y               y
## 259                                 y                    n               n
## 260                                 y                    n               n
## 261                                 y                    n               n
## 262                                 y                    n               n
## 263                                 y                    n               n
## 264                                 y                    n               n
## 265                                 y                    n               n
## 266                                 y                    n               n
## 267                                 n                    y               y
## 268                                 n                    n               n
## 269                                 y                    n               n
## 270                                 y                    n               n
## 271                                 y                    n               n
## 272                                 y                    n               n
## 273                                 y                    n               n
## 274                                 n                    y               y
## 275                                 n                    y               y
## 276                                 y                    n               y
## 277                                 n                    y               y
## 278                                 y                    y               y
## 279                                 n                    y               y
## 280                                 n                    y               y
## 281                                 y                    n               n
## 282                                 y                    y               y
## 283                                 n                    y               y
## 284                                 n                    y               y
## 285                                 y                    n               n
## 286                                 y                    n               n
## 287                                 y                    n               n
## 288                                 y                    ?               n
## 289                                 y                    n               y
## 290                                 y                    n               y
## 291                                 y                    n               ?
## 292                                 y                    n               n
## 293                                 y                    n               n
## 294                                 y                    n               n
## 295                                 y                    n               n
## 296                                 n                    y               y
## 297                                 y                    y               y
## 298                                 y                    n               n
## 299                                 n                    n               n
## 300                                 y                    n               n
## 301                                 n                    y               y
## 302                                 ?                    n               n
## 303                                 n                    y               y
## 304                                 n                    y               y
## 305                                 n                    y               y
## 306                                 n                    y               y
## 307                                 n                    y               y
## 308                                 y                    n               n
## 309                                 n                    y               y
## 310                                 n                    n               n
## 311                                 n                    y               y
## 312                                 y                    n               n
## 313                                 y                    n               n
## 314                                 y                    y               y
## 315                                 n                    y               y
## 316                                 y                    y               y
## 317                                 n                    n               n
## 318                                 n                    n               n
## 319                                 y                    n               n
## 320                                 y                    n               n
## 321                                 y                    n               n
## 322                                 y                    n               n
## 323                                 y                    n               ?
## 324                                 y                    n               y
## 325                                 n                    y               y
## 326                                 n                    n               y
## 327                                 n                    y               n
## 328                                 n                    y               y
## 329                                 y                    n               n
## 330                                 y                    n               n
## 331                                 n                    y               y
## 332                                 y                    n               n
## 333                                 y                    n               n
## 334                                 y                    n               n
## 335                                 y                    n               n
## 336                                 n                    y               y
## 337                                 y                    n               n
## 338                                 y                    n               n
## 339                                 y                    n               n
## 340                                 n                    y               y
## 341                                 n                    y               y
## 342                                 y                    ?               n
## 343                                 y                    n               y
## 344                                 n                    y               y
## 345                                 y                    n               n
## 346                                 n                    y               y
## 347                                 n                    y               y
## 348                                 n                    y               y
## 349                                 y                    n               n
## 350                                 y                    y               y
## 351                                 n                    n               n
## 352                                 y                    y               y
## 353                                 n                    y               n
## 354                                 y                    y               y
## 355                                 y                    n               n
## 356                                 y                    y               n
## 357                                 n                    y               y
## 358                                 n                    y               y
## 359                                 y                    n               n
## 360                                 n                    y               y
## 361                                 y                    n               n
## 362                                 y                    n               y
## 363                                 y                    n               n
## 364                                 n                    y               y
## 365                                 n                    y               y
## 366                                 n                    n               y
## 367                                 y                    n               n
## 368                                 y                    n               y
## 369                                 y                    n               n
## 370                                 n                    y               y
## 371                                 y                    n               ?
## 372                                 y                    n               ?
## 373                                 y                    y               y
## 374                                 y                    ?               y
## 375                                 n                    y               y
## 376                                 n                    y               y
## 377                                 y                    n               n
## 378                                 n                    y               y
## 379                                 n                    y               y
## 380                                 n                    y               y
## 381                                 y                    n               n
## 382                                 y                    n               y
## 383                                 n                    y               y
## 384                                 y                    n               y
## 385                                 y                    y               y
## 386                                 n                    n               y
## 387                                 y                    n               y
## 388                                 y                    n               y
## 389                                 y                    y               y
## 390                                 y                    n               n
## 391                                 n                    n               ?
## 392                                 n                    n               n
## 393                                 n                    y               y
## 394                                 ?                    ?               n
## 395                                 ?                    ?               ?
## 396                                 y                    ?               n
## 397                                 y                    n               y
## 398                                 n                    n               y
## 399                                 y                    n               y
## 400                                 n                    y               ?
## 401                                 n                    y               y
## 402                                 n                    y               y
## 403                                 y                    y               n
## 404                                 n                    y               y
## 405                                 n                    y               y
## 406                                 n                    y               y
## 407                                 y                    n               y
## 408                                 n                    y               y
## 409                                 y                    n               n
## 410                                 n                    y               y
## 411                                 n                    y               y
## 412                                 y                    n               n
## 413                                 n                    y               y
## 414                                 y                    y               y
## 415                                 y                    n               n
## 416                                 y                    n               n
## 417                                 n                    y               y
## 418                                 y                    n               n
## 419                                 y                    n               n
## 420                                 y                    n               n
## 421                                 y                    y               y
## 422                                 y                    n               y
## 423                                 y                    n               n
## 424                                 y                    n               n
## 425                                 y                    n               n
## 426                                 y                    n               n
## 427                                 y                    n               n
## 428                                 n                    y               y
## 429                                 ?                    n               n
## 430                                 y                    n               ?
## 431                                 y                    y               y
## 432                                 y                    n               n
## 433                                 n                    y               y
## 434                                 n                    y               y
## 435                                 n                    y               y
##     religious_groups_in_schools anti_satellite_test_ban
## 1                             y                       n
## 2                             y                       n
## 3                             y                       n
## 4                             y                       n
## 5                             y                       n
## 6                             y                       n
## 7                             y                       n
## 8                             y                       n
## 9                             y                       n
## 10                            n                       y
## 11                            n                       n
## 12                            y                       n
## 13                            n                       y
## 14                            y                       y
## 15                            y                       n
## 16                            y                       n
## 17                            y                       n
## 18                            n                       y
## 19                            y                       n
## 20                            n                       y
## 21                            ?                       y
## 22                            n                       y
## 23                            n                       y
## 24                            n                       y
## 25                            n                       y
## 26                            n                       y
## 27                            n                       y
## 28                            n                       y
## 29                            n                       y
## 30                            n                       y
## 31                            y                       n
## 32                            n                       y
## 33                            n                       y
## 34                            y                       n
## 35                            n                       y
## 36                            y                       n
## 37                            y                       n
## 38                            y                       n
## 39                            y                       n
## 40                            n                       y
## 41                            n                       y
## 42                            n                       y
## 43                            n                       y
## 44                            n                       y
## 45                            n                       y
## 46                            n                       y
## 47                            n                       y
## 48                            n                       y
## 49                            n                       y
## 50                            y                       n
## 51                            n                       y
## 52                            y                       n
## 53                            n                       y
## 54                            y                       n
## 55                            y                       ?
## 56                            y                       n
## 57                            y                       n
## 58                            y                       n
## 59                            y                       n
## 60                            y                       n
## 61                            ?                       y
## 62                            y                       n
## 63                            n                       y
## 64                            n                       y
## 65                            n                       y
## 66                            y                       y
## 67                            y                       y
## 68                            y                       n
## 69                            n                       y
## 70                            n                       y
## 71                            n                       y
## 72                            n                       y
## 73                            n                       y
## 74                            n                       y
## 75                            y                       y
## 76                            y                       n
## 77                            y                       n
## 78                            y                       n
## 79                            y                       n
## 80                            n                       n
## 81                            y                       y
## 82                            n                       y
## 83                            y                       n
## 84                            y                       n
## 85                            y                       n
## 86                            y                       n
## 87                            y                       n
## 88                            y                       n
## 89                            y                       y
## 90                            y                       n
## 91                            n                       y
## 92                            n                       y
## 93                            n                       y
## 94                            n                       y
## 95                            y                       n
## 96                            y                       n
## 97                            y                       n
## 98                            y                       y
## 99                            y                       y
## 100                           y                       n
## 101                           y                       n
## 102                           y                       y
## 103                           y                       y
## 104                           y                       ?
## 105                           y                       y
## 106                           n                       n
## 107                           y                       n
## 108                           ?                       ?
## 109                           n                       y
## 110                           n                       y
## 111                           n                       y
## 112                           y                       n
## 113                           y                       y
## 114                           y                       n
## 115                           n                       y
## 116                           ?                       y
## 117                           n                       y
## 118                           n                       y
## 119                           n                       n
## 120                           y                       n
## 121                           y                       n
## 122                           y                       n
## 123                           y                       n
## 124                           y                       n
## 125                           n                       y
## 126                           y                       n
## 127                           y                       n
## 128                           n                       y
## 129                           y                       n
## 130                           n                       y
## 131                           ?                       y
## 132                           y                       n
## 133                           y                       n
## 134                           y                       n
## 135                           y                       n
## 136                           y                       n
## 137                           y                       n
## 138                           y                       y
## 139                           y                       y
## 140                           y                       y
## 141                           n                       y
## 142                           y                       y
## 143                           y                       y
## 144                           n                       y
## 145                           y                       y
## 146                           y                       y
## 147                           y                       n
## 148                           n                       y
## 149                           y                       n
## 150                           n                       y
## 151                           y                       n
## 152                           y                       n
## 153                           y                       n
## 154                           y                       y
## 155                           y                       n
## 156                           y                       n
## 157                           y                       y
## 158                           y                       n
## 159                           y                       n
## 160                           y                       y
## 161                           y                       n
## 162                           y                       y
## 163                           y                       y
## 164                           y                       y
## 165                           y                       n
## 166                           y                       y
## 167                           y                       y
## 168                           y                       y
## 169                           y                       n
## 170                           n                       y
## 171                           n                       ?
## 172                           y                       n
## 173                           n                       y
## 174                           y                       n
## 175                           n                       y
## 176                           n                       y
## 177                           n                       y
## 178                           n                       y
## 179                           n                       y
## 180                           n                       y
## 181                           n                       y
## 182                           n                       y
## 183                           n                       y
## 184                           ?                       ?
## 185                           n                       y
## 186                           n                       y
## 187                           n                       y
## 188                           n                       y
## 189                           y                       y
## 190                           n                       y
## 191                           y                       n
## 192                           y                       n
## 193                           y                       y
## 194                           n                       y
## 195                           y                       y
## 196                           y                       n
## 197                           y                       y
## 198                           y                       n
## 199                           n                       y
## 200                           n                       y
## 201                           n                       y
## 202                           n                       y
## 203                           y                       y
## 204                           n                       y
## 205                           y                       y
## 206                           y                       y
## 207                           y                       n
## 208                           y                       y
## 209                           n                       y
## 210                           n                       y
## 211                           y                       y
## 212                           y                       n
## 213                           n                       y
## 214                           y                       n
## 215                           y                       n
## 216                           y                       n
## 217                           y                       n
## 218                           y                       n
## 219                           n                       y
## 220                           n                       n
## 221                           n                       y
## 222                           y                       n
## 223                           n                       y
## 224                           n                       n
## 225                           y                       n
## 226                           y                       n
## 227                           y                       y
## 228                           n                       y
## 229                           y                       n
## 230                           y                       y
## 231                           y                       n
## 232                           y                       n
## 233                           n                       y
## 234                           y                       n
## 235                           y                       y
## 236                           y                       n
## 237                           n                       y
## 238                           y                       y
## 239                           n                       y
## 240                           y                       y
## 241                           y                       y
## 242                           n                       y
## 243                           y                       y
## 244                           n                       y
## 245                           n                       n
## 246                           n                       y
## 247                           n                       y
## 248                           y                       ?
## 249                           ?                       ?
## 250                           n                       y
## 251                           y                       n
## 252                           y                       n
## 253                           y                       y
## 254                           y                       n
## 255                           n                       y
## 256                           n                       y
## 257                           n                       n
## 258                           n                       n
## 259                           n                       y
## 260                           n                       y
## 261                           n                       y
## 262                           ?                       y
## 263                           n                       y
## 264                           n                       y
## 265                           n                       y
## 266                           n                       y
## 267                           y                       n
## 268                           n                       y
## 269                           n                       y
## 270                           n                       y
## 271                           n                       y
## 272                           y                       y
## 273                           n                       y
## 274                           n                       y
## 275                           n                       y
## 276                           y                       n
## 277                           y                       n
## 278                           y                       y
## 279                           y                       n
## 280                           y                       n
## 281                           n                       y
## 282                           y                       y
## 283                           y                       n
## 284                           y                       n
## 285                           y                       y
## 286                           y                       y
## 287                           y                       ?
## 288                           y                       y
## 289                           y                       n
## 290                           y                       n
## 291                           y                       ?
## 292                           y                       y
## 293                           y                       y
## 294                           y                       y
## 295                           y                       y
## 296                           y                       ?
## 297                           y                       n
## 298                           y                       y
## 299                           n                       y
## 300                           y                       y
## 301                           n                       y
## 302                           y                       y
## 303                           y                       y
## 304                           y                       n
## 305                           y                       n
## 306                           y                       n
## 307                           y                       n
## 308                           y                       y
## 309                           y                       n
## 310                           y                       y
## 311                           y                       n
## 312                           y                       y
## 313                           n                       y
## 314                           y                       n
## 315                           y                       y
## 316                           y                       y
## 317                           y                       n
## 318                           n                       y
## 319                           n                       y
## 320                           n                       y
## 321                           y                       n
## 322                           n                       y
## 323                           y                       n
## 324                           y                       n
## 325                           y                       n
## 326                           y                       n
## 327                           n                       y
## 328                           y                       n
## 329                           n                       y
## 330                           y                       y
## 331                           y                       n
## 332                           n                       y
## 333                           n                       y
## 334                           n                       y
## 335                           y                       y
## 336                           y                       n
## 337                           y                       y
## 338                           n                       y
## 339                           n                       y
## 340                           y                       n
## 341                           y                       n
## 342                           y                       y
## 343                           ?                       y
## 344                           n                       y
## 345                           n                       y
## 346                           y                       y
## 347                           y                       n
## 348                           y                       n
## 349                           n                       y
## 350                           y                       y
## 351                           y                       y
## 352                           y                       y
## 353                           y                       y
## 354                           y                       y
## 355                           y                       y
## 356                           n                       n
## 357                           y                       n
## 358                           y                       n
## 359                           y                       y
## 360                           y                       n
## 361                           y                       y
## 362                           y                       y
## 363                           y                       y
## 364                           y                       n
## 365                           y                       n
## 366                           y                       n
## 367                           n                       y
## 368                           y                       y
## 369                           y                       y
## 370                           y                       n
## 371                           y                       y
## 372                           n                       y
## 373                           y                       n
## 374                           y                       n
## 375                           y                       n
## 376                           y                       n
## 377                           n                       y
## 378                           y                       ?
## 379                           y                       n
## 380                           y                       n
## 381                           y                       ?
## 382                           y                       y
## 383                           y                       n
## 384                           y                       n
## 385                           y                       n
## 386                           y                       n
## 387                           y                       n
## 388                           y                       n
## 389                           y                       n
## 390                           n                       y
## 391                           y                       ?
## 392                           n                       n
## 393                           y                       n
## 394                           y                       n
## 395                           y                       n
## 396                           n                       n
## 397                           y                       n
## 398                           ?                       n
## 399                           y                       n
## 400                           y                       n
## 401                           y                       n
## 402                           y                       n
## 403                           y                       y
## 404                           y                       n
## 405                           y                       n
## 406                           y                       n
## 407                           y                       n
## 408                           y                       n
## 409                           y                       y
## 410                           y                       n
## 411                           y                       n
## 412                           y                       y
## 413                           y                       n
## 414                           y                       y
## 415                           n                       y
## 416                           y                       y
## 417                           y                       n
## 418                           n                       y
## 419                           n                       y
## 420                           n                       y
## 421                           y                       y
## 422                           y                       y
## 423                           y                       y
## 424                           y                       y
## 425                           ?                       y
## 426                           n                       y
## 427                           n                       y
## 428                           y                       y
## 429                           n                       y
## 430                           n                       y
## 431                           y                       n
## 432                           n                       y
## 433                           y                       n
## 434                           y                       ?
## 435                           y                       n
##     aid_to_nicaraguan_contras mx_missile immigration
## 1                           n          n           y
## 2                           n          n           n
## 3                           n          n           n
## 4                           n          n           n
## 5                           n          n           n
## 6                           n          n           n
## 7                           n          n           n
## 8                           n          n           n
## 9                           n          n           n
## 10                          y          y           n
## 11                          n          n           n
## 12                          n          n           n
## 13                          y          y           n
## 14                          y          ?           y
## 15                          n          n           n
## 16                          n          n           y
## 17                          y          ?           y
## 18                          y          y           n
## 19                          n          n           n
## 20                          y          y           n
## 21                          y          n           n
## 22                          y          y           n
## 23                          y          y           n
## 24                          y          y           n
## 25                          y          y           n
## 26                          y          y           y
## 27                          y          y           n
## 28                          y          y           n
## 29                          y          y           n
## 30                          y          y           n
## 31                          n          n           n
## 32                          y          y           n
## 33                          y          y           y
## 34                          n          n           n
## 35                          y          y           n
## 36                          n          n           n
## 37                          n          n           y
## 38                          n          n           n
## 39                          n          n           y
## 40                          y          y           y
## 41                          y          y           n
## 42                          y          y           n
## 43                          y          y           n
## 44                          y          y           n
## 45                          y          y           n
## 46                          y          ?           n
## 47                          y          y           n
## 48                          y          ?           n
## 49                          y          n           n
## 50                          n          n           n
## 51                          y          y           n
## 52                          ?          n           n
## 53                          y          y           n
## 54                          n          n           y
## 55                          y          n           n
## 56                          n          n           y
## 57                          n          n           y
## 58                          n          n           y
## 59                          n          n           y
## 60                          n          n           y
## 61                          y          y           y
## 62                          n          n           n
## 63                          y          y           n
## 64                          y          y           n
## 65                          y          y           n
## 66                          n          n           n
## 67                          n          n           n
## 68                          n          n           y
## 69                          y          y           n
## 70                          y          y           n
## 71                          y          y           n
## 72                          y          y           y
## 73                          y          y           n
## 74                          n          y           y
## 75                          y          y           y
## 76                          n          n           y
## 77                          n          n           y
## 78                          y          y           y
## 79                          n          n           y
## 80                          n          n           y
## 81                          y          y           y
## 82                          y          ?           y
## 83                          n          n           y
## 84                          n          n           n
## 85                          n          n           y
## 86                          n          n           y
## 87                          n          n           y
## 88                          n          n           n
## 89                          n          y           y
## 90                          n          n           y
## 91                          y          y           y
## 92                          y          y           y
## 93                          y          n           y
## 94                          n          y           y
## 95                          n          n           n
## 96                          ?          ?           n
## 97                          n          n           n
## 98                          n          n           y
## 99                          y          y           y
## 100                         n          n           y
## 101                         n          n           n
## 102                         n          n           n
## 103                         n          ?           n
## 104                         n          ?           n
## 105                         y          y           y
## 106                         y          y           n
## 107                         n          n           n
## 108                         ?          ?           ?
## 109                         y          y           n
## 110                         y          y           n
## 111                         y          y           y
## 112                         n          n           y
## 113                         y          n           y
## 114                         n          n           y
## 115                         y          y           n
## 116                         y          y           y
## 117                         y          y           n
## 118                         n          n           n
## 119                         y          y           y
## 120                         n          n           n
## 121                         n          n           y
## 122                         n          n           y
## 123                         n          n           y
## 124                         y          n           n
## 125                         y          y           n
## 126                         n          n           y
## 127                         n          n           n
## 128                         y          y           y
## 129                         y          n           y
## 130                         y          ?           n
## 131                         y          y           n
## 132                         y          y           y
## 133                         n          n           y
## 134                         n          n           y
## 135                         n          n           n
## 136                         n          n           y
## 137                         n          n           y
## 138                         y          y           y
## 139                         y          y           y
## 140                         y          y           n
## 141                         y          y           y
## 142                         y          y           y
## 143                         y          y           y
## 144                         y          y           y
## 145                         y          y           y
## 146                         y          y           y
## 147                         n          n           n
## 148                         y          y           y
## 149                         n          n           y
## 150                         y          y           y
## 151                         n          n           y
## 152                         n          y           n
## 153                         y          y           y
## 154                         y          y           y
## 155                         n          n           n
## 156                         ?          n           n
## 157                         n          n           n
## 158                         y          y           n
## 159                         n          n           y
## 160                         y          y           y
## 161                         n          n           n
## 162                         n          n           n
## 163                         n          n           n
## 164                         n          n           n
## 165                         n          n           y
## 166                         y          y           y
## 167                         y          n           y
## 168                         y          n           y
## 169                         n          y           n
## 170                         y          y           y
## 171                         y          y           ?
## 172                         n          n           y
## 173                         y          y           y
## 174                         n          n           y
## 175                         y          y           n
## 176                         y          y           y
## 177                         y          y           y
## 178                         y          y           y
## 179                         y          y           y
## 180                         y          y           y
## 181                         y          y           ?
## 182                         y          y           y
## 183                         y          y           n
## 184                         ?          y           ?
## 185                         y          y           y
## 186                         y          y           y
## 187                         y          y           y
## 188                         y          y           n
## 189                         y          n           n
## 190                         y          y           n
## 191                         n          n           n
## 192                         ?          n           y
## 193                         y          y           n
## 194                         y          y           n
## 195                         ?          y           y
## 196                         n          n           n
## 197                         y          y           n
## 198                         n          n           y
## 199                         y          y           y
## 200                         y          ?           n
## 201                         y          y           n
## 202                         y          y           n
## 203                         y          y           y
## 204                         y          y           y
## 205                         n          n           n
## 206                         y          y           y
## 207                         n          n           y
## 208                         n          n           y
## 209                         y          y           n
## 210                         y          y           y
## 211                         y          y           n
## 212                         n          n           y
## 213                         y          y           n
## 214                         y          y           n
## 215                         n          n           y
## 216                         n          n           y
## 217                         n          ?           y
## 218                         n          n           y
## 219                         y          y           n
## 220                         y          y           n
## 221                         y          y           n
## 222                         n          n           n
## 223                         y          y           n
## 224                         n          n           n
## 225                         n          n           y
## 226                         n          n           n
## 227                         y          y           n
## 228                         y          y           n
## 229                         n          n           n
## 230                         n          y           y
## 231                         n          n           n
## 232                         n          y           y
## 233                         y          n           n
## 234                         n          n           y
## 235                         y          y           y
## 236                         n          n           y
## 237                         y          y           n
## 238                         y          n           n
## 239                         y          ?           y
## 240                         n          n           y
## 241                         ?          y           n
## 242                         y          y           y
## 243                         n          n           n
## 244                         y          ?           y
## 245                         y          y           y
## 246                         y          y           y
## 247                         y          y           n
## 248                         n          n           n
## 249                         ?          ?           ?
## 250                         y          ?           n
## 251                         n          n           n
## 252                         n          n           n
## 253                         y          y           n
## 254                         n          n           n
## 255                         y          y           y
## 256                         y          y           y
## 257                         n          n           n
## 258                         n          n           n
## 259                         y          y           n
## 260                         y          y           n
## 261                         y          y           y
## 262                         y          y           n
## 263                         y          y           y
## 264                         y          y           n
## 265                         y          y           n
## 266                         y          y           y
## 267                         n          n           y
## 268                         y          y           y
## 269                         y          y           n
## 270                         y          y           n
## 271                         y          y           n
## 272                         y          y           n
## 273                         y          y           y
## 274                         y          n           y
## 275                         n          n           y
## 276                         n          n           n
## 277                         n          n           n
## 278                         y          n           y
## 279                         n          n           n
## 280                         n          n           y
## 281                         y          y           y
## 282                         y          n           n
## 283                         n          n           y
## 284                         n          n           n
## 285                         y          y           y
## 286                         y          y           y
## 287                         y          ?           y
## 288                         y          y           n
## 289                         y          n           y
## 290                         y          n           y
## 291                         y          y           y
## 292                         y          y           y
## 293                         y          n           y
## 294                         y          y           y
## 295                         y          n           y
## 296                         ?          n           y
## 297                         n          n           y
## 298                         y          y           y
## 299                         y          y           y
## 300                         y          y           y
## 301                         y          y           y
## 302                         y          y           n
## 303                         n          n           y
## 304                         n          n           n
## 305                         n          n           y
## 306                         n          n           y
## 307                         n          n           n
## 308                         y          y           n
## 309                         n          n           y
## 310                         y          y           y
## 311                         n          n           y
## 312                         y          y           y
## 313                         y          y           y
## 314                         n          n           y
## 315                         y          n           n
## 316                         ?          n           n
## 317                         y          y           n
## 318                         y          y           y
## 319                         y          y           n
## 320                         y          y           n
## 321                         y          y           y
## 322                         y          y           y
## 323                         ?          n           n
## 324                         y          ?           y
## 325                         n          n           n
## 326                         n          ?           n
## 327                         y          y           n
## 328                         n          n           n
## 329                         y          y           n
## 330                         y          y           y
## 331                         n          n           y
## 332                         y          y           n
## 333                         y          y           n
## 334                         y          y           n
## 335                         y          ?           n
## 336                         n          n           y
## 337                         y          n           n
## 338                         y          y           n
## 339                         y          y           y
## 340                         n          n           n
## 341                         n          n           y
## 342                         y          y           y
## 343                         n          n           y
## 344                         n          y           y
## 345                         y          y           y
## 346                         n          n           y
## 347                         n          n           y
## 348                         n          n           y
## 349                         y          y           y
## 350                         y          y           n
## 351                         n          y           n
## 352                         y          y           y
## 353                         y          y           n
## 354                         n          n           y
## 355                         y          y           y
## 356                         y          y           y
## 357                         n          n           n
## 358                         n          n           n
## 359                         y          y           y
## 360                         n          n           y
## 361                         y          y           y
## 362                         n          y           y
## 363                         y          y           y
## 364                         n          n           y
## 365                         n          n           n
## 366                         n          n           y
## 367                         y          n           y
## 368                         y          n           y
## 369                         y          n           y
## 370                         n          n           n
## 371                         y          n           y
## 372                         y          y           y
## 373                         n          n           n
## 374                         y          n           y
## 375                         n          n           n
## 376                         n          n           n
## 377                         y          y           n
## 378                         ?          n           n
## 379                         n          n           n
## 380                         n          n           n
## 381                         y          y           n
## 382                         y          y           y
## 383                         n          n           n
## 384                         y          y           y
## 385                         n          n           n
## 386                         n          n           n
## 387                         y          n           n
## 388                         y          y           n
## 389                         n          n           n
## 390                         y          y           ?
## 391                         n          n           n
## 392                         y          y           n
## 393                         n          n           n
## 394                         y          y           n
## 395                         n          n           n
## 396                         y          n           n
## 397                         y          n           n
## 398                         n          n           n
## 399                         y          n           n
## 400                         n          n           y
## 401                         ?          n           n
## 402                         n          n           y
## 403                         y          y           y
## 404                         n          n           y
## 405                         n          n           y
## 406                         n          n           n
## 407                         n          y           y
## 408                         n          n           n
## 409                         y          y           n
## 410                         n          n           n
## 411                         n          n           n
## 412                         y          y           y
## 413                         n          n           y
## 414                         y          n           y
## 415                         y          y           n
## 416                         y          ?           y
## 417                         n          n           y
## 418                         y          y           y
## 419                         y          n           y
## 420                         y          y           n
## 421                         y          n           y
## 422                         y          n           n
## 423                         y          y           n
## 424                         y          y           n
## 425                         y          y           y
## 426                         y          n           y
## 427                         y          y           y
## 428                         y          n           y
## 429                         y          y           y
## 430                         y          y           y
## 431                         n          y           y
## 432                         y          y           y
## 433                         n          n           n
## 434                         ?          ?           ?
## 435                         n          n           y
##     synfuels_corporation_cutback education_spending superfund_right_to_sue
## 1                              ?                  y                      y
## 2                              n                  y                      y
## 3                              y                  n                      y
## 4                              y                  n                      y
## 5                              y                  ?                      y
## 6                              n                  n                      y
## 7                              n                  n                      ?
## 8                              n                  n                      y
## 9                              n                  y                      y
## 10                             n                  n                      n
## 11                             ?                  ?                      y
## 12                             y                  ?                      y
## 13                             n                  n                      y
## 14                             y                  ?                      n
## 15                             n                  y                      ?
## 16                             n                  y                      y
## 17                             y                  y                      ?
## 18                             n                  n                      y
## 19                             n                  ?                      y
## 20                             y                  n                      n
## 21                             y                  n                      n
## 22                             n                  n                      ?
## 23                             n                  ?                      n
## 24                             n                  n                      n
## 25                             n                  n                      n
## 26                             n                  n                      n
## 27                             y                  n                      n
## 28                             y                  n                      n
## 29                             n                  y                      y
## 30                             y                  n                      n
## 31                             n                  y                      y
## 32                             y                  n                      n
## 33                             n                  n                      y
## 34                             n                  y                      y
## 35                             n                  n                      n
## 36                             n                  y                      y
## 37                             n                  y                      ?
## 38                             n                  n                      y
## 39                             n                  y                      y
## 40                             y                  n                      y
## 41                             ?                  n                      n
## 42                             n                  n                      n
## 43                             n                  n                      n
## 44                             n                  n                      n
## 45                             y                  n                      n
## 46                             y                  n                      n
## 47                             n                  n                      n
## 48                             n                  n                      n
## 49                             n                  n                      n
## 50                             n                  y                      y
## 51                             y                  n                      n
## 52                             n                  y                      y
## 53                             n                  n                      n
## 54                             n                  y                      y
## 55                             y                  y                      n
## 56                             y                  y                      y
## 57                             y                  y                      y
## 58                             n                  y                      y
## 59                             n                  y                      y
## 60                             n                  y                      y
## 61                             n                  n                      n
## 62                             n                  y                      y
## 63                             n                  n                      n
## 64                             y                  n                      n
## 65                             y                  ?                      n
## 66                             n                  y                      y
## 67                             y                  y                      y
## 68                             n                  y                      y
## 69                             n                  n                      y
## 70                             n                  n                      n
## 71                             n                  n                      y
## 72                             y                  n                      n
## 73                             y                  n                      n
## 74                             n                  n                      y
## 75                             y                  n                      n
## 76                             y                  n                      y
## 77                             y                  y                      y
## 78                             y                  y                      y
## 79                             y                  n                      y
## 80                             n                  y                      y
## 81                             n                  y                      n
## 82                             y                  y                      n
## 83                             n                  y                      y
## 84                             n                  y                      y
## 85                             n                  y                      y
## 86                             y                  y                      y
## 87                             n                  y                      y
## 88                             n                  y                      y
## 89                             y                  n                      y
## 90                             n                  ?                      y
## 91                             n                  n                      n
## 92                             y                  n                      n
## 93                             y                  n                      n
## 94                             y                  n                      n
## 95                             n                  n                      n
## 96                             y                  ?                      ?
## 97                             y                  y                      y
## 98                             y                  n                      n
## 99                             n                  n                      n
## 100                            ?                  y                      y
## 101                            y                  y                      n
## 102                            y                  n                      n
## 103                            y                  n                      y
## 104                            n                  n                      n
## 105                            ?                  n                      y
## 106                            y                  n                      n
## 107                            n                  y                      y
## 108                            ?                  ?                      ?
## 109                            n                  n                      n
## 110                            n                  n                      n
## 111                            n                  n                      n
## 112                            n                  y                      y
## 113                            n                  n                      n
## 114                            n                  y                      y
## 115                            n                  n                      n
## 116                            ?                  ?                      n
## 117                            y                  n                      n
## 118                            n                  y                      y
## 119                            y                  n                      n
## 120                            n                  y                      y
## 121                            n                  y                      y
## 122                            n                  y                      y
## 123                            n                  y                      n
## 124                            n                  y                      y
## 125                            n                  n                      n
## 126                            n                  y                      y
## 127                            n                  y                      y
## 128                            y                  n                      n
## 129                            y                  n                      n
## 130                            ?                  ?                      ?
## 131                            n                  n                      n
## 132                            n                  n                      n
## 133                            n                  y                      y
## 134                            n                  y                      y
## 135                            n                  y                      y
## 136                            n                  y                      y
## 137                            y                  y                      y
## 138                            n                  n                      n
## 139                            n                  n                      n
## 140                            n                  n                      n
## 141                            n                  n                      y
## 142                            n                  y                      y
## 143                            n                  y                      y
## 144                            y                  n                      n
## 145                            n                  n                      n
## 146                            n                  n                      n
## 147                            n                  y                      y
## 148                            n                  y                      y
## 149                            y                  y                      y
## 150                            n                  n                      y
## 151                            n                  y                      y
## 152                            y                  ?                      y
## 153                            y                  n                      y
## 154                            y                  n                      y
## 155                            n                  y                      y
## 156                            y                  y                      y
## 157                            n                  y                      y
## 158                            y                  n                      ?
## 159                            n                  y                      y
## 160                            y                  n                      n
## 161                            n                  y                      y
## 162                            n                  y                      y
## 163                            y                  y                      y
## 164                            n                  y                      y
## 165                            y                  y                      y
## 166                            y                  n                      y
## 167                            n                  y                      n
## 168                            y                  y                      n
## 169                            n                  n                      y
## 170                            y                  n                      n
## 171                            n                  n                      n
## 172                            n                  y                      y
## 173                            n                  n                      ?
## 174                            y                  y                      y
## 175                            n                  n                      n
## 176                            n                  n                      n
## 177                            n                  n                      n
## 178                            y                  ?                      n
## 179                            y                  ?                      n
## 180                            n                  n                      n
## 181                            ?                  n                      n
## 182                            y                  n                      n
## 183                            n                  n                      n
## 184                            ?                  ?                      ?
## 185                            y                  n                      n
## 186                            n                  ?                      n
## 187                            y                  n                      n
## 188                            n                  n                      n
## 189                            n                  y                      ?
## 190                            n                  n                      n
## 191                            n                  y                      y
## 192                            n                  y                      y
## 193                            y                  n                      n
## 194                            n                  n                      n
## 195                            y                  n                      n
## 196                            n                  y                      y
## 197                            y                  y                      n
## 198                            n                  n                      n
## 199                            y                  n                      ?
## 200                            y                  n                      n
## 201                            n                  n                      n
## 202                            n                  n                      n
## 203                            y                  n                      n
## 204                            n                  n                      n
## 205                            n                  y                      y
## 206                            n                  y                      n
## 207                            n                  y                      n
## 208                            n                  y                      y
## 209                            n                  ?                      n
## 210                            y                  n                      n
## 211                            n                  n                      n
## 212                            n                  y                      y
## 213                            y                  n                      n
## 214                            y                  n                      y
## 215                            n                  y                      y
## 216                            y                  y                      y
## 217                            n                  n                      n
## 218                            n                  y                      y
## 219                            ?                  n                      n
## 220                            y                  n                      n
## 221                            n                  n                      n
## 222                            y                  n                      n
## 223                            y                  n                      n
## 224                            n                  y                      y
## 225                            n                  ?                      y
## 226                            n                  y                      y
## 227                            y                  n                      n
## 228                            n                  n                      n
## 229                            n                  y                      y
## 230                            n                  y                      y
## 231                            n                  y                      y
## 232                            n                  y                      y
## 233                            y                  n                      n
## 234                            n                  y                      y
## 235                            n                  y                      n
## 236                            n                  y                      n
## 237                            n                  n                      n
## 238                            n                  y                      y
## 239                            n                  n                      n
## 240                            n                  n                      n
## 241                            n                  y                      y
## 242                            y                  n                      n
## 243                            n                  ?                      n
## 244                            n                  n                      y
## 245                            n                  n                      n
## 246                            y                  n                      n
## 247                            n                  n                      n
## 248                            n                  ?                      y
## 249                            ?                  ?                      ?
## 250                            y                  n                      n
## 251                            n                  y                      y
## 252                            n                  y                      y
## 253                            n                  n                      n
## 254                            n                  y                      y
## 255                            n                  n                      n
## 256                            n                  n                      n
## 257                            n                  y                      n
## 258                            n                  y                      n
## 259                            y                  n                      n
## 260                            n                  n                      n
## 261                            n                  n                      n
## 262                            ?                  ?                      n
## 263                            n                  n                      ?
## 264                            n                  n                      n
## 265                            n                  n                      n
## 266                            n                  n                      n
## 267                            n                  y                      n
## 268                            n                  n                      n
## 269                            n                  n                      n
## 270                            n                  n                      n
## 271                            n                  n                      n
## 272                            ?                  n                      n
## 273                            n                  n                      n
## 274                            n                  y                      y
## 275                            n                  n                      n
## 276                            ?                  n                      y
## 277                            n                  y                      y
## 278                            n                  n                      n
## 279                            n                  y                      y
## 280                            n                  y                      y
## 281                            n                  n                      n
## 282                            n                  n                      n
## 283                            n                  ?                      y
## 284                            n                  y                      y
## 285                            y                  n                      n
## 286                            y                  n                      n
## 287                            y                  y                      n
## 288                            y                  n                      y
## 289                            y                  n                      y
## 290                            y                  n                      y
## 291                            n                  n                      y
## 292                            n                  ?                      n
## 293                            y                  n                      y
## 294                            y                  n                      y
## 295                            y                  n                      y
## 296                            n                  y                      ?
## 297                            n                  y                      y
## 298                            n                  n                      ?
## 299                            y                  n                      n
## 300                            n                  n                      y
## 301                            n                  y                      y
## 302                            n                  n                      n
## 303                            n                  y                      y
## 304                            n                  y                      y
## 305                            n                  y                      y
## 306                            n                  y                      y
## 307                            n                  y                      y
## 308                            n                  n                      n
## 309                            n                  y                      y
## 310                            n                  n                      n
## 311                            n                  y                      y
## 312                            n                  n                      y
## 313                            n                  n                      n
## 314                            n                  y                      y
## 315                            y                  y                      y
## 316                            n                  n                      ?
## 317                            y                  y                      y
## 318                            n                  n                      n
## 319                            n                  n                      n
## 320                            n                  n                      n
## 321                            n                  n                      y
## 322                            n                  n                      y
## 323                            y                  n                      y
## 324                            n                  n                      y
## 325                            y                  y                      y
## 326                            n                  y                      y
## 327                            y                  n                      n
## 328                            n                  y                      y
## 329                            y                  n                      n
## 330                            n                  n                      n
## 331                            n                  y                      y
## 332                            n                  n                      n
## 333                            y                  n                      n
## 334                            n                  n                      n
## 335                            y                  y                      n
## 336                            y                  y                      y
## 337                            y                  n                      n
## 338                            n                  n                      n
## 339                            n                  n                      n
## 340                            y                  y                      y
## 341                            y                  y                      n
## 342                            y                  n                      ?
## 343                            y                  n                      y
## 344                            n                  n                      n
## 345                            y                  n                      n
## 346                            n                  y                      n
## 347                            n                  y                      y
## 348                            n                  y                      y
## 349                            n                  y                      n
## 350                            n                  y                      y
## 351                            y                  n                      n
## 352                            n                  y                      y
## 353                            y                  n                      y
## 354                            y                  y                      y
## 355                            n                  ?                      n
## 356                            n                  n                      n
## 357                            n                  y                      y
## 358                            n                  y                      y
## 359                            y                  y                      y
## 360                            ?                  y                      y
## 361                            n                  n                      y
## 362                            n                  n                      y
## 363                            y                  y                      y
## 364                            y                  n                      y
## 365                            y                  n                      y
## 366                            y                  n                      y
## 367                            y                  n                      n
## 368                            y                  n                      n
## 369                            n                  n                      n
## 370                            n                  n                      y
## 371                            ?                  ?                      n
## 372                            n                  n                      n
## 373                            y                  y                      ?
## 374                            ?                  n                      y
## 375                            n                  y                      y
## 376                            y                  y                      n
## 377                            y                  n                      n
## 378                            ?                  ?                      y
## 379                            n                  y                      y
## 380                            n                  y                      y
## 381                            y                  n                      y
## 382                            y                  n                      y
## 383                            y                  n                      y
## 384                            y                  n                      n
## 385                            y                  y                      y
## 386                            y                  y                      y
## 387                            y                  n                      n
## 388                            y                  n                      n
## 389                            n                  y                      y
## 390                            y                  n                      n
## 391                            y                  y                      n
## 392                            y                  n                      n
## 393                            y                  y                      y
## 394                            n                  y                      y
## 395                            y                  n                      y
## 396                            y                  ?                      n
## 397                            y                  n                      y
## 398                            y                  n                      y
## 399                            n                  n                      n
## 400                            n                  y                      y
## 401                            ?                  ?                      ?
## 402                            y                  y                      y
## 403                            n                  y                      n
## 404                            n                  y                      ?
## 405                            n                  y                      y
## 406                            n                  y                      y
## 407                            n                  n                      y
## 408                            y                  y                      y
## 409                            n                  y                      ?
## 410                            n                  y                      y
## 411                            y                  y                      y
## 412                            y                  n                      n
## 413                            n                  y                      y
## 414                            ?                  ?                      ?
## 415                            n                  n                      n
## 416                            n                  n                      n
## 417                            n                  n                      y
## 418                            y                  n                      y
## 419                            n                  n                      n
## 420                            n                  n                      n
## 421                            n                  n                      y
## 422                            y                  n                      y
## 423                            y                  n                      n
## 424                            y                  n                      n
## 425                            y                  n                      ?
## 426                            y                  n                      n
## 427                            n                  n                      n
## 428                            n                  y                      y
## 429                            n                  n                      y
## 430                            n                  y                      n
## 431                            n                  y                      y
## 432                            n                  n                      n
## 433                            y                  y                      y
## 434                            n                  y                      y
## 435                            n                  y                      y
##     crime duty_free_exports export_administration_act_south_africa
## 1       y                 n                                      y
## 2       y                 n                                      ?
## 3       y                 n                                      n
## 4       n                 n                                      y
## 5       y                 y                                      y
## 6       y                 y                                      y
## 7       y                 y                                      y
## 8       y                 ?                                      y
## 9       y                 n                                      y
## 10      n                 ?                                      ?
## 11      y                 n                                      n
## 12      y                 ?                                      ?
## 13      n                 ?                                      ?
## 14      n                 y                                      ?
## 15      ?                 n                                      ?
## 16      ?                 n                                      ?
## 17      n                 n                                      y
## 18      n                 y                                      y
## 19      y                 n                                      n
## 20      n                 y                                      y
## 21      n                 y                                      y
## 22      ?                 y                                      y
## 23      n                 y                                      y
## 24      n                 y                                      y
## 25      n                 y                                      ?
## 26      n                 y                                      y
## 27      n                 y                                      y
## 28      n                 y                                      y
## 29      y                 n                                      y
## 30      n                 y                                      y
## 31      y                 n                                      n
## 32      n                 y                                      ?
## 33      n                 y                                      y
## 34      y                 n                                      y
## 35      n                 y                                      y
## 36      y                 n                                      n
## 37      y                 n                                      y
## 38      y                 n                                      y
## 39      y                 n                                      n
## 40      n                 y                                      y
## 41      n                 n                                      ?
## 42      n                 y                                      ?
## 43      n                 n                                      y
## 44      n                 y                                      y
## 45      n                 n                                      ?
## 46      n                 y                                      ?
## 47      n                 n                                      y
## 48      n                 n                                      ?
## 49      y                 n                                      y
## 50      y                 n                                      n
## 51      n                 y                                      y
## 52      y                 n                                      y
## 53      n                 ?                                      ?
## 54      y                 n                                      n
## 55      y                 n                                      ?
## 56      y                 n                                      n
## 57      y                 n                                      y
## 58      y                 n                                      y
## 59      y                 n                                      y
## 60      y                 n                                      ?
## 61      n                 y                                      ?
## 62      y                 n                                      n
## 63      n                 n                                      ?
## 64      n                 n                                      y
## 65      n                 n                                      y
## 66      y                 n                                      y
## 67      y                 n                                      y
## 68      y                 n                                      n
## 69      n                 y                                      y
## 70      n                 y                                      y
## 71      n                 y                                      ?
## 72      y                 n                                      y
## 73      n                 y                                      ?
## 74      y                 n                                      y
## 75      y                 y                                      y
## 76      y                 n                                      n
## 77      y                 n                                      ?
## 78      y                 n                                      y
## 79      y                 n                                      y
## 80      y                 n                                      n
## 81      y                 n                                      ?
## 82      y                 n                                      y
## 83      y                 n                                      y
## 84      y                 n                                      n
## 85      y                 n                                      n
## 86      y                 n                                      y
## 87      y                 n                                      n
## 88      y                 n                                      n
## 89      y                 n                                      y
## 90      y                 n                                      ?
## 91      n                 y                                      y
## 92      n                 y                                      y
## 93      ?                 y                                      y
## 94      n                 y                                      y
## 95      n                 n                                      y
## 96      ?                 y                                      y
## 97      y                 n                                      y
## 98      y                 n                                      y
## 99      n                 n                                      y
## 100     y                 n                                      n
## 101     y                 n                                      y
## 102     y                 n                                      y
## 103     y                 y                                      ?
## 104     y                 ?                                      n
## 105     y                 n                                      ?
## 106     n                 y                                      y
## 107     y                 n                                      y
## 108     y                 ?                                      ?
## 109     n                 y                                      ?
## 110     n                 y                                      ?
## 111     n                 y                                      y
## 112     y                 n                                      y
## 113     n                 y                                      ?
## 114     y                 n                                      n
## 115     n                 y                                      ?
## 116     n                 y                                      y
## 117     n                 y                                      y
## 118     y                 n                                      y
## 119     n                 y                                      y
## 120     y                 n                                      n
## 121     y                 ?                                      y
## 122     y                 n                                      y
## 123     y                 n                                      y
## 124     y                 n                                      y
## 125     n                 y                                      y
## 126     y                 n                                      y
## 127     y                 n                                      n
## 128     y                 y                                      y
## 129     n                 y                                      y
## 130     ?                 ?                                      ?
## 131     n                 y                                      ?
## 132     y                 n                                      y
## 133     y                 n                                      ?
## 134     y                 n                                      y
## 135     y                 n                                      ?
## 136     y                 n                                      n
## 137     n                 n                                      y
## 138     y                 y                                      y
## 139     y                 n                                      y
## 140     n                 y                                      y
## 141     y                 n                                      y
## 142     y                 ?                                      y
## 143     y                 n                                      y
## 144     y                 y                                      y
## 145     y                 n                                      ?
## 146     y                 ?                                      y
## 147     y                 n                                      y
## 148     y                 y                                      y
## 149     y                 n                                      y
## 150     n                 y                                      y
## 151     y                 n                                      y
## 152     y                 n                                      n
## 153     n                 y                                      y
## 154     y                 n                                      y
## 155     y                 n                                      n
## 156     y                 n                                      n
## 157     y                 n                                      n
## 158     ?                 ?                                      ?
## 159     y                 n                                      n
## 160     ?                 n                                      ?
## 161     y                 y                                      y
## 162     y                 n                                      y
## 163     y                 n                                      y
## 164     y                 n                                      y
## 165     y                 n                                      ?
## 166     n                 y                                      ?
## 167     y                 y                                      y
## 168     y                 y                                      y
## 169     y                 y                                      ?
## 170     y                 n                                      y
## 171     n                 y                                      ?
## 172     y                 n                                      y
## 173     n                 y                                      y
## 174     y                 n                                      y
## 175     n                 y                                      ?
## 176     n                 y                                      y
## 177     y                 y                                      y
## 178     n                 y                                      y
## 179     n                 y                                      ?
## 180     n                 y                                      y
## 181     n                 ?                                      ?
## 182     n                 y                                      y
## 183     n                 y                                      y
## 184     ?                 ?                                      ?
## 185     n                 y                                      y
## 186     n                 y                                      y
## 187     n                 y                                      y
## 188     n                 y                                      ?
## 189     y                 ?                                      ?
## 190     n                 y                                      y
## 191     y                 n                                      ?
## 192     y                 n                                      ?
## 193     y                 y                                      y
## 194     n                 y                                      y
## 195     n                 y                                      y
## 196     y                 n                                      ?
## 197     y                 y                                      ?
## 198     y                 n                                      y
## 199     n                 y                                      ?
## 200     n                 y                                      ?
## 201     y                 y                                      y
## 202     n                 y                                      y
## 203     n                 y                                      y
## 204     n                 y                                      y
## 205     y                 n                                      y
## 206     n                 n                                      y
## 207     y                 n                                      y
## 208     y                 n                                      y
## 209     n                 y                                      y
## 210     n                 n                                      y
## 211     n                 y                                      y
## 212     y                 n                                      y
## 213     n                 y                                      y
## 214     n                 y                                      y
## 215     y                 n                                      y
## 216     y                 y                                      ?
## 217     y                 y                                      ?
## 218     y                 n                                      n
## 219     n                 y                                      ?
## 220     y                 y                                      y
## 221     n                 y                                      ?
## 222     n                 y                                      ?
## 223     n                 y                                      ?
## 224     y                 n                                      y
## 225     y                 n                                      n
## 226     y                 n                                      y
## 227     y                 y                                      y
## 228     n                 ?                                      y
## 229     ?                 n                                      y
## 230     y                 n                                      y
## 231     y                 n                                      y
## 232     y                 n                                      y
## 233     n                 y                                      ?
## 234     y                 n                                      y
## 235     y                 y                                      ?
## 236     y                 n                                      y
## 237     n                 y                                      y
## 238     n                 n                                      y
## 239     n                 y                                      ?
## 240     y                 y                                      y
## 241     y                 n                                      y
## 242     y                 y                                      y
## 243     y                 y                                      y
## 244     n                 y                                      y
## 245     n                 y                                      y
## 246     n                 y                                      y
## 247     y                 ?                                      y
## 248     y                 n                                      n
## 249     ?                 ?                                      ?
## 250     n                 y                                      y
## 251     y                 n                                      n
## 252     y                 n                                      n
## 253     n                 y                                      y
## 254     y                 n                                      y
## 255     n                 n                                      y
## 256     y                 y                                      y
## 257     y                 n                                      n
## 258     y                 ?                                      y
## 259     n                 y                                      y
## 260     n                 n                                      y
## 261     n                 n                                      y
## 262     ?                 ?                                      ?
## 263     n                 y                                      y
## 264     n                 y                                      ?
## 265     n                 y                                      ?
## 266     n                 n                                      y
## 267     y                 n                                      y
## 268     y                 n                                      y
## 269     n                 y                                      ?
## 270     n                 n                                      y
## 271     n                 y                                      y
## 272     n                 n                                      y
## 273     n                 y                                      ?
## 274     y                 ?                                      y
## 275     y                 y                                      y
## 276     y                 n                                      n
## 277     y                 y                                      n
## 278     y                 n                                      y
## 279     y                 n                                      y
## 280     y                 n                                      n
## 281     y                 n                                      y
## 282     y                 n                                      ?
## 283     y                 n                                      n
## 284     y                 n                                      y
## 285     n                 ?                                      y
## 286     n                 y                                      y
## 287     y                 y                                      ?
## 288     n                 ?                                      y
## 289     y                 y                                      y
## 290     y                 n                                      ?
## 291     y                 n                                      y
## 292     y                 n                                      y
## 293     y                 y                                      y
## 294     y                 y                                      y
## 295     y                 n                                      ?
## 296     ?                 ?                                      ?
## 297     y                 y                                      y
## 298     n                 y                                      ?
## 299     n                 y                                      y
## 300     y                 y                                      y
## 301     y                 n                                      y
## 302     n                 y                                      y
## 303     y                 n                                      y
## 304     y                 n                                      n
## 305     y                 n                                      ?
## 306     y                 n                                      n
## 307     y                 n                                      n
## 308     y                 n                                      ?
## 309     y                 n                                      n
## 310     y                 y                                      y
## 311     y                 y                                      n
## 312     n                 n                                      y
## 313     n                 y                                      y
## 314     y                 n                                      y
## 315     y                 y                                      y
## 316     ?                 y                                      ?
## 317     y                 y                                      n
## 318     n                 y                                      y
## 319     n                 y                                      ?
## 320     n                 y                                      ?
## 321     y                 n                                      y
## 322     n                 n                                      y
## 323     y                 n                                      ?
## 324     y                 n                                      ?
## 325     y                 n                                      n
## 326     y                 n                                      y
## 327     y                 n                                      y
## 328     y                 n                                      y
## 329     n                 n                                      y
## 330     n                 y                                      ?
## 331     y                 n                                      n
## 332     n                 y                                      ?
## 333     n                 y                                      ?
## 334     n                 y                                      y
## 335     n                 y                                      y
## 336     y                 n                                      ?
## 337     y                 ?                                      y
## 338     n                 y                                      y
## 339     y                 y                                      y
## 340     y                 n                                      n
## 341     y                 n                                      y
## 342     ?                 y                                      y
## 343     n                 y                                      y
## 344     y                 n                                      y
## 345     n                 y                                      y
## 346     y                 y                                      y
## 347     y                 n                                      y
## 348     y                 n                                      n
## 349     n                 y                                      ?
## 350     y                 n                                      y
## 351     n                 y                                      y
## 352     y                 y                                      y
## 353     n                 y                                      ?
## 354     y                 n                                      y
## 355     n                 y                                      y
## 356     y                 y                                      y
## 357     y                 n                                      n
## 358     y                 n                                      n
## 359     y                 n                                      ?
## 360     y                 n                                      y
## 361     n                 n                                      y
## 362     y                 n                                      ?
## 363     n                 n                                      y
## 364     n                 n                                      n
## 365     y                 n                                      y
## 366     y                 n                                      n
## 367     n                 n                                      ?
## 368     n                 y                                      ?
## 369     n                 y                                      y
## 370     y                 n                                      y
## 371     n                 y                                      y
## 372     n                 y                                      ?
## 373     y                 n                                      n
## 374     y                 ?                                      y
## 375     y                 n                                      y
## 376     y                 n                                      n
## 377     n                 y                                      y
## 378     ?                 ?                                      ?
## 379     y                 n                                      y
## 380     y                 n                                      y
## 381     n                 y                                      y
## 382     y                 n                                      ?
## 383     y                 n                                      ?
## 384     n                 n                                      y
## 385     y                 n                                      y
## 386     y                 y                                      n
## 387     n                 n                                      ?
## 388     y                 n                                      ?
## 389     y                 n                                      ?
## 390     n                 y                                      ?
## 391     y                 n                                      ?
## 392     n                 y                                      n
## 393     y                 n                                      y
## 394     n                 n                                      ?
## 395     n                 n                                      y
## 396     n                 y                                      y
## 397     n                 y                                      y
## 398     y                 n                                      y
## 399     n                 n                                      y
## 400     y                 n                                      n
## 401     y                 n                                      ?
## 402     y                 n                                      n
## 403     y                 n                                      y
## 404     y                 n                                      n
## 405     y                 n                                      y
## 406     y                 n                                      y
## 407     y                 n                                      y
## 408     y                 n                                      n
## 409     y                 y                                      y
## 410     y                 n                                      n
## 411     y                 n                                      y
## 412     n                 n                                      y
## 413     y                 n                                      y
## 414     y                 n                                      y
## 415     n                 n                                      y
## 416     n                 n                                      y
## 417     y                 n                                      y
## 418     n                 n                                      y
## 419     n                 n                                      y
## 420     n                 n                                      y
## 421     y                 n                                      y
## 422     n                 y                                      y
## 423     n                 y                                      y
## 424     y                 y                                      y
## 425     y                 y                                      y
## 426     n                 y                                      ?
## 427     n                 y                                      y
## 428     y                 n                                      y
## 429     n                 y                                      y
## 430     ?                 y                                      y
## 431     y                 n                                      y
## 432     n                 n                                      y
## 433     y                 n                                      y
## 434     y                 n                                      y
## 435     y                 ?                                      n
AllVotingRecordsTidy <- AllVotingRecords %>% gather(Issue, VoteType, handicapped_infants:export_administration_act_south_africa)
AllVotingRecordsTidy <- AllVotingRecordsTidy %>% filter(VoteType!="?")
AllVotingRecordsTidy1 <- AllVotingRecordsTidy %>% unite(NewClass,sep="_", Class_Name, VoteType)
AllVotingRecordsTidy1
##          NewClass                                  Issue
## 1    republican_n                    handicapped_infants
## 2    republican_n                    handicapped_infants
## 3      democrat_n                    handicapped_infants
## 4      democrat_y                    handicapped_infants
## 5      democrat_n                    handicapped_infants
## 6      democrat_n                    handicapped_infants
## 7    republican_n                    handicapped_infants
## 8    republican_n                    handicapped_infants
## 9      democrat_y                    handicapped_infants
## 10   republican_n                    handicapped_infants
## 11   republican_n                    handicapped_infants
## 12     democrat_n                    handicapped_infants
## 13     democrat_y                    handicapped_infants
## 14   republican_n                    handicapped_infants
## 15   republican_n                    handicapped_infants
## 16     democrat_y                    handicapped_infants
## 17     democrat_y                    handicapped_infants
## 18   republican_n                    handicapped_infants
## 19     democrat_y                    handicapped_infants
## 20     democrat_y                    handicapped_infants
## 21     democrat_y                    handicapped_infants
## 22     democrat_y                    handicapped_infants
## 23     democrat_y                    handicapped_infants
## 24     democrat_y                    handicapped_infants
## 25     democrat_y                    handicapped_infants
## 26     democrat_y                    handicapped_infants
## 27     democrat_y                    handicapped_infants
## 28   republican_y                    handicapped_infants
## 29     democrat_y                    handicapped_infants
## 30   republican_n                    handicapped_infants
## 31     democrat_y                    handicapped_infants
## 32     democrat_y                    handicapped_infants
## 33   republican_n                    handicapped_infants
## 34     democrat_y                    handicapped_infants
## 35   republican_n                    handicapped_infants
## 36   republican_y                    handicapped_infants
## 37   republican_y                    handicapped_infants
## 38   republican_n                    handicapped_infants
## 39     democrat_y                    handicapped_infants
## 40     democrat_y                    handicapped_infants
## 41     democrat_y                    handicapped_infants
## 42     democrat_y                    handicapped_infants
## 43     democrat_y                    handicapped_infants
## 44     democrat_y                    handicapped_infants
## 45     democrat_y                    handicapped_infants
## 46     democrat_y                    handicapped_infants
## 47     democrat_y                    handicapped_infants
## 48     democrat_y                    handicapped_infants
## 49   republican_n                    handicapped_infants
## 50     democrat_y                    handicapped_infants
## 51   republican_n                    handicapped_infants
## 52     democrat_y                    handicapped_infants
## 53   republican_y                    handicapped_infants
## 54     democrat_y                    handicapped_infants
## 55   republican_n                    handicapped_infants
## 56   republican_n                    handicapped_infants
## 57   republican_n                    handicapped_infants
## 58   republican_n                    handicapped_infants
## 59   republican_n                    handicapped_infants
## 60     democrat_y                    handicapped_infants
## 61   republican_n                    handicapped_infants
## 62     democrat_y                    handicapped_infants
## 63     democrat_y                    handicapped_infants
## 64     democrat_y                    handicapped_infants
## 65   republican_y                    handicapped_infants
## 66   republican_n                    handicapped_infants
## 67   republican_n                    handicapped_infants
## 68     democrat_y                    handicapped_infants
## 69     democrat_y                    handicapped_infants
## 70     democrat_y                    handicapped_infants
## 71   republican_y                    handicapped_infants
## 72     democrat_y                    handicapped_infants
## 73   republican_y                    handicapped_infants
## 74     democrat_y                    handicapped_infants
## 75     democrat_n                    handicapped_infants
## 76     democrat_n                    handicapped_infants
## 77     democrat_n                    handicapped_infants
## 78     democrat_y                    handicapped_infants
## 79   republican_n                    handicapped_infants
## 80     democrat_y                    handicapped_infants
## 81     democrat_y                    handicapped_infants
## 82   republican_n                    handicapped_infants
## 83   republican_n                    handicapped_infants
## 84   republican_n                    handicapped_infants
## 85     democrat_n                    handicapped_infants
## 86   republican_n                    handicapped_infants
## 87   republican_n                    handicapped_infants
## 88     democrat_n                    handicapped_infants
## 89   republican_n                    handicapped_infants
## 90     democrat_y                    handicapped_infants
## 91     democrat_y                    handicapped_infants
## 92     democrat_y                    handicapped_infants
## 93     democrat_y                    handicapped_infants
## 94     democrat_y                    handicapped_infants
## 95     democrat_y                    handicapped_infants
## 96     democrat_n                    handicapped_infants
## 97     democrat_y                    handicapped_infants
## 98     democrat_y                    handicapped_infants
## 99   republican_n                    handicapped_infants
## 100    democrat_y                    handicapped_infants
## 101    democrat_y                    handicapped_infants
## 102    democrat_y                    handicapped_infants
## 103    democrat_y                    handicapped_infants
## 104    democrat_y                    handicapped_infants
## 105  republican_n                    handicapped_infants
## 106  republican_n                    handicapped_infants
## 107    democrat_y                    handicapped_infants
## 108    democrat_y                    handicapped_infants
## 109    democrat_n                    handicapped_infants
## 110  republican_n                    handicapped_infants
## 111    democrat_n                    handicapped_infants
## 112  republican_n                    handicapped_infants
## 113    democrat_y                    handicapped_infants
## 114    democrat_n                    handicapped_infants
## 115    democrat_y                    handicapped_infants
## 116  republican_y                    handicapped_infants
## 117    democrat_n                    handicapped_infants
## 118  republican_n                    handicapped_infants
## 119  republican_n                    handicapped_infants
## 120  republican_n                    handicapped_infants
## 121  republican_n                    handicapped_infants
## 122  republican_y                    handicapped_infants
## 123    democrat_n                    handicapped_infants
## 124  republican_n                    handicapped_infants
## 125  republican_n                    handicapped_infants
## 126    democrat_n                    handicapped_infants
## 127    democrat_n                    handicapped_infants
## 128    democrat_y                    handicapped_infants
## 129    democrat_n                    handicapped_infants
## 130  republican_n                    handicapped_infants
## 131  republican_n                    handicapped_infants
## 132  republican_n                    handicapped_infants
## 133  republican_n                    handicapped_infants
## 134  republican_n                    handicapped_infants
## 135    democrat_n                    handicapped_infants
## 136    democrat_n                    handicapped_infants
## 137    democrat_y                    handicapped_infants
## 138  republican_n                    handicapped_infants
## 139  republican_n                    handicapped_infants
## 140  republican_n                    handicapped_infants
## 141    democrat_n                    handicapped_infants
## 142    democrat_n                    handicapped_infants
## 143  republican_n                    handicapped_infants
## 144    democrat_n                    handicapped_infants
## 145  republican_n                    handicapped_infants
## 146    democrat_n                    handicapped_infants
## 147  republican_y                    handicapped_infants
## 148    democrat_y                    handicapped_infants
## 149    democrat_n                    handicapped_infants
## 150    democrat_n                    handicapped_infants
## 151  republican_n                    handicapped_infants
## 152  republican_y                    handicapped_infants
## 153  republican_y                    handicapped_infants
## 154    democrat_n                    handicapped_infants
## 155  republican_n                    handicapped_infants
## 156    democrat_n                    handicapped_infants
## 157    democrat_n                    handicapped_infants
## 158    democrat_n                    handicapped_infants
## 159    democrat_n                    handicapped_infants
## 160  republican_n                    handicapped_infants
## 161    democrat_y                    handicapped_infants
## 162    democrat_n                    handicapped_infants
## 163  republican_y                    handicapped_infants
## 164  republican_y                    handicapped_infants
## 165    democrat_n                    handicapped_infants
## 166    democrat_y                    handicapped_infants
## 167    democrat_y                    handicapped_infants
## 168  republican_n                    handicapped_infants
## 169    democrat_n                    handicapped_infants
## 170    democrat_n                    handicapped_infants
## 171    democrat_y                    handicapped_infants
## 172    democrat_n                    handicapped_infants
## 173  republican_n                    handicapped_infants
## 174    democrat_n                    handicapped_infants
## 175    democrat_y                    handicapped_infants
## 176    democrat_n                    handicapped_infants
## 177    democrat_y                    handicapped_infants
## 178    democrat_n                    handicapped_infants
## 179    democrat_y                    handicapped_infants
## 180    democrat_n                    handicapped_infants
## 181    democrat_y                    handicapped_infants
## 182  republican_y                    handicapped_infants
## 183    democrat_y                    handicapped_infants
## 184  republican_n                    handicapped_infants
## 185  republican_n                    handicapped_infants
## 186    democrat_n                    handicapped_infants
## 187    democrat_n                    handicapped_infants
## 188    democrat_n                    handicapped_infants
## 189  republican_n                    handicapped_infants
## 190    democrat_n                    handicapped_infants
## 191  republican_n                    handicapped_infants
## 192    democrat_n                    handicapped_infants
## 193    democrat_y                    handicapped_infants
## 194    democrat_n                    handicapped_infants
## 195    democrat_y                    handicapped_infants
## 196    democrat_y                    handicapped_infants
## 197    democrat_y                    handicapped_infants
## 198  republican_n                    handicapped_infants
## 199    democrat_n                    handicapped_infants
## 200  republican_n                    handicapped_infants
## 201  republican_y                    handicapped_infants
## 202    democrat_n                    handicapped_infants
## 203    democrat_y                    handicapped_infants
## 204    democrat_n                    handicapped_infants
## 205  republican_n                    handicapped_infants
## 206    democrat_n                    handicapped_infants
## 207    democrat_n                    handicapped_infants
## 208  republican_y                    handicapped_infants
## 209    democrat_n                    handicapped_infants
## 210    democrat_y                    handicapped_infants
## 211  republican_n                    handicapped_infants
## 212    democrat_y                    handicapped_infants
## 213    democrat_n                    handicapped_infants
## 214    democrat_n                    handicapped_infants
## 215    democrat_n                    handicapped_infants
## 216    democrat_y                    handicapped_infants
## 217  republican_n                    handicapped_infants
## 218  republican_n                    handicapped_infants
## 219  republican_n                    handicapped_infants
## 220    democrat_n                    handicapped_infants
## 221    democrat_y                    handicapped_infants
## 222  republican_n                    handicapped_infants
## 223  republican_n                    handicapped_infants
## 224  republican_n                    handicapped_infants
## 225  republican_n                    handicapped_infants
## 226    democrat_n                    handicapped_infants
## 227  republican_n                    handicapped_infants
## 228    democrat_n                    handicapped_infants
## 229  republican_n                    handicapped_infants
## 230    democrat_n                    handicapped_infants
## 231    democrat_y                    handicapped_infants
## 232    democrat_y                    handicapped_infants
## 233  republican_n                    handicapped_infants
## 234  republican_n                    handicapped_infants
## 235    democrat_y                    handicapped_infants
## 236  republican_n                    handicapped_infants
## 237    democrat_n                    handicapped_infants
## 238    democrat_y                    handicapped_infants
## 239    democrat_y                    handicapped_infants
## 240    democrat_n                    handicapped_infants
## 241  republican_n                    handicapped_infants
## 242    democrat_y                    handicapped_infants
## 243  republican_n                    handicapped_infants
## 244  republican_n                    handicapped_infants
## 245    democrat_y                    handicapped_infants
## 246  republican_n                    handicapped_infants
## 247    democrat_y                    handicapped_infants
## 248    democrat_y                    handicapped_infants
## 249  republican_n                    handicapped_infants
## 250  republican_n                    handicapped_infants
## 251    democrat_n                    handicapped_infants
## 252    democrat_y                    handicapped_infants
## 253    democrat_y                    handicapped_infants
## 254    democrat_y                    handicapped_infants
## 255    democrat_y                    handicapped_infants
## 256    democrat_y                    handicapped_infants
## 257    democrat_y                    handicapped_infants
## 258    democrat_y                    handicapped_infants
## 259  republican_n                    handicapped_infants
## 260  republican_y                    handicapped_infants
## 261    democrat_y                    handicapped_infants
## 262    democrat_y                    handicapped_infants
## 263    democrat_y                    handicapped_infants
## 264    democrat_n                    handicapped_infants
## 265    democrat_y                    handicapped_infants
## 266  republican_n                    handicapped_infants
## 267  republican_y                    handicapped_infants
## 268    democrat_n                    handicapped_infants
## 269  republican_n                    handicapped_infants
## 270  republican_n                    handicapped_infants
## 271  republican_n                    handicapped_infants
## 272  republican_n                    handicapped_infants
## 273    democrat_n                    handicapped_infants
## 274  republican_y                    handicapped_infants
## 275  republican_y                    handicapped_infants
## 276  republican_n                    handicapped_infants
## 277    democrat_n                    handicapped_infants
## 278    democrat_n                    handicapped_infants
## 279    democrat_n                    handicapped_infants
## 280    democrat_y                    handicapped_infants
## 281    democrat_y                    handicapped_infants
## 282    democrat_y                    handicapped_infants
## 283    democrat_y                    handicapped_infants
## 284    democrat_y                    handicapped_infants
## 285    democrat_y                    handicapped_infants
## 286    democrat_y                    handicapped_infants
## 287    democrat_n                    handicapped_infants
## 288  republican_n                    handicapped_infants
## 289  republican_n                    handicapped_infants
## 290    democrat_y                    handicapped_infants
## 291    democrat_n                    handicapped_infants
## 292    democrat_n                    handicapped_infants
## 293  republican_n                    handicapped_infants
## 294    democrat_n                    handicapped_infants
## 295  republican_n                    handicapped_infants
## 296  republican_n                    handicapped_infants
## 297  republican_n                    handicapped_infants
## 298  republican_n                    handicapped_infants
## 299  republican_n                    handicapped_infants
## 300    democrat_y                    handicapped_infants
## 301  republican_n                    handicapped_infants
## 302    democrat_y                    handicapped_infants
## 303  republican_n                    handicapped_infants
## 304    democrat_n                    handicapped_infants
## 305    democrat_y                    handicapped_infants
## 306  republican_n                    handicapped_infants
## 307  republican_n                    handicapped_infants
## 308  republican_n                    handicapped_infants
## 309    democrat_n                    handicapped_infants
## 310    democrat_y                    handicapped_infants
## 311    democrat_n                    handicapped_infants
## 312    democrat_y                    handicapped_infants
## 313    democrat_n                    handicapped_infants
## 314    democrat_y                    handicapped_infants
## 315    democrat_y                    handicapped_infants
## 316    democrat_y                    handicapped_infants
## 317  republican_n                    handicapped_infants
## 318    democrat_n                    handicapped_infants
## 319    democrat_y                    handicapped_infants
## 320  republican_n                    handicapped_infants
## 321    democrat_y                    handicapped_infants
## 322    democrat_y                    handicapped_infants
## 323  republican_n                    handicapped_infants
## 324    democrat_y                    handicapped_infants
## 325    democrat_y                    handicapped_infants
## 326    democrat_n                    handicapped_infants
## 327    democrat_n                    handicapped_infants
## 328  republican_n                    handicapped_infants
## 329    democrat_n                    handicapped_infants
## 330    democrat_y                    handicapped_infants
## 331    democrat_y                    handicapped_infants
## 332  republican_y                    handicapped_infants
## 333  republican_n                    handicapped_infants
## 334    democrat_n                    handicapped_infants
## 335    democrat_n                    handicapped_infants
## 336  republican_n                    handicapped_infants
## 337    democrat_n                    handicapped_infants
## 338  republican_n                    handicapped_infants
## 339  republican_n                    handicapped_infants
## 340  republican_y                    handicapped_infants
## 341    democrat_y                    handicapped_infants
## 342  republican_n                    handicapped_infants
## 343    democrat_n                    handicapped_infants
## 344  republican_n                    handicapped_infants
## 345    democrat_n                    handicapped_infants
## 346  republican_n                    handicapped_infants
## 347    democrat_n                    handicapped_infants
## 348  republican_y                    handicapped_infants
## 349  republican_n                    handicapped_infants
## 350  republican_n                    handicapped_infants
## 351    democrat_y                    handicapped_infants
## 352  republican_n                    handicapped_infants
## 353    democrat_y                    handicapped_infants
## 354    democrat_y                    handicapped_infants
## 355    democrat_y                    handicapped_infants
## 356  republican_y                    handicapped_infants
## 357  republican_y                    handicapped_infants
## 358    democrat_n                    handicapped_infants
## 359    democrat_y                    handicapped_infants
## 360    democrat_y                    handicapped_infants
## 361    democrat_n                    handicapped_infants
## 362  republican_n                    handicapped_infants
## 363    democrat_y                    handicapped_infants
## 364    democrat_y                    handicapped_infants
## 365    democrat_n                    handicapped_infants
## 366    democrat_n                    handicapped_infants
## 367  republican_n                    handicapped_infants
## 368    democrat_n                    handicapped_infants
## 369    democrat_y                    handicapped_infants
## 370  republican_n                    handicapped_infants
## 371  republican_n                    handicapped_infants
## 372  republican_n                    handicapped_infants
## 373    democrat_y                    handicapped_infants
## 374    democrat_y                    handicapped_infants
## 375    democrat_y                    handicapped_infants
## 376    democrat_y                    handicapped_infants
## 377    democrat_y                    handicapped_infants
## 378    democrat_y                    handicapped_infants
## 379    democrat_n                    handicapped_infants
## 380    democrat_y                    handicapped_infants
## 381    democrat_n                    handicapped_infants
## 382    democrat_y                    handicapped_infants
## 383    democrat_y                    handicapped_infants
## 384  republican_y                    handicapped_infants
## 385    democrat_y                    handicapped_infants
## 386    democrat_y                    handicapped_infants
## 387    democrat_y                    handicapped_infants
## 388    democrat_y                    handicapped_infants
## 389    democrat_n                    handicapped_infants
## 390  republican_n                    handicapped_infants
## 391  republican_n                    handicapped_infants
## 392  republican_n                    handicapped_infants
## 393  republican_n                    handicapped_infants
## 394  republican_y                    handicapped_infants
## 395  republican_n                    handicapped_infants
## 396    democrat_y                    handicapped_infants
## 397    democrat_n                    handicapped_infants
## 398    democrat_y                    handicapped_infants
## 399  republican_n                    handicapped_infants
## 400  republican_n                    handicapped_infants
## 401    democrat_y                    handicapped_infants
## 402  republican_n                    handicapped_infants
## 403  republican_y                    handicapped_infants
## 404    democrat_y                    handicapped_infants
## 405    democrat_n                    handicapped_infants
## 406  republican_y                    handicapped_infants
## 407    democrat_y                    handicapped_infants
## 408    democrat_y                    handicapped_infants
## 409    democrat_y                    handicapped_infants
## 410  republican_y                    handicapped_infants
## 411    democrat_n                    handicapped_infants
## 412    democrat_n                    handicapped_infants
## 413    democrat_n                    handicapped_infants
## 414    democrat_n                    handicapped_infants
## 415    democrat_n                    handicapped_infants
## 416    democrat_y                    handicapped_infants
## 417  republican_n                    handicapped_infants
## 418    democrat_y                    handicapped_infants
## 419  republican_n                    handicapped_infants
## 420    democrat_n                    handicapped_infants
## 421  republican_n                    handicapped_infants
## 422  republican_n                    handicapped_infants
## 423  republican_n                    handicapped_infants
## 424  republican_y             water_project_cost_sharing
## 425  republican_y             water_project_cost_sharing
## 426    democrat_y             water_project_cost_sharing
## 427    democrat_y             water_project_cost_sharing
## 428    democrat_y             water_project_cost_sharing
## 429    democrat_y             water_project_cost_sharing
## 430    democrat_y             water_project_cost_sharing
## 431  republican_y             water_project_cost_sharing
## 432  republican_y             water_project_cost_sharing
## 433    democrat_y             water_project_cost_sharing
## 434  republican_y             water_project_cost_sharing
## 435  republican_y             water_project_cost_sharing
## 436    democrat_y             water_project_cost_sharing
## 437    democrat_y             water_project_cost_sharing
## 438  republican_y             water_project_cost_sharing
## 439  republican_y             water_project_cost_sharing
## 440    democrat_n             water_project_cost_sharing
## 441  republican_y             water_project_cost_sharing
## 442    democrat_y             water_project_cost_sharing
## 443    democrat_y             water_project_cost_sharing
## 444    democrat_y             water_project_cost_sharing
## 445    democrat_y             water_project_cost_sharing
## 446    democrat_n             water_project_cost_sharing
## 447    democrat_n             water_project_cost_sharing
## 448    democrat_n             water_project_cost_sharing
## 449    democrat_y             water_project_cost_sharing
## 450  republican_n             water_project_cost_sharing
## 451    democrat_y             water_project_cost_sharing
## 452  republican_y             water_project_cost_sharing
## 453    democrat_y             water_project_cost_sharing
## 454    democrat_y             water_project_cost_sharing
## 455  republican_y             water_project_cost_sharing
## 456    democrat_y             water_project_cost_sharing
## 457  republican_y             water_project_cost_sharing
## 458  republican_y             water_project_cost_sharing
## 459  republican_y             water_project_cost_sharing
## 460    democrat_n             water_project_cost_sharing
## 461    democrat_y             water_project_cost_sharing
## 462    democrat_y             water_project_cost_sharing
## 463    democrat_n             water_project_cost_sharing
## 464    democrat_n             water_project_cost_sharing
## 465    democrat_y             water_project_cost_sharing
## 466    democrat_y             water_project_cost_sharing
## 467    democrat_y             water_project_cost_sharing
## 468    democrat_n             water_project_cost_sharing
## 469    democrat_y             water_project_cost_sharing
## 470    democrat_y             water_project_cost_sharing
## 471  republican_y             water_project_cost_sharing
## 472    democrat_y             water_project_cost_sharing
## 473  republican_y             water_project_cost_sharing
## 474    democrat_y             water_project_cost_sharing
## 475  republican_y             water_project_cost_sharing
## 476  republican_y             water_project_cost_sharing
## 477  republican_y             water_project_cost_sharing
## 478  republican_y             water_project_cost_sharing
## 479  republican_y             water_project_cost_sharing
## 480    democrat_y             water_project_cost_sharing
## 481  republican_y             water_project_cost_sharing
## 482    democrat_y             water_project_cost_sharing
## 483    democrat_y             water_project_cost_sharing
## 484    democrat_y             water_project_cost_sharing
## 485  republican_y             water_project_cost_sharing
## 486  republican_y             water_project_cost_sharing
## 487  republican_y             water_project_cost_sharing
## 488    democrat_y             water_project_cost_sharing
## 489    democrat_n             water_project_cost_sharing
## 490  republican_y             water_project_cost_sharing
## 491    democrat_y             water_project_cost_sharing
## 492  republican_n             water_project_cost_sharing
## 493    democrat_n             water_project_cost_sharing
## 494    democrat_y             water_project_cost_sharing
## 495    democrat_y             water_project_cost_sharing
## 496    democrat_y             water_project_cost_sharing
## 497    democrat_y             water_project_cost_sharing
## 498  republican_n             water_project_cost_sharing
## 499    democrat_n             water_project_cost_sharing
## 500    democrat_n             water_project_cost_sharing
## 501  republican_n             water_project_cost_sharing
## 502  republican_n             water_project_cost_sharing
## 503    democrat_n             water_project_cost_sharing
## 504  republican_n             water_project_cost_sharing
## 505  republican_n             water_project_cost_sharing
## 506    democrat_y             water_project_cost_sharing
## 507  republican_n             water_project_cost_sharing
## 508    democrat_n             water_project_cost_sharing
## 509    democrat_n             water_project_cost_sharing
## 510    democrat_y             water_project_cost_sharing
## 511    democrat_n             water_project_cost_sharing
## 512    democrat_n             water_project_cost_sharing
## 513    democrat_n             water_project_cost_sharing
## 514    democrat_n             water_project_cost_sharing
## 515    democrat_n             water_project_cost_sharing
## 516    democrat_y             water_project_cost_sharing
## 517  republican_n             water_project_cost_sharing
## 518    democrat_n             water_project_cost_sharing
## 519    democrat_n             water_project_cost_sharing
## 520    democrat_n             water_project_cost_sharing
## 521    democrat_n             water_project_cost_sharing
## 522    democrat_y             water_project_cost_sharing
## 523  republican_y             water_project_cost_sharing
## 524    democrat_n             water_project_cost_sharing
## 525    democrat_n             water_project_cost_sharing
## 526  republican_y             water_project_cost_sharing
## 527    democrat_y             water_project_cost_sharing
## 528  republican_n             water_project_cost_sharing
## 529  republican_n             water_project_cost_sharing
## 530    democrat_n             water_project_cost_sharing
## 531  republican_n             water_project_cost_sharing
## 532  republican_n             water_project_cost_sharing
## 533  republican_n             water_project_cost_sharing
## 534  republican_n             water_project_cost_sharing
## 535  republican_y             water_project_cost_sharing
## 536    democrat_n             water_project_cost_sharing
## 537    democrat_n             water_project_cost_sharing
## 538  republican_n             water_project_cost_sharing
## 539  republican_n             water_project_cost_sharing
## 540  republican_n             water_project_cost_sharing
## 541    democrat_y             water_project_cost_sharing
## 542    democrat_n             water_project_cost_sharing
## 543  republican_y             water_project_cost_sharing
## 544    democrat_n             water_project_cost_sharing
## 545  republican_y             water_project_cost_sharing
## 546    democrat_n             water_project_cost_sharing
## 547  republican_y             water_project_cost_sharing
## 548    democrat_y             water_project_cost_sharing
## 549    democrat_y             water_project_cost_sharing
## 550    democrat_n             water_project_cost_sharing
## 551  republican_y             water_project_cost_sharing
## 552  republican_y             water_project_cost_sharing
## 553  republican_y             water_project_cost_sharing
## 554    democrat_y             water_project_cost_sharing
## 555  republican_y             water_project_cost_sharing
## 556    democrat_y             water_project_cost_sharing
## 557    democrat_y             water_project_cost_sharing
## 558    democrat_n             water_project_cost_sharing
## 559    democrat_y             water_project_cost_sharing
## 560  republican_y             water_project_cost_sharing
## 561    democrat_y             water_project_cost_sharing
## 562    democrat_y             water_project_cost_sharing
## 563  republican_n             water_project_cost_sharing
## 564  republican_n             water_project_cost_sharing
## 565    democrat_n             water_project_cost_sharing
## 566    democrat_n             water_project_cost_sharing
## 567    democrat_n             water_project_cost_sharing
## 568    democrat_y             water_project_cost_sharing
## 569    democrat_n             water_project_cost_sharing
## 570    democrat_y             water_project_cost_sharing
## 571  republican_n             water_project_cost_sharing
## 572    democrat_n             water_project_cost_sharing
## 573    democrat_n             water_project_cost_sharing
## 574    democrat_n             water_project_cost_sharing
## 575    democrat_n             water_project_cost_sharing
## 576    democrat_n             water_project_cost_sharing
## 577    democrat_n             water_project_cost_sharing
## 578    democrat_y             water_project_cost_sharing
## 579    democrat_n             water_project_cost_sharing
## 580    democrat_n             water_project_cost_sharing
## 581  republican_y             water_project_cost_sharing
## 582    democrat_n             water_project_cost_sharing
## 583    democrat_n             water_project_cost_sharing
## 584    democrat_n             water_project_cost_sharing
## 585  republican_n             water_project_cost_sharing
## 586    democrat_n             water_project_cost_sharing
## 587    democrat_n             water_project_cost_sharing
## 588    democrat_y             water_project_cost_sharing
## 589    democrat_n             water_project_cost_sharing
## 590    democrat_y             water_project_cost_sharing
## 591    democrat_n             water_project_cost_sharing
## 592    democrat_n             water_project_cost_sharing
## 593  republican_n             water_project_cost_sharing
## 594    democrat_n             water_project_cost_sharing
## 595  republican_n             water_project_cost_sharing
## 596    democrat_n             water_project_cost_sharing
## 597    democrat_y             water_project_cost_sharing
## 598    democrat_n             water_project_cost_sharing
## 599  republican_y             water_project_cost_sharing
## 600    democrat_n             water_project_cost_sharing
## 601    democrat_y             water_project_cost_sharing
## 602  republican_y             water_project_cost_sharing
## 603    democrat_y             water_project_cost_sharing
## 604    democrat_y             water_project_cost_sharing
## 605  republican_y             water_project_cost_sharing
## 606    democrat_y             water_project_cost_sharing
## 607    democrat_n             water_project_cost_sharing
## 608    democrat_y             water_project_cost_sharing
## 609    democrat_n             water_project_cost_sharing
## 610  republican_n             water_project_cost_sharing
## 611  republican_y             water_project_cost_sharing
## 612    democrat_n             water_project_cost_sharing
## 613    democrat_n             water_project_cost_sharing
## 614  republican_y             water_project_cost_sharing
## 615  republican_y             water_project_cost_sharing
## 616  republican_y             water_project_cost_sharing
## 617  republican_y             water_project_cost_sharing
## 618    democrat_y             water_project_cost_sharing
## 619  republican_y             water_project_cost_sharing
## 620    democrat_n             water_project_cost_sharing
## 621  republican_n             water_project_cost_sharing
## 622    democrat_n             water_project_cost_sharing
## 623    democrat_n             water_project_cost_sharing
## 624    democrat_y             water_project_cost_sharing
## 625  republican_n             water_project_cost_sharing
## 626  republican_n             water_project_cost_sharing
## 627    democrat_n             water_project_cost_sharing
## 628  republican_n             water_project_cost_sharing
## 629    democrat_y             water_project_cost_sharing
## 630    democrat_n             water_project_cost_sharing
## 631    democrat_n             water_project_cost_sharing
## 632    democrat_n             water_project_cost_sharing
## 633  republican_y             water_project_cost_sharing
## 634    democrat_n             water_project_cost_sharing
## 635  republican_y             water_project_cost_sharing
## 636  republican_y             water_project_cost_sharing
## 637    democrat_y             water_project_cost_sharing
## 638  republican_y             water_project_cost_sharing
## 639    democrat_n             water_project_cost_sharing
## 640    democrat_n             water_project_cost_sharing
## 641  republican_n             water_project_cost_sharing
## 642  republican_n             water_project_cost_sharing
## 643    democrat_n             water_project_cost_sharing
## 644    democrat_n             water_project_cost_sharing
## 645    democrat_n             water_project_cost_sharing
## 646    democrat_n             water_project_cost_sharing
## 647    democrat_n             water_project_cost_sharing
## 648    democrat_n             water_project_cost_sharing
## 649    democrat_n             water_project_cost_sharing
## 650    democrat_n             water_project_cost_sharing
## 651  republican_n             water_project_cost_sharing
## 652  republican_n             water_project_cost_sharing
## 653    democrat_n             water_project_cost_sharing
## 654    democrat_n             water_project_cost_sharing
## 655    democrat_y             water_project_cost_sharing
## 656    democrat_y             water_project_cost_sharing
## 657    democrat_n             water_project_cost_sharing
## 658  republican_n             water_project_cost_sharing
## 659  republican_n             water_project_cost_sharing
## 660    democrat_n             water_project_cost_sharing
## 661  republican_n             water_project_cost_sharing
## 662  republican_n             water_project_cost_sharing
## 663  republican_n             water_project_cost_sharing
## 664  republican_n             water_project_cost_sharing
## 665    democrat_n             water_project_cost_sharing
## 666  republican_n             water_project_cost_sharing
## 667  republican_n             water_project_cost_sharing
## 668  republican_n             water_project_cost_sharing
## 669    democrat_n             water_project_cost_sharing
## 670    democrat_n             water_project_cost_sharing
## 671    democrat_n             water_project_cost_sharing
## 672    democrat_y             water_project_cost_sharing
## 673    democrat_y             water_project_cost_sharing
## 674    democrat_y             water_project_cost_sharing
## 675    democrat_n             water_project_cost_sharing
## 676    democrat_n             water_project_cost_sharing
## 677    democrat_n             water_project_cost_sharing
## 678    democrat_y             water_project_cost_sharing
## 679    democrat_y             water_project_cost_sharing
## 680  republican_y             water_project_cost_sharing
## 681  republican_n             water_project_cost_sharing
## 682    democrat_y             water_project_cost_sharing
## 683    democrat_y             water_project_cost_sharing
## 684    democrat_y             water_project_cost_sharing
## 685  republican_n             water_project_cost_sharing
## 686    democrat_n             water_project_cost_sharing
## 687  republican_n             water_project_cost_sharing
## 688  republican_n             water_project_cost_sharing
## 689  republican_y             water_project_cost_sharing
## 690  republican_n             water_project_cost_sharing
## 691  republican_n             water_project_cost_sharing
## 692    democrat_n             water_project_cost_sharing
## 693  republican_n             water_project_cost_sharing
## 694    democrat_n             water_project_cost_sharing
## 695  republican_n             water_project_cost_sharing
## 696    democrat_n             water_project_cost_sharing
## 697    democrat_y             water_project_cost_sharing
## 698  republican_y             water_project_cost_sharing
## 699  republican_y             water_project_cost_sharing
## 700  republican_y             water_project_cost_sharing
## 701    democrat_n             water_project_cost_sharing
## 702    democrat_n             water_project_cost_sharing
## 703    democrat_n             water_project_cost_sharing
## 704    democrat_n             water_project_cost_sharing
## 705    democrat_y             water_project_cost_sharing
## 706    democrat_y             water_project_cost_sharing
## 707    democrat_y             water_project_cost_sharing
## 708    democrat_y             water_project_cost_sharing
## 709  republican_y             water_project_cost_sharing
## 710    democrat_y             water_project_cost_sharing
## 711    democrat_y             water_project_cost_sharing
## 712  republican_y             water_project_cost_sharing
## 713    democrat_y             water_project_cost_sharing
## 714  republican_y             water_project_cost_sharing
## 715    democrat_n             water_project_cost_sharing
## 716    democrat_n             water_project_cost_sharing
## 717    democrat_y             water_project_cost_sharing
## 718  republican_n             water_project_cost_sharing
## 719    democrat_n             water_project_cost_sharing
## 720    democrat_n             water_project_cost_sharing
## 721    democrat_n             water_project_cost_sharing
## 722  republican_n             water_project_cost_sharing
## 723  republican_n             water_project_cost_sharing
## 724    democrat_y             water_project_cost_sharing
## 725  republican_n             water_project_cost_sharing
## 726    democrat_n             water_project_cost_sharing
## 727  republican_n             water_project_cost_sharing
## 728  republican_n             water_project_cost_sharing
## 729  republican_n             water_project_cost_sharing
## 730    democrat_n             water_project_cost_sharing
## 731  republican_y             water_project_cost_sharing
## 732    democrat_y             water_project_cost_sharing
## 733  republican_n             water_project_cost_sharing
## 734    democrat_y             water_project_cost_sharing
## 735  republican_n             water_project_cost_sharing
## 736    democrat_y             water_project_cost_sharing
## 737  republican_n             water_project_cost_sharing
## 738  republican_n             water_project_cost_sharing
## 739  republican_n             water_project_cost_sharing
## 740    democrat_y             water_project_cost_sharing
## 741  republican_n             water_project_cost_sharing
## 742    democrat_n             water_project_cost_sharing
## 743    democrat_n             water_project_cost_sharing
## 744    democrat_y             water_project_cost_sharing
## 745  republican_y             water_project_cost_sharing
## 746  republican_y             water_project_cost_sharing
## 747    democrat_y             water_project_cost_sharing
## 748    democrat_n             water_project_cost_sharing
## 749    democrat_y             water_project_cost_sharing
## 750    democrat_y             water_project_cost_sharing
## 751  republican_y             water_project_cost_sharing
## 752    democrat_y             water_project_cost_sharing
## 753    democrat_y             water_project_cost_sharing
## 754    democrat_y             water_project_cost_sharing
## 755    democrat_y             water_project_cost_sharing
## 756  republican_y             water_project_cost_sharing
## 757    democrat_y             water_project_cost_sharing
## 758  republican_y             water_project_cost_sharing
## 759  republican_n             water_project_cost_sharing
## 760  republican_n             water_project_cost_sharing
## 761    democrat_y             water_project_cost_sharing
## 762    democrat_y             water_project_cost_sharing
## 763    democrat_y             water_project_cost_sharing
## 764    democrat_y             water_project_cost_sharing
## 765    democrat_y             water_project_cost_sharing
## 766    democrat_y             water_project_cost_sharing
## 767    democrat_y             water_project_cost_sharing
## 768    democrat_y             water_project_cost_sharing
## 769    democrat_n             water_project_cost_sharing
## 770    democrat_y             water_project_cost_sharing
## 771  republican_y             water_project_cost_sharing
## 772    democrat_y             water_project_cost_sharing
## 773    democrat_y             water_project_cost_sharing
## 774    democrat_y             water_project_cost_sharing
## 775    democrat_y             water_project_cost_sharing
## 776    democrat_y             water_project_cost_sharing
## 777  republican_y             water_project_cost_sharing
## 778  republican_y             water_project_cost_sharing
## 779  republican_y             water_project_cost_sharing
## 780  republican_n             water_project_cost_sharing
## 781  republican_y             water_project_cost_sharing
## 782  republican_y             water_project_cost_sharing
## 783  republican_n             water_project_cost_sharing
## 784    democrat_n             water_project_cost_sharing
## 785    democrat_n             water_project_cost_sharing
## 786    democrat_n             water_project_cost_sharing
## 787  republican_n             water_project_cost_sharing
## 788  republican_n             water_project_cost_sharing
## 789    democrat_n             water_project_cost_sharing
## 790  republican_n             water_project_cost_sharing
## 791  republican_y             water_project_cost_sharing
## 792    democrat_y             water_project_cost_sharing
## 793    democrat_y             water_project_cost_sharing
## 794  republican_y             water_project_cost_sharing
## 795    democrat_y             water_project_cost_sharing
## 796    democrat_y             water_project_cost_sharing
## 797    democrat_y             water_project_cost_sharing
## 798  republican_y             water_project_cost_sharing
## 799    democrat_y             water_project_cost_sharing
## 800    democrat_n             water_project_cost_sharing
## 801    democrat_y             water_project_cost_sharing
## 802    democrat_y             water_project_cost_sharing
## 803    democrat_n             water_project_cost_sharing
## 804    democrat_n             water_project_cost_sharing
## 805  republican_n             water_project_cost_sharing
## 806    democrat_n             water_project_cost_sharing
## 807  republican_n             water_project_cost_sharing
## 808    democrat_n             water_project_cost_sharing
## 809  republican_n             water_project_cost_sharing
## 810  republican_y             water_project_cost_sharing
## 811  republican_n      adoption_of_the_budget_resolution
## 812  republican_n      adoption_of_the_budget_resolution
## 813    democrat_y      adoption_of_the_budget_resolution
## 814    democrat_y      adoption_of_the_budget_resolution
## 815    democrat_y      adoption_of_the_budget_resolution
## 816    democrat_y      adoption_of_the_budget_resolution
## 817    democrat_n      adoption_of_the_budget_resolution
## 818  republican_n      adoption_of_the_budget_resolution
## 819  republican_n      adoption_of_the_budget_resolution
## 820    democrat_y      adoption_of_the_budget_resolution
## 821  republican_n      adoption_of_the_budget_resolution
## 822  republican_n      adoption_of_the_budget_resolution
## 823    democrat_y      adoption_of_the_budget_resolution
## 824    democrat_y      adoption_of_the_budget_resolution
## 825  republican_n      adoption_of_the_budget_resolution
## 826  republican_n      adoption_of_the_budget_resolution
## 827    democrat_y      adoption_of_the_budget_resolution
## 828    democrat_y      adoption_of_the_budget_resolution
## 829  republican_n      adoption_of_the_budget_resolution
## 830    democrat_y      adoption_of_the_budget_resolution
## 831    democrat_y      adoption_of_the_budget_resolution
## 832    democrat_y      adoption_of_the_budget_resolution
## 833    democrat_y      adoption_of_the_budget_resolution
## 834    democrat_y      adoption_of_the_budget_resolution
## 835    democrat_y      adoption_of_the_budget_resolution
## 836    democrat_y      adoption_of_the_budget_resolution
## 837    democrat_y      adoption_of_the_budget_resolution
## 838    democrat_y      adoption_of_the_budget_resolution
## 839  republican_n      adoption_of_the_budget_resolution
## 840    democrat_y      adoption_of_the_budget_resolution
## 841  republican_n      adoption_of_the_budget_resolution
## 842    democrat_y      adoption_of_the_budget_resolution
## 843    democrat_y      adoption_of_the_budget_resolution
## 844  republican_n      adoption_of_the_budget_resolution
## 845    democrat_y      adoption_of_the_budget_resolution
## 846  republican_n      adoption_of_the_budget_resolution
## 847  republican_n      adoption_of_the_budget_resolution
## 848  republican_n      adoption_of_the_budget_resolution
## 849  republican_n      adoption_of_the_budget_resolution
## 850    democrat_y      adoption_of_the_budget_resolution
## 851    democrat_y      adoption_of_the_budget_resolution
## 852    democrat_y      adoption_of_the_budget_resolution
## 853    democrat_y      adoption_of_the_budget_resolution
## 854    democrat_y      adoption_of_the_budget_resolution
## 855    democrat_y      adoption_of_the_budget_resolution
## 856    democrat_y      adoption_of_the_budget_resolution
## 857    democrat_y      adoption_of_the_budget_resolution
## 858    democrat_y      adoption_of_the_budget_resolution
## 859    democrat_y      adoption_of_the_budget_resolution
## 860  republican_n      adoption_of_the_budget_resolution
## 861    democrat_y      adoption_of_the_budget_resolution
## 862  republican_n      adoption_of_the_budget_resolution
## 863    democrat_y      adoption_of_the_budget_resolution
## 864  republican_n      adoption_of_the_budget_resolution
## 865    democrat_y      adoption_of_the_budget_resolution
## 866  republican_n      adoption_of_the_budget_resolution
## 867  republican_n      adoption_of_the_budget_resolution
## 868  republican_n      adoption_of_the_budget_resolution
## 869  republican_n      adoption_of_the_budget_resolution
## 870  republican_n      adoption_of_the_budget_resolution
## 871    democrat_y      adoption_of_the_budget_resolution
## 872  republican_n      adoption_of_the_budget_resolution
## 873    democrat_y      adoption_of_the_budget_resolution
## 874    democrat_y      adoption_of_the_budget_resolution
## 875    democrat_y      adoption_of_the_budget_resolution
## 876  republican_n      adoption_of_the_budget_resolution
## 877  republican_n      adoption_of_the_budget_resolution
## 878  republican_n      adoption_of_the_budget_resolution
## 879    democrat_y      adoption_of_the_budget_resolution
## 880    democrat_y      adoption_of_the_budget_resolution
## 881    democrat_y      adoption_of_the_budget_resolution
## 882  republican_y      adoption_of_the_budget_resolution
## 883    democrat_y      adoption_of_the_budget_resolution
## 884  republican_y      adoption_of_the_budget_resolution
## 885    democrat_y      adoption_of_the_budget_resolution
## 886    democrat_y      adoption_of_the_budget_resolution
## 887    democrat_y      adoption_of_the_budget_resolution
## 888    democrat_y      adoption_of_the_budget_resolution
## 889    democrat_y      adoption_of_the_budget_resolution
## 890  republican_n      adoption_of_the_budget_resolution
## 891    democrat_y      adoption_of_the_budget_resolution
## 892    democrat_y      adoption_of_the_budget_resolution
## 893  republican_n      adoption_of_the_budget_resolution
## 894  republican_n      adoption_of_the_budget_resolution
## 895  republican_n      adoption_of_the_budget_resolution
## 896    democrat_y      adoption_of_the_budget_resolution
## 897  republican_n      adoption_of_the_budget_resolution
## 898  republican_n      adoption_of_the_budget_resolution
## 899    democrat_y      adoption_of_the_budget_resolution
## 900  republican_n      adoption_of_the_budget_resolution
## 901    democrat_y      adoption_of_the_budget_resolution
## 902    democrat_y      adoption_of_the_budget_resolution
## 903    democrat_y      adoption_of_the_budget_resolution
## 904    democrat_y      adoption_of_the_budget_resolution
## 905    democrat_y      adoption_of_the_budget_resolution
## 906    democrat_y      adoption_of_the_budget_resolution
## 907    democrat_n      adoption_of_the_budget_resolution
## 908    democrat_y      adoption_of_the_budget_resolution
## 909  republican_n      adoption_of_the_budget_resolution
## 910    democrat_n      adoption_of_the_budget_resolution
## 911    democrat_y      adoption_of_the_budget_resolution
## 912    democrat_y      adoption_of_the_budget_resolution
## 913    democrat_n      adoption_of_the_budget_resolution
## 914    democrat_y      adoption_of_the_budget_resolution
## 915  republican_n      adoption_of_the_budget_resolution
## 916    democrat_y      adoption_of_the_budget_resolution
## 917    democrat_y      adoption_of_the_budget_resolution
## 918    democrat_y      adoption_of_the_budget_resolution
## 919  republican_n      adoption_of_the_budget_resolution
## 920    democrat_y      adoption_of_the_budget_resolution
## 921  republican_n      adoption_of_the_budget_resolution
## 922    democrat_y      adoption_of_the_budget_resolution
## 923    democrat_y      adoption_of_the_budget_resolution
## 924    democrat_y      adoption_of_the_budget_resolution
## 925  republican_y      adoption_of_the_budget_resolution
## 926    democrat_y      adoption_of_the_budget_resolution
## 927  republican_n      adoption_of_the_budget_resolution
## 928  republican_n      adoption_of_the_budget_resolution
## 929  republican_n      adoption_of_the_budget_resolution
## 930  republican_n      adoption_of_the_budget_resolution
## 931    democrat_y      adoption_of_the_budget_resolution
## 932  republican_n      adoption_of_the_budget_resolution
## 933  republican_n      adoption_of_the_budget_resolution
## 934    democrat_y      adoption_of_the_budget_resolution
## 935    democrat_y      adoption_of_the_budget_resolution
## 936    democrat_y      adoption_of_the_budget_resolution
## 937    democrat_y      adoption_of_the_budget_resolution
## 938    democrat_y      adoption_of_the_budget_resolution
## 939  republican_n      adoption_of_the_budget_resolution
## 940  republican_n      adoption_of_the_budget_resolution
## 941  republican_n      adoption_of_the_budget_resolution
## 942  republican_n      adoption_of_the_budget_resolution
## 943  republican_n      adoption_of_the_budget_resolution
## 944    democrat_y      adoption_of_the_budget_resolution
## 945    democrat_y      adoption_of_the_budget_resolution
## 946    democrat_y      adoption_of_the_budget_resolution
## 947  republican_n      adoption_of_the_budget_resolution
## 948  republican_n      adoption_of_the_budget_resolution
## 949  republican_n      adoption_of_the_budget_resolution
## 950    democrat_n      adoption_of_the_budget_resolution
## 951    democrat_n      adoption_of_the_budget_resolution
## 952    democrat_y      adoption_of_the_budget_resolution
## 953  republican_n      adoption_of_the_budget_resolution
## 954    democrat_n      adoption_of_the_budget_resolution
## 955  republican_n      adoption_of_the_budget_resolution
## 956    democrat_y      adoption_of_the_budget_resolution
## 957  republican_n      adoption_of_the_budget_resolution
## 958    democrat_y      adoption_of_the_budget_resolution
## 959    democrat_y      adoption_of_the_budget_resolution
## 960  republican_n      adoption_of_the_budget_resolution
## 961  republican_n      adoption_of_the_budget_resolution
## 962  republican_n      adoption_of_the_budget_resolution
## 963    democrat_y      adoption_of_the_budget_resolution
## 964  republican_n      adoption_of_the_budget_resolution
## 965    democrat_y      adoption_of_the_budget_resolution
## 966    democrat_n      adoption_of_the_budget_resolution
## 967    democrat_n      adoption_of_the_budget_resolution
## 968    democrat_y      adoption_of_the_budget_resolution
## 969  republican_n      adoption_of_the_budget_resolution
## 970    democrat_n      adoption_of_the_budget_resolution
## 971    democrat_y      adoption_of_the_budget_resolution
## 972  republican_y      adoption_of_the_budget_resolution
## 973  republican_y      adoption_of_the_budget_resolution
## 974    democrat_y      adoption_of_the_budget_resolution
## 975    democrat_y      adoption_of_the_budget_resolution
## 976    democrat_y      adoption_of_the_budget_resolution
## 977  republican_n      adoption_of_the_budget_resolution
## 978    democrat_y      adoption_of_the_budget_resolution
## 979    democrat_n      adoption_of_the_budget_resolution
## 980    democrat_y      adoption_of_the_budget_resolution
## 981    democrat_y      adoption_of_the_budget_resolution
## 982  republican_y      adoption_of_the_budget_resolution
## 983    democrat_y      adoption_of_the_budget_resolution
## 984    democrat_y      adoption_of_the_budget_resolution
## 985    democrat_y      adoption_of_the_budget_resolution
## 986    democrat_y      adoption_of_the_budget_resolution
## 987    democrat_y      adoption_of_the_budget_resolution
## 988    democrat_y      adoption_of_the_budget_resolution
## 989    democrat_y      adoption_of_the_budget_resolution
## 990    democrat_y      adoption_of_the_budget_resolution
## 991    democrat_y      adoption_of_the_budget_resolution
## 992    democrat_y      adoption_of_the_budget_resolution
## 993  republican_n      adoption_of_the_budget_resolution
## 994    democrat_y      adoption_of_the_budget_resolution
## 995  republican_n      adoption_of_the_budget_resolution
## 996  republican_n      adoption_of_the_budget_resolution
## 997    democrat_n      adoption_of_the_budget_resolution
## 998    democrat_y      adoption_of_the_budget_resolution
## 999    democrat_y      adoption_of_the_budget_resolution
## 1000 republican_n      adoption_of_the_budget_resolution
## 1001   democrat_y      adoption_of_the_budget_resolution
## 1002 republican_y      adoption_of_the_budget_resolution
## 1003   democrat_y      adoption_of_the_budget_resolution
## 1004   democrat_n      adoption_of_the_budget_resolution
## 1005   democrat_y      adoption_of_the_budget_resolution
## 1006   democrat_y      adoption_of_the_budget_resolution
## 1007   democrat_y      adoption_of_the_budget_resolution
## 1008   democrat_y      adoption_of_the_budget_resolution
## 1009 republican_y      adoption_of_the_budget_resolution
## 1010   democrat_y      adoption_of_the_budget_resolution
## 1011 republican_n      adoption_of_the_budget_resolution
## 1012 republican_n      adoption_of_the_budget_resolution
## 1013   democrat_y      adoption_of_the_budget_resolution
## 1014   democrat_y      adoption_of_the_budget_resolution
## 1015   democrat_y      adoption_of_the_budget_resolution
## 1016 republican_n      adoption_of_the_budget_resolution
## 1017   democrat_y      adoption_of_the_budget_resolution
## 1018   democrat_y      adoption_of_the_budget_resolution
## 1019 republican_n      adoption_of_the_budget_resolution
## 1020   democrat_y      adoption_of_the_budget_resolution
## 1021   democrat_y      adoption_of_the_budget_resolution
## 1022 republican_n      adoption_of_the_budget_resolution
## 1023   democrat_y      adoption_of_the_budget_resolution
## 1024   democrat_y      adoption_of_the_budget_resolution
## 1025   democrat_y      adoption_of_the_budget_resolution
## 1026   democrat_y      adoption_of_the_budget_resolution
## 1027   democrat_y      adoption_of_the_budget_resolution
## 1028 republican_n      adoption_of_the_budget_resolution
## 1029 republican_n      adoption_of_the_budget_resolution
## 1030 republican_n      adoption_of_the_budget_resolution
## 1031   democrat_y      adoption_of_the_budget_resolution
## 1032   democrat_y      adoption_of_the_budget_resolution
## 1033 republican_n      adoption_of_the_budget_resolution
## 1034 republican_y      adoption_of_the_budget_resolution
## 1035 republican_n      adoption_of_the_budget_resolution
## 1036 republican_n      adoption_of_the_budget_resolution
## 1037   democrat_y      adoption_of_the_budget_resolution
## 1038 republican_n      adoption_of_the_budget_resolution
## 1039   democrat_y      adoption_of_the_budget_resolution
## 1040 republican_n      adoption_of_the_budget_resolution
## 1041   democrat_y      adoption_of_the_budget_resolution
## 1042   democrat_y      adoption_of_the_budget_resolution
## 1043   democrat_y      adoption_of_the_budget_resolution
## 1044 republican_n      adoption_of_the_budget_resolution
## 1045 republican_n      adoption_of_the_budget_resolution
## 1046   democrat_y      adoption_of_the_budget_resolution
## 1047 republican_n      adoption_of_the_budget_resolution
## 1048   democrat_y      adoption_of_the_budget_resolution
## 1049   democrat_y      adoption_of_the_budget_resolution
## 1050   democrat_y      adoption_of_the_budget_resolution
## 1051   democrat_y      adoption_of_the_budget_resolution
## 1052 republican_n      adoption_of_the_budget_resolution
## 1053   democrat_y      adoption_of_the_budget_resolution
## 1054 republican_n      adoption_of_the_budget_resolution
## 1055 republican_n      adoption_of_the_budget_resolution
## 1056   democrat_y      adoption_of_the_budget_resolution
## 1057 republican_n      adoption_of_the_budget_resolution
## 1058   democrat_y      adoption_of_the_budget_resolution
## 1059   democrat_y      adoption_of_the_budget_resolution
## 1060 republican_n      adoption_of_the_budget_resolution
## 1061 republican_n      adoption_of_the_budget_resolution
## 1062   democrat_y      adoption_of_the_budget_resolution
## 1063   democrat_y      adoption_of_the_budget_resolution
## 1064   democrat_y      adoption_of_the_budget_resolution
## 1065   democrat_y      adoption_of_the_budget_resolution
## 1066   democrat_y      adoption_of_the_budget_resolution
## 1067   democrat_y      adoption_of_the_budget_resolution
## 1068   democrat_y      adoption_of_the_budget_resolution
## 1069   democrat_y      adoption_of_the_budget_resolution
## 1070 republican_n      adoption_of_the_budget_resolution
## 1071 republican_n      adoption_of_the_budget_resolution
## 1072   democrat_y      adoption_of_the_budget_resolution
## 1073   democrat_y      adoption_of_the_budget_resolution
## 1074   democrat_y      adoption_of_the_budget_resolution
## 1075   democrat_y      adoption_of_the_budget_resolution
## 1076   democrat_y      adoption_of_the_budget_resolution
## 1077 republican_n      adoption_of_the_budget_resolution
## 1078 republican_n      adoption_of_the_budget_resolution
## 1079   democrat_y      adoption_of_the_budget_resolution
## 1080 republican_n      adoption_of_the_budget_resolution
## 1081 republican_y      adoption_of_the_budget_resolution
## 1082 republican_n      adoption_of_the_budget_resolution
## 1083 republican_n      adoption_of_the_budget_resolution
## 1084   democrat_y      adoption_of_the_budget_resolution
## 1085 republican_y      adoption_of_the_budget_resolution
## 1086 republican_n      adoption_of_the_budget_resolution
## 1087 republican_n      adoption_of_the_budget_resolution
## 1088   democrat_y      adoption_of_the_budget_resolution
## 1089   democrat_y      adoption_of_the_budget_resolution
## 1090   democrat_y      adoption_of_the_budget_resolution
## 1091   democrat_y      adoption_of_the_budget_resolution
## 1092   democrat_y      adoption_of_the_budget_resolution
## 1093   democrat_y      adoption_of_the_budget_resolution
## 1094   democrat_y      adoption_of_the_budget_resolution
## 1095   democrat_y      adoption_of_the_budget_resolution
## 1096   democrat_y      adoption_of_the_budget_resolution
## 1097   democrat_y      adoption_of_the_budget_resolution
## 1098   democrat_y      adoption_of_the_budget_resolution
## 1099 republican_n      adoption_of_the_budget_resolution
## 1100 republican_y      adoption_of_the_budget_resolution
## 1101   democrat_y      adoption_of_the_budget_resolution
## 1102   democrat_n      adoption_of_the_budget_resolution
## 1103   democrat_y      adoption_of_the_budget_resolution
## 1104 republican_n      adoption_of_the_budget_resolution
## 1105 republican_n      adoption_of_the_budget_resolution
## 1106 republican_n      adoption_of_the_budget_resolution
## 1107 republican_n      adoption_of_the_budget_resolution
## 1108 republican_n      adoption_of_the_budget_resolution
## 1109 republican_n      adoption_of_the_budget_resolution
## 1110   democrat_y      adoption_of_the_budget_resolution
## 1111 republican_n      adoption_of_the_budget_resolution
## 1112   democrat_n      adoption_of_the_budget_resolution
## 1113 republican_n      adoption_of_the_budget_resolution
## 1114   democrat_y      adoption_of_the_budget_resolution
## 1115   democrat_y      adoption_of_the_budget_resolution
## 1116 republican_y      adoption_of_the_budget_resolution
## 1117 republican_n      adoption_of_the_budget_resolution
## 1118 republican_y      adoption_of_the_budget_resolution
## 1119   democrat_n      adoption_of_the_budget_resolution
## 1120   democrat_n      adoption_of_the_budget_resolution
## 1121   democrat_y      adoption_of_the_budget_resolution
## 1122   democrat_y      adoption_of_the_budget_resolution
## 1123   democrat_y      adoption_of_the_budget_resolution
## 1124   democrat_y      adoption_of_the_budget_resolution
## 1125   democrat_y      adoption_of_the_budget_resolution
## 1126   democrat_y      adoption_of_the_budget_resolution
## 1127 republican_n      adoption_of_the_budget_resolution
## 1128   democrat_n      adoption_of_the_budget_resolution
## 1129   democrat_n      adoption_of_the_budget_resolution
## 1130 republican_n      adoption_of_the_budget_resolution
## 1131   democrat_y      adoption_of_the_budget_resolution
## 1132   democrat_y      adoption_of_the_budget_resolution
## 1133 republican_n      adoption_of_the_budget_resolution
## 1134   democrat_y      adoption_of_the_budget_resolution
## 1135   democrat_y      adoption_of_the_budget_resolution
## 1136   democrat_y      adoption_of_the_budget_resolution
## 1137   democrat_y      adoption_of_the_budget_resolution
## 1138 republican_n      adoption_of_the_budget_resolution
## 1139   democrat_y      adoption_of_the_budget_resolution
## 1140   democrat_y      adoption_of_the_budget_resolution
## 1141   democrat_y      adoption_of_the_budget_resolution
## 1142 republican_n      adoption_of_the_budget_resolution
## 1143 republican_n      adoption_of_the_budget_resolution
## 1144   democrat_y      adoption_of_the_budget_resolution
## 1145   democrat_y      adoption_of_the_budget_resolution
## 1146 republican_n      adoption_of_the_budget_resolution
## 1147   democrat_y      adoption_of_the_budget_resolution
## 1148 republican_n      adoption_of_the_budget_resolution
## 1149 republican_n      adoption_of_the_budget_resolution
## 1150 republican_n      adoption_of_the_budget_resolution
## 1151   democrat_y      adoption_of_the_budget_resolution
## 1152 republican_y      adoption_of_the_budget_resolution
## 1153   democrat_n      adoption_of_the_budget_resolution
## 1154 republican_y      adoption_of_the_budget_resolution
## 1155   democrat_n      adoption_of_the_budget_resolution
## 1156 republican_y      adoption_of_the_budget_resolution
## 1157   democrat_y      adoption_of_the_budget_resolution
## 1158 republican_y      adoption_of_the_budget_resolution
## 1159 republican_n      adoption_of_the_budget_resolution
## 1160 republican_n      adoption_of_the_budget_resolution
## 1161   democrat_y      adoption_of_the_budget_resolution
## 1162 republican_n      adoption_of_the_budget_resolution
## 1163   democrat_y      adoption_of_the_budget_resolution
## 1164   democrat_y      adoption_of_the_budget_resolution
## 1165   democrat_y      adoption_of_the_budget_resolution
## 1166 republican_n      adoption_of_the_budget_resolution
## 1167 republican_n      adoption_of_the_budget_resolution
## 1168   democrat_n      adoption_of_the_budget_resolution
## 1169   democrat_y      adoption_of_the_budget_resolution
## 1170   democrat_y      adoption_of_the_budget_resolution
## 1171   democrat_y      adoption_of_the_budget_resolution
## 1172 republican_n      adoption_of_the_budget_resolution
## 1173   democrat_y      adoption_of_the_budget_resolution
## 1174   democrat_y      adoption_of_the_budget_resolution
## 1175   democrat_y      adoption_of_the_budget_resolution
## 1176   democrat_y      adoption_of_the_budget_resolution
## 1177 republican_n      adoption_of_the_budget_resolution
## 1178   democrat_n      adoption_of_the_budget_resolution
## 1179   democrat_y      adoption_of_the_budget_resolution
## 1180 republican_n      adoption_of_the_budget_resolution
## 1181 republican_n      adoption_of_the_budget_resolution
## 1182 republican_n      adoption_of_the_budget_resolution
## 1183   democrat_y      adoption_of_the_budget_resolution
## 1184   democrat_y      adoption_of_the_budget_resolution
## 1185   democrat_n      adoption_of_the_budget_resolution
## 1186   democrat_y      adoption_of_the_budget_resolution
## 1187   democrat_y      adoption_of_the_budget_resolution
## 1188   democrat_n      adoption_of_the_budget_resolution
## 1189   democrat_y      adoption_of_the_budget_resolution
## 1190   democrat_y      adoption_of_the_budget_resolution
## 1191   democrat_y      adoption_of_the_budget_resolution
## 1192   democrat_y      adoption_of_the_budget_resolution
## 1193   democrat_n      adoption_of_the_budget_resolution
## 1194   democrat_n      adoption_of_the_budget_resolution
## 1195 republican_n      adoption_of_the_budget_resolution
## 1196   democrat_y      adoption_of_the_budget_resolution
## 1197   democrat_y      adoption_of_the_budget_resolution
## 1198   democrat_n      adoption_of_the_budget_resolution
## 1199   democrat_y      adoption_of_the_budget_resolution
## 1200 republican_n      adoption_of_the_budget_resolution
## 1201 republican_n      adoption_of_the_budget_resolution
## 1202 republican_n      adoption_of_the_budget_resolution
## 1203 republican_y      adoption_of_the_budget_resolution
## 1204 republican_n      adoption_of_the_budget_resolution
## 1205 republican_n      adoption_of_the_budget_resolution
## 1206 republican_n      adoption_of_the_budget_resolution
## 1207   democrat_y      adoption_of_the_budget_resolution
## 1208   democrat_n      adoption_of_the_budget_resolution
## 1209   democrat_y      adoption_of_the_budget_resolution
## 1210 republican_n      adoption_of_the_budget_resolution
## 1211 republican_n      adoption_of_the_budget_resolution
## 1212   democrat_y      adoption_of_the_budget_resolution
## 1213 republican_n      adoption_of_the_budget_resolution
## 1214 republican_y      adoption_of_the_budget_resolution
## 1215   democrat_y      adoption_of_the_budget_resolution
## 1216   democrat_y      adoption_of_the_budget_resolution
## 1217 republican_n      adoption_of_the_budget_resolution
## 1218   democrat_y      adoption_of_the_budget_resolution
## 1219   democrat_y      adoption_of_the_budget_resolution
## 1220   democrat_y      adoption_of_the_budget_resolution
## 1221 republican_y      adoption_of_the_budget_resolution
## 1222   democrat_y      adoption_of_the_budget_resolution
## 1223   democrat_y      adoption_of_the_budget_resolution
## 1224   democrat_y      adoption_of_the_budget_resolution
## 1225   democrat_y      adoption_of_the_budget_resolution
## 1226   democrat_y      adoption_of_the_budget_resolution
## 1227   democrat_y      adoption_of_the_budget_resolution
## 1228 republican_n      adoption_of_the_budget_resolution
## 1229   democrat_y      adoption_of_the_budget_resolution
## 1230 republican_y      adoption_of_the_budget_resolution
## 1231   democrat_y      adoption_of_the_budget_resolution
## 1232 republican_n      adoption_of_the_budget_resolution
## 1233 republican_n      adoption_of_the_budget_resolution
## 1234 republican_n      adoption_of_the_budget_resolution
## 1235 republican_y                   physician_fee_freeze
## 1236 republican_y                   physician_fee_freeze
## 1237   democrat_n                   physician_fee_freeze
## 1238   democrat_n                   physician_fee_freeze
## 1239   democrat_n                   physician_fee_freeze
## 1240   democrat_y                   physician_fee_freeze
## 1241 republican_y                   physician_fee_freeze
## 1242 republican_y                   physician_fee_freeze
## 1243   democrat_n                   physician_fee_freeze
## 1244 republican_y                   physician_fee_freeze
## 1245 republican_y                   physician_fee_freeze
## 1246   democrat_n                   physician_fee_freeze
## 1247   democrat_n                   physician_fee_freeze
## 1248 republican_y                   physician_fee_freeze
## 1249 republican_y                   physician_fee_freeze
## 1250   democrat_n                   physician_fee_freeze
## 1251   democrat_n                   physician_fee_freeze
## 1252 republican_y                   physician_fee_freeze
## 1253   democrat_n                   physician_fee_freeze
## 1254   democrat_n                   physician_fee_freeze
## 1255   democrat_n                   physician_fee_freeze
## 1256   democrat_n                   physician_fee_freeze
## 1257   democrat_n                   physician_fee_freeze
## 1258   democrat_n                   physician_fee_freeze
## 1259   democrat_n                   physician_fee_freeze
## 1260   democrat_n                   physician_fee_freeze
## 1261   democrat_n                   physician_fee_freeze
## 1262 republican_y                   physician_fee_freeze
## 1263   democrat_n                   physician_fee_freeze
## 1264 republican_y                   physician_fee_freeze
## 1265   democrat_n                   physician_fee_freeze
## 1266   democrat_n                   physician_fee_freeze
## 1267 republican_y                   physician_fee_freeze
## 1268   democrat_n                   physician_fee_freeze
## 1269 republican_y                   physician_fee_freeze
## 1270 republican_y                   physician_fee_freeze
## 1271 republican_y                   physician_fee_freeze
## 1272 republican_y                   physician_fee_freeze
## 1273   democrat_n                   physician_fee_freeze
## 1274   democrat_n                   physician_fee_freeze
## 1275   democrat_n                   physician_fee_freeze
## 1276   democrat_n                   physician_fee_freeze
## 1277   democrat_n                   physician_fee_freeze
## 1278   democrat_n                   physician_fee_freeze
## 1279   democrat_n                   physician_fee_freeze
## 1280   democrat_n                   physician_fee_freeze
## 1281   democrat_n                   physician_fee_freeze
## 1282   democrat_n                   physician_fee_freeze
## 1283 republican_y                   physician_fee_freeze
## 1284   democrat_n                   physician_fee_freeze
## 1285 republican_y                   physician_fee_freeze
## 1286   democrat_n                   physician_fee_freeze
## 1287 republican_y                   physician_fee_freeze
## 1288   democrat_n                   physician_fee_freeze
## 1289 republican_y                   physician_fee_freeze
## 1290 republican_y                   physician_fee_freeze
## 1291 republican_y                   physician_fee_freeze
## 1292 republican_y                   physician_fee_freeze
## 1293 republican_y                   physician_fee_freeze
## 1294   democrat_n                   physician_fee_freeze
## 1295 republican_y                   physician_fee_freeze
## 1296   democrat_n                   physician_fee_freeze
## 1297   democrat_n                   physician_fee_freeze
## 1298   democrat_n                   physician_fee_freeze
## 1299 republican_y                   physician_fee_freeze
## 1300 republican_y                   physician_fee_freeze
## 1301 republican_y                   physician_fee_freeze
## 1302   democrat_n                   physician_fee_freeze
## 1303   democrat_n                   physician_fee_freeze
## 1304   democrat_n                   physician_fee_freeze
## 1305 republican_y                   physician_fee_freeze
## 1306   democrat_n                   physician_fee_freeze
## 1307 republican_y                   physician_fee_freeze
## 1308   democrat_n                   physician_fee_freeze
## 1309   democrat_y                   physician_fee_freeze
## 1310   democrat_n                   physician_fee_freeze
## 1311   democrat_y                   physician_fee_freeze
## 1312   democrat_n                   physician_fee_freeze
## 1313 republican_y                   physician_fee_freeze
## 1314   democrat_n                   physician_fee_freeze
## 1315   democrat_n                   physician_fee_freeze
## 1316 republican_y                   physician_fee_freeze
## 1317 republican_y                   physician_fee_freeze
## 1318 republican_y                   physician_fee_freeze
## 1319   democrat_n                   physician_fee_freeze
## 1320 republican_y                   physician_fee_freeze
## 1321 republican_y                   physician_fee_freeze
## 1322   democrat_n                   physician_fee_freeze
## 1323 republican_y                   physician_fee_freeze
## 1324   democrat_n                   physician_fee_freeze
## 1325   democrat_n                   physician_fee_freeze
## 1326   democrat_n                   physician_fee_freeze
## 1327   democrat_n                   physician_fee_freeze
## 1328   democrat_n                   physician_fee_freeze
## 1329   democrat_n                   physician_fee_freeze
## 1330   democrat_n                   physician_fee_freeze
## 1331   democrat_n                   physician_fee_freeze
## 1332   democrat_n                   physician_fee_freeze
## 1333 republican_y                   physician_fee_freeze
## 1334   democrat_n                   physician_fee_freeze
## 1335   democrat_n                   physician_fee_freeze
## 1336   democrat_n                   physician_fee_freeze
## 1337   democrat_n                   physician_fee_freeze
## 1338   democrat_n                   physician_fee_freeze
## 1339 republican_y                   physician_fee_freeze
## 1340   democrat_n                   physician_fee_freeze
## 1341   democrat_n                   physician_fee_freeze
## 1342   democrat_n                   physician_fee_freeze
## 1343 republican_y                   physician_fee_freeze
## 1344   democrat_n                   physician_fee_freeze
## 1345 republican_y                   physician_fee_freeze
## 1346   democrat_n                   physician_fee_freeze
## 1347   democrat_n                   physician_fee_freeze
## 1348   democrat_n                   physician_fee_freeze
## 1349 republican_y                   physician_fee_freeze
## 1350   democrat_n                   physician_fee_freeze
## 1351 republican_y                   physician_fee_freeze
## 1352 republican_y                   physician_fee_freeze
## 1353 republican_y                   physician_fee_freeze
## 1354 republican_y                   physician_fee_freeze
## 1355 republican_y                   physician_fee_freeze
## 1356   democrat_n                   physician_fee_freeze
## 1357 republican_y                   physician_fee_freeze
## 1358 republican_y                   physician_fee_freeze
## 1359   democrat_n                   physician_fee_freeze
## 1360   democrat_n                   physician_fee_freeze
## 1361   democrat_n                   physician_fee_freeze
## 1362   democrat_n                   physician_fee_freeze
## 1363   democrat_n                   physician_fee_freeze
## 1364 republican_y                   physician_fee_freeze
## 1365 republican_y                   physician_fee_freeze
## 1366 republican_y                   physician_fee_freeze
## 1367 republican_y                   physician_fee_freeze
## 1368 republican_y                   physician_fee_freeze
## 1369   democrat_n                   physician_fee_freeze
## 1370   democrat_n                   physician_fee_freeze
## 1371   democrat_n                   physician_fee_freeze
## 1372 republican_y                   physician_fee_freeze
## 1373 republican_y                   physician_fee_freeze
## 1374 republican_y                   physician_fee_freeze
## 1375   democrat_n                   physician_fee_freeze
## 1376   democrat_n                   physician_fee_freeze
## 1377   democrat_n                   physician_fee_freeze
## 1378 republican_y                   physician_fee_freeze
## 1379   democrat_n                   physician_fee_freeze
## 1380 republican_y                   physician_fee_freeze
## 1381   democrat_n                   physician_fee_freeze
## 1382 republican_y                   physician_fee_freeze
## 1383   democrat_y                   physician_fee_freeze
## 1384   democrat_n                   physician_fee_freeze
## 1385   democrat_n                   physician_fee_freeze
## 1386 republican_y                   physician_fee_freeze
## 1387 republican_y                   physician_fee_freeze
## 1388 republican_y                   physician_fee_freeze
## 1389   democrat_n                   physician_fee_freeze
## 1390 republican_y                   physician_fee_freeze
## 1391   democrat_n                   physician_fee_freeze
## 1392   democrat_n                   physician_fee_freeze
## 1393   democrat_n                   physician_fee_freeze
## 1394   democrat_n                   physician_fee_freeze
## 1395 republican_y                   physician_fee_freeze
## 1396   democrat_n                   physician_fee_freeze
## 1397   democrat_n                   physician_fee_freeze
## 1398 republican_y                   physician_fee_freeze
## 1399 republican_y                   physician_fee_freeze
## 1400   democrat_y                   physician_fee_freeze
## 1401   democrat_n                   physician_fee_freeze
## 1402   democrat_n                   physician_fee_freeze
## 1403 republican_y                   physician_fee_freeze
## 1404   democrat_n                   physician_fee_freeze
## 1405   democrat_n                   physician_fee_freeze
## 1406   democrat_n                   physician_fee_freeze
## 1407   democrat_n                   physician_fee_freeze
## 1408 republican_y                   physician_fee_freeze
## 1409   democrat_n                   physician_fee_freeze
## 1410   democrat_n                   physician_fee_freeze
## 1411   democrat_n                   physician_fee_freeze
## 1412   democrat_n                   physician_fee_freeze
## 1413   democrat_n                   physician_fee_freeze
## 1414   democrat_n                   physician_fee_freeze
## 1415   democrat_n                   physician_fee_freeze
## 1416   democrat_n                   physician_fee_freeze
## 1417   democrat_n                   physician_fee_freeze
## 1418   democrat_n                   physician_fee_freeze
## 1419 republican_y                   physician_fee_freeze
## 1420   democrat_n                   physician_fee_freeze
## 1421 republican_y                   physician_fee_freeze
## 1422 republican_y                   physician_fee_freeze
## 1423   democrat_n                   physician_fee_freeze
## 1424   democrat_n                   physician_fee_freeze
## 1425   democrat_n                   physician_fee_freeze
## 1426 republican_y                   physician_fee_freeze
## 1427   democrat_n                   physician_fee_freeze
## 1428 republican_y                   physician_fee_freeze
## 1429   democrat_n                   physician_fee_freeze
## 1430   democrat_n                   physician_fee_freeze
## 1431   democrat_n                   physician_fee_freeze
## 1432   democrat_n                   physician_fee_freeze
## 1433   democrat_n                   physician_fee_freeze
## 1434   democrat_n                   physician_fee_freeze
## 1435 republican_y                   physician_fee_freeze
## 1436   democrat_n                   physician_fee_freeze
## 1437 republican_y                   physician_fee_freeze
## 1438 republican_y                   physician_fee_freeze
## 1439   democrat_n                   physician_fee_freeze
## 1440   democrat_n                   physician_fee_freeze
## 1441   democrat_n                   physician_fee_freeze
## 1442 republican_y                   physician_fee_freeze
## 1443   democrat_n                   physician_fee_freeze
## 1444   democrat_n                   physician_fee_freeze
## 1445 republican_y                   physician_fee_freeze
## 1446   democrat_y                   physician_fee_freeze
## 1447   democrat_n                   physician_fee_freeze
## 1448 republican_y                   physician_fee_freeze
## 1449   democrat_n                   physician_fee_freeze
## 1450   democrat_n                   physician_fee_freeze
## 1451   democrat_n                   physician_fee_freeze
## 1452   democrat_n                   physician_fee_freeze
## 1453   democrat_n                   physician_fee_freeze
## 1454 republican_y                   physician_fee_freeze
## 1455 republican_y                   physician_fee_freeze
## 1456 republican_y                   physician_fee_freeze
## 1457   democrat_n                   physician_fee_freeze
## 1458   democrat_n                   physician_fee_freeze
## 1459 republican_y                   physician_fee_freeze
## 1460 republican_y                   physician_fee_freeze
## 1461 republican_y                   physician_fee_freeze
## 1462 republican_y                   physician_fee_freeze
## 1463   democrat_n                   physician_fee_freeze
## 1464 republican_y                   physician_fee_freeze
## 1465   democrat_n                   physician_fee_freeze
## 1466 republican_y                   physician_fee_freeze
## 1467   democrat_n                   physician_fee_freeze
## 1468   democrat_n                   physician_fee_freeze
## 1469   democrat_n                   physician_fee_freeze
## 1470 republican_y                   physician_fee_freeze
## 1471 republican_y                   physician_fee_freeze
## 1472   democrat_n                   physician_fee_freeze
## 1473 republican_n                   physician_fee_freeze
## 1474   democrat_n                   physician_fee_freeze
## 1475   democrat_n                   physician_fee_freeze
## 1476   democrat_n                   physician_fee_freeze
## 1477   democrat_n                   physician_fee_freeze
## 1478 republican_y                   physician_fee_freeze
## 1479   democrat_n                   physician_fee_freeze
## 1480 republican_y                   physician_fee_freeze
## 1481 republican_y                   physician_fee_freeze
## 1482   democrat_n                   physician_fee_freeze
## 1483 republican_y                   physician_fee_freeze
## 1484   democrat_n                   physician_fee_freeze
## 1485   democrat_n                   physician_fee_freeze
## 1486 republican_y                   physician_fee_freeze
## 1487 republican_y                   physician_fee_freeze
## 1488   democrat_n                   physician_fee_freeze
## 1489   democrat_n                   physician_fee_freeze
## 1490   democrat_n                   physician_fee_freeze
## 1491   democrat_n                   physician_fee_freeze
## 1492   democrat_n                   physician_fee_freeze
## 1493   democrat_n                   physician_fee_freeze
## 1494   democrat_n                   physician_fee_freeze
## 1495   democrat_n                   physician_fee_freeze
## 1496 republican_y                   physician_fee_freeze
## 1497 republican_n                   physician_fee_freeze
## 1498   democrat_n                   physician_fee_freeze
## 1499   democrat_n                   physician_fee_freeze
## 1500   democrat_n                   physician_fee_freeze
## 1501   democrat_n                   physician_fee_freeze
## 1502   democrat_n                   physician_fee_freeze
## 1503 republican_y                   physician_fee_freeze
## 1504 republican_y                   physician_fee_freeze
## 1505   democrat_n                   physician_fee_freeze
## 1506 republican_y                   physician_fee_freeze
## 1507 republican_y                   physician_fee_freeze
## 1508 republican_y                   physician_fee_freeze
## 1509 republican_y                   physician_fee_freeze
## 1510   democrat_n                   physician_fee_freeze
## 1511 republican_y                   physician_fee_freeze
## 1512 republican_y                   physician_fee_freeze
## 1513 republican_y                   physician_fee_freeze
## 1514   democrat_n                   physician_fee_freeze
## 1515   democrat_n                   physician_fee_freeze
## 1516   democrat_n                   physician_fee_freeze
## 1517   democrat_n                   physician_fee_freeze
## 1518   democrat_n                   physician_fee_freeze
## 1519   democrat_n                   physician_fee_freeze
## 1520   democrat_n                   physician_fee_freeze
## 1521   democrat_n                   physician_fee_freeze
## 1522   democrat_n                   physician_fee_freeze
## 1523   democrat_n                   physician_fee_freeze
## 1524 republican_y                   physician_fee_freeze
## 1525 republican_y                   physician_fee_freeze
## 1526   democrat_n                   physician_fee_freeze
## 1527   democrat_n                   physician_fee_freeze
## 1528   democrat_n                   physician_fee_freeze
## 1529 republican_y                   physician_fee_freeze
## 1530   democrat_n                   physician_fee_freeze
## 1531 republican_y                   physician_fee_freeze
## 1532 republican_y                   physician_fee_freeze
## 1533 republican_y                   physician_fee_freeze
## 1534 republican_y                   physician_fee_freeze
## 1535 republican_y                   physician_fee_freeze
## 1536   democrat_n                   physician_fee_freeze
## 1537 republican_y                   physician_fee_freeze
## 1538   democrat_n                   physician_fee_freeze
## 1539 republican_y                   physician_fee_freeze
## 1540   democrat_n                   physician_fee_freeze
## 1541   democrat_n                   physician_fee_freeze
## 1542 republican_y                   physician_fee_freeze
## 1543 republican_y                   physician_fee_freeze
## 1544 republican_y                   physician_fee_freeze
## 1545   democrat_n                   physician_fee_freeze
## 1546   democrat_n                   physician_fee_freeze
## 1547   democrat_n                   physician_fee_freeze
## 1548   democrat_n                   physician_fee_freeze
## 1549   democrat_n                   physician_fee_freeze
## 1550   democrat_n                   physician_fee_freeze
## 1551   democrat_n                   physician_fee_freeze
## 1552   democrat_n                   physician_fee_freeze
## 1553 republican_y                   physician_fee_freeze
## 1554   democrat_n                   physician_fee_freeze
## 1555   democrat_y                   physician_fee_freeze
## 1556 republican_y                   physician_fee_freeze
## 1557   democrat_n                   physician_fee_freeze
## 1558   democrat_n                   physician_fee_freeze
## 1559 republican_y                   physician_fee_freeze
## 1560   democrat_n                   physician_fee_freeze
## 1561   democrat_n                   physician_fee_freeze
## 1562   democrat_n                   physician_fee_freeze
## 1563   democrat_n                   physician_fee_freeze
## 1564 republican_y                   physician_fee_freeze
## 1565   democrat_n                   physician_fee_freeze
## 1566   democrat_n                   physician_fee_freeze
## 1567   democrat_n                   physician_fee_freeze
## 1568 republican_y                   physician_fee_freeze
## 1569 republican_y                   physician_fee_freeze
## 1570   democrat_n                   physician_fee_freeze
## 1571 republican_y                   physician_fee_freeze
## 1572   democrat_n                   physician_fee_freeze
## 1573 republican_y                   physician_fee_freeze
## 1574 republican_y                   physician_fee_freeze
## 1575 republican_y                   physician_fee_freeze
## 1576   democrat_n                   physician_fee_freeze
## 1577 republican_y                   physician_fee_freeze
## 1578   democrat_n                   physician_fee_freeze
## 1579 republican_y                   physician_fee_freeze
## 1580   democrat_y                   physician_fee_freeze
## 1581 republican_y                   physician_fee_freeze
## 1582   democrat_n                   physician_fee_freeze
## 1583 republican_y                   physician_fee_freeze
## 1584 republican_y                   physician_fee_freeze
## 1585 republican_y                   physician_fee_freeze
## 1586   democrat_n                   physician_fee_freeze
## 1587 republican_y                   physician_fee_freeze
## 1588   democrat_n                   physician_fee_freeze
## 1589   democrat_n                   physician_fee_freeze
## 1590   democrat_n                   physician_fee_freeze
## 1591 republican_y                   physician_fee_freeze
## 1592 republican_y                   physician_fee_freeze
## 1593   democrat_n                   physician_fee_freeze
## 1594   democrat_n                   physician_fee_freeze
## 1595   democrat_n                   physician_fee_freeze
## 1596   democrat_n                   physician_fee_freeze
## 1597 republican_y                   physician_fee_freeze
## 1598   democrat_n                   physician_fee_freeze
## 1599   democrat_n                   physician_fee_freeze
## 1600   democrat_y                   physician_fee_freeze
## 1601 republican_y                   physician_fee_freeze
## 1602   democrat_y                   physician_fee_freeze
## 1603   democrat_n                   physician_fee_freeze
## 1604 republican_y                   physician_fee_freeze
## 1605 republican_y                   physician_fee_freeze
## 1606 republican_y                   physician_fee_freeze
## 1607   democrat_n                   physician_fee_freeze
## 1608   democrat_n                   physician_fee_freeze
## 1609   democrat_y                   physician_fee_freeze
## 1610   democrat_n                   physician_fee_freeze
## 1611   democrat_y                   physician_fee_freeze
## 1612   democrat_n                   physician_fee_freeze
## 1613   democrat_n                   physician_fee_freeze
## 1614   democrat_n                   physician_fee_freeze
## 1615   democrat_y                   physician_fee_freeze
## 1616   democrat_n                   physician_fee_freeze
## 1617   democrat_n                   physician_fee_freeze
## 1618   democrat_n                   physician_fee_freeze
## 1619 republican_y                   physician_fee_freeze
## 1620   democrat_n                   physician_fee_freeze
## 1621   democrat_n                   physician_fee_freeze
## 1622   democrat_n                   physician_fee_freeze
## 1623 republican_y                   physician_fee_freeze
## 1624 republican_y                   physician_fee_freeze
## 1625 republican_y                   physician_fee_freeze
## 1626 republican_y                   physician_fee_freeze
## 1627 republican_y                   physician_fee_freeze
## 1628 republican_y                   physician_fee_freeze
## 1629 republican_y                   physician_fee_freeze
## 1630   democrat_n                   physician_fee_freeze
## 1631   democrat_y                   physician_fee_freeze
## 1632   democrat_n                   physician_fee_freeze
## 1633 republican_y                   physician_fee_freeze
## 1634 republican_y                   physician_fee_freeze
## 1635   democrat_n                   physician_fee_freeze
## 1636 republican_y                   physician_fee_freeze
## 1637 republican_y                   physician_fee_freeze
## 1638   democrat_n                   physician_fee_freeze
## 1639   democrat_n                   physician_fee_freeze
## 1640 republican_y                   physician_fee_freeze
## 1641   democrat_n                   physician_fee_freeze
## 1642   democrat_n                   physician_fee_freeze
## 1643   democrat_n                   physician_fee_freeze
## 1644 republican_y                   physician_fee_freeze
## 1645   democrat_n                   physician_fee_freeze
## 1646   democrat_n                   physician_fee_freeze
## 1647   democrat_n                   physician_fee_freeze
## 1648   democrat_n                   physician_fee_freeze
## 1649   democrat_n                   physician_fee_freeze
## 1650   democrat_n                   physician_fee_freeze
## 1651 republican_y                   physician_fee_freeze
## 1652   democrat_n                   physician_fee_freeze
## 1653   democrat_n                   physician_fee_freeze
## 1654 republican_y                   physician_fee_freeze
## 1655   democrat_n                   physician_fee_freeze
## 1656 republican_y                   physician_fee_freeze
## 1657 republican_y                   physician_fee_freeze
## 1658 republican_y                   physician_fee_freeze
## 1659 republican_y                        el_salvador_aid
## 1660 republican_y                        el_salvador_aid
## 1661   democrat_y                        el_salvador_aid
## 1662   democrat_y                        el_salvador_aid
## 1663   democrat_y                        el_salvador_aid
## 1664   democrat_y                        el_salvador_aid
## 1665 republican_y                        el_salvador_aid
## 1666 republican_y                        el_salvador_aid
## 1667   democrat_n                        el_salvador_aid
## 1668 republican_y                        el_salvador_aid
## 1669 republican_y                        el_salvador_aid
## 1670   democrat_n                        el_salvador_aid
## 1671   democrat_n                        el_salvador_aid
## 1672 republican_y                        el_salvador_aid
## 1673 republican_y                        el_salvador_aid
## 1674   democrat_n                        el_salvador_aid
## 1675   democrat_n                        el_salvador_aid
## 1676 republican_y                        el_salvador_aid
## 1677   democrat_n                        el_salvador_aid
## 1678   democrat_n                        el_salvador_aid
## 1679   democrat_n                        el_salvador_aid
## 1680   democrat_n                        el_salvador_aid
## 1681   democrat_n                        el_salvador_aid
## 1682   democrat_n                        el_salvador_aid
## 1683   democrat_n                        el_salvador_aid
## 1684   democrat_n                        el_salvador_aid
## 1685   democrat_n                        el_salvador_aid
## 1686 republican_y                        el_salvador_aid
## 1687   democrat_n                        el_salvador_aid
## 1688 republican_y                        el_salvador_aid
## 1689   democrat_n                        el_salvador_aid
## 1690   democrat_n                        el_salvador_aid
## 1691 republican_y                        el_salvador_aid
## 1692   democrat_n                        el_salvador_aid
## 1693 republican_y                        el_salvador_aid
## 1694 republican_y                        el_salvador_aid
## 1695 republican_y                        el_salvador_aid
## 1696 republican_y                        el_salvador_aid
## 1697   democrat_n                        el_salvador_aid
## 1698   democrat_n                        el_salvador_aid
## 1699   democrat_n                        el_salvador_aid
## 1700   democrat_n                        el_salvador_aid
## 1701   democrat_n                        el_salvador_aid
## 1702   democrat_n                        el_salvador_aid
## 1703   democrat_n                        el_salvador_aid
## 1704   democrat_n                        el_salvador_aid
## 1705   democrat_n                        el_salvador_aid
## 1706   democrat_n                        el_salvador_aid
## 1707 republican_y                        el_salvador_aid
## 1708   democrat_n                        el_salvador_aid
## 1709 republican_y                        el_salvador_aid
## 1710   democrat_n                        el_salvador_aid
## 1711 republican_y                        el_salvador_aid
## 1712   democrat_n                        el_salvador_aid
## 1713 republican_y                        el_salvador_aid
## 1714 republican_y                        el_salvador_aid
## 1715 republican_y                        el_salvador_aid
## 1716 republican_y                        el_salvador_aid
## 1717 republican_y                        el_salvador_aid
## 1718   democrat_n                        el_salvador_aid
## 1719 republican_y                        el_salvador_aid
## 1720   democrat_n                        el_salvador_aid
## 1721   democrat_n                        el_salvador_aid
## 1722   democrat_n                        el_salvador_aid
## 1723 republican_y                        el_salvador_aid
## 1724 republican_y                        el_salvador_aid
## 1725 republican_y                        el_salvador_aid
## 1726   democrat_n                        el_salvador_aid
## 1727   democrat_n                        el_salvador_aid
## 1728   democrat_n                        el_salvador_aid
## 1729 republican_n                        el_salvador_aid
## 1730   democrat_n                        el_salvador_aid
## 1731 republican_y                        el_salvador_aid
## 1732   democrat_n                        el_salvador_aid
## 1733   democrat_y                        el_salvador_aid
## 1734   democrat_y                        el_salvador_aid
## 1735   democrat_y                        el_salvador_aid
## 1736   democrat_y                        el_salvador_aid
## 1737 republican_y                        el_salvador_aid
## 1738   democrat_n                        el_salvador_aid
## 1739   democrat_n                        el_salvador_aid
## 1740 republican_y                        el_salvador_aid
## 1741 republican_y                        el_salvador_aid
## 1742 republican_y                        el_salvador_aid
## 1743   democrat_y                        el_salvador_aid
## 1744 republican_y                        el_salvador_aid
## 1745 republican_y                        el_salvador_aid
## 1746   democrat_y                        el_salvador_aid
## 1747 republican_y                        el_salvador_aid
## 1748   democrat_n                        el_salvador_aid
## 1749   democrat_n                        el_salvador_aid
## 1750   democrat_n                        el_salvador_aid
## 1751   democrat_n                        el_salvador_aid
## 1752   democrat_y                        el_salvador_aid
## 1753   democrat_y                        el_salvador_aid
## 1754   democrat_y                        el_salvador_aid
## 1755   democrat_y                        el_salvador_aid
## 1756   democrat_n                        el_salvador_aid
## 1757 republican_y                        el_salvador_aid
## 1758   democrat_y                        el_salvador_aid
## 1759   democrat_y                        el_salvador_aid
## 1760   democrat_y                        el_salvador_aid
## 1761   democrat_y                        el_salvador_aid
## 1762   democrat_n                        el_salvador_aid
## 1763   democrat_n                        el_salvador_aid
## 1764 republican_y                        el_salvador_aid
## 1765   democrat_n                        el_salvador_aid
## 1766   democrat_n                        el_salvador_aid
## 1767   democrat_n                        el_salvador_aid
## 1768 republican_y                        el_salvador_aid
## 1769   democrat_n                        el_salvador_aid
## 1770 republican_y                        el_salvador_aid
## 1771   democrat_n                        el_salvador_aid
## 1772   democrat_n                        el_salvador_aid
## 1773 republican_y                        el_salvador_aid
## 1774   democrat_n                        el_salvador_aid
## 1775 republican_y                        el_salvador_aid
## 1776 republican_y                        el_salvador_aid
## 1777 republican_y                        el_salvador_aid
## 1778 republican_y                        el_salvador_aid
## 1779 republican_y                        el_salvador_aid
## 1780   democrat_n                        el_salvador_aid
## 1781 republican_y                        el_salvador_aid
## 1782 republican_y                        el_salvador_aid
## 1783   democrat_n                        el_salvador_aid
## 1784   democrat_n                        el_salvador_aid
## 1785   democrat_n                        el_salvador_aid
## 1786   democrat_n                        el_salvador_aid
## 1787 republican_y                        el_salvador_aid
## 1788 republican_y                        el_salvador_aid
## 1789 republican_y                        el_salvador_aid
## 1790 republican_y                        el_salvador_aid
## 1791 republican_y                        el_salvador_aid
## 1792   democrat_n                        el_salvador_aid
## 1793   democrat_n                        el_salvador_aid
## 1794   democrat_n                        el_salvador_aid
## 1795 republican_n                        el_salvador_aid
## 1796 republican_y                        el_salvador_aid
## 1797 republican_y                        el_salvador_aid
## 1798   democrat_n                        el_salvador_aid
## 1799   democrat_n                        el_salvador_aid
## 1800   democrat_n                        el_salvador_aid
## 1801 republican_y                        el_salvador_aid
## 1802   democrat_n                        el_salvador_aid
## 1803 republican_y                        el_salvador_aid
## 1804   democrat_n                        el_salvador_aid
## 1805 republican_y                        el_salvador_aid
## 1806   democrat_y                        el_salvador_aid
## 1807   democrat_n                        el_salvador_aid
## 1808   democrat_n                        el_salvador_aid
## 1809 republican_y                        el_salvador_aid
## 1810 republican_y                        el_salvador_aid
## 1811 republican_y                        el_salvador_aid
## 1812   democrat_n                        el_salvador_aid
## 1813 republican_y                        el_salvador_aid
## 1814   democrat_y                        el_salvador_aid
## 1815   democrat_y                        el_salvador_aid
## 1816   democrat_y                        el_salvador_aid
## 1817 republican_y                        el_salvador_aid
## 1818   democrat_y                        el_salvador_aid
## 1819   democrat_n                        el_salvador_aid
## 1820 republican_y                        el_salvador_aid
## 1821 republican_y                        el_salvador_aid
## 1822   democrat_y                        el_salvador_aid
## 1823   democrat_n                        el_salvador_aid
## 1824   democrat_n                        el_salvador_aid
## 1825 republican_y                        el_salvador_aid
## 1826   democrat_n                        el_salvador_aid
## 1827   democrat_y                        el_salvador_aid
## 1828   democrat_n                        el_salvador_aid
## 1829   democrat_n                        el_salvador_aid
## 1830 republican_n                        el_salvador_aid
## 1831   democrat_n                        el_salvador_aid
## 1832   democrat_n                        el_salvador_aid
## 1833   democrat_n                        el_salvador_aid
## 1834   democrat_n                        el_salvador_aid
## 1835   democrat_n                        el_salvador_aid
## 1836   democrat_n                        el_salvador_aid
## 1837   democrat_n                        el_salvador_aid
## 1838   democrat_n                        el_salvador_aid
## 1839   democrat_n                        el_salvador_aid
## 1840   democrat_n                        el_salvador_aid
## 1841 republican_y                        el_salvador_aid
## 1842   democrat_n                        el_salvador_aid
## 1843 republican_y                        el_salvador_aid
## 1844 republican_y                        el_salvador_aid
## 1845   democrat_n                        el_salvador_aid
## 1846   democrat_n                        el_salvador_aid
## 1847   democrat_n                        el_salvador_aid
## 1848 republican_y                        el_salvador_aid
## 1849   democrat_n                        el_salvador_aid
## 1850 republican_y                        el_salvador_aid
## 1851   democrat_n                        el_salvador_aid
## 1852   democrat_n                        el_salvador_aid
## 1853   democrat_n                        el_salvador_aid
## 1854   democrat_n                        el_salvador_aid
## 1855   democrat_n                        el_salvador_aid
## 1856   democrat_n                        el_salvador_aid
## 1857 republican_y                        el_salvador_aid
## 1858   democrat_n                        el_salvador_aid
## 1859 republican_y                        el_salvador_aid
## 1860 republican_y                        el_salvador_aid
## 1861   democrat_n                        el_salvador_aid
## 1862   democrat_n                        el_salvador_aid
## 1863   democrat_n                        el_salvador_aid
## 1864 republican_y                        el_salvador_aid
## 1865   democrat_n                        el_salvador_aid
## 1866   democrat_n                        el_salvador_aid
## 1867 republican_y                        el_salvador_aid
## 1868   democrat_y                        el_salvador_aid
## 1869   democrat_y                        el_salvador_aid
## 1870 republican_y                        el_salvador_aid
## 1871   democrat_n                        el_salvador_aid
## 1872   democrat_n                        el_salvador_aid
## 1873   democrat_n                        el_salvador_aid
## 1874   democrat_y                        el_salvador_aid
## 1875   democrat_n                        el_salvador_aid
## 1876 republican_y                        el_salvador_aid
## 1877 republican_y                        el_salvador_aid
## 1878 republican_y                        el_salvador_aid
## 1879   democrat_n                        el_salvador_aid
## 1880   democrat_n                        el_salvador_aid
## 1881 republican_y                        el_salvador_aid
## 1882 republican_y                        el_salvador_aid
## 1883 republican_y                        el_salvador_aid
## 1884 republican_y                        el_salvador_aid
## 1885   democrat_n                        el_salvador_aid
## 1886 republican_y                        el_salvador_aid
## 1887   democrat_n                        el_salvador_aid
## 1888 republican_y                        el_salvador_aid
## 1889   democrat_n                        el_salvador_aid
## 1890   democrat_n                        el_salvador_aid
## 1891   democrat_n                        el_salvador_aid
## 1892 republican_y                        el_salvador_aid
## 1893 republican_n                        el_salvador_aid
## 1894   democrat_n                        el_salvador_aid
## 1895 republican_y                        el_salvador_aid
## 1896   democrat_n                        el_salvador_aid
## 1897   democrat_n                        el_salvador_aid
## 1898   democrat_n                        el_salvador_aid
## 1899   democrat_y                        el_salvador_aid
## 1900 republican_y                        el_salvador_aid
## 1901   democrat_n                        el_salvador_aid
## 1902 republican_y                        el_salvador_aid
## 1903 republican_y                        el_salvador_aid
## 1904   democrat_n                        el_salvador_aid
## 1905 republican_y                        el_salvador_aid
## 1906   democrat_n                        el_salvador_aid
## 1907   democrat_n                        el_salvador_aid
## 1908 republican_y                        el_salvador_aid
## 1909 republican_y                        el_salvador_aid
## 1910   democrat_n                        el_salvador_aid
## 1911   democrat_n                        el_salvador_aid
## 1912   democrat_n                        el_salvador_aid
## 1913   democrat_n                        el_salvador_aid
## 1914   democrat_n                        el_salvador_aid
## 1915   democrat_n                        el_salvador_aid
## 1916   democrat_n                        el_salvador_aid
## 1917   democrat_n                        el_salvador_aid
## 1918 republican_y                        el_salvador_aid
## 1919 republican_n                        el_salvador_aid
## 1920   democrat_n                        el_salvador_aid
## 1921   democrat_n                        el_salvador_aid
## 1922   democrat_n                        el_salvador_aid
## 1923   democrat_n                        el_salvador_aid
## 1924   democrat_n                        el_salvador_aid
## 1925 republican_y                        el_salvador_aid
## 1926 republican_y                        el_salvador_aid
## 1927   democrat_y                        el_salvador_aid
## 1928 republican_y                        el_salvador_aid
## 1929 republican_y                        el_salvador_aid
## 1930 republican_y                        el_salvador_aid
## 1931 republican_y                        el_salvador_aid
## 1932   democrat_n                        el_salvador_aid
## 1933 republican_y                        el_salvador_aid
## 1934 republican_y                        el_salvador_aid
## 1935 republican_y                        el_salvador_aid
## 1936   democrat_n                        el_salvador_aid
## 1937   democrat_n                        el_salvador_aid
## 1938   democrat_n                        el_salvador_aid
## 1939   democrat_n                        el_salvador_aid
## 1940   democrat_y                        el_salvador_aid
## 1941   democrat_y                        el_salvador_aid
## 1942   democrat_n                        el_salvador_aid
## 1943   democrat_n                        el_salvador_aid
## 1944   democrat_n                        el_salvador_aid
## 1945   democrat_n                        el_salvador_aid
## 1946 republican_y                        el_salvador_aid
## 1947 republican_y                        el_salvador_aid
## 1948   democrat_n                        el_salvador_aid
## 1949   democrat_n                        el_salvador_aid
## 1950   democrat_n                        el_salvador_aid
## 1951 republican_y                        el_salvador_aid
## 1952   democrat_n                        el_salvador_aid
## 1953 republican_y                        el_salvador_aid
## 1954 republican_y                        el_salvador_aid
## 1955 republican_y                        el_salvador_aid
## 1956 republican_y                        el_salvador_aid
## 1957 republican_y                        el_salvador_aid
## 1958   democrat_n                        el_salvador_aid
## 1959 republican_y                        el_salvador_aid
## 1960   democrat_n                        el_salvador_aid
## 1961 republican_y                        el_salvador_aid
## 1962   democrat_n                        el_salvador_aid
## 1963   democrat_n                        el_salvador_aid
## 1964 republican_y                        el_salvador_aid
## 1965 republican_y                        el_salvador_aid
## 1966 republican_y                        el_salvador_aid
## 1967   democrat_n                        el_salvador_aid
## 1968   democrat_n                        el_salvador_aid
## 1969   democrat_n                        el_salvador_aid
## 1970   democrat_n                        el_salvador_aid
## 1971   democrat_n                        el_salvador_aid
## 1972   democrat_n                        el_salvador_aid
## 1973   democrat_y                        el_salvador_aid
## 1974 republican_y                        el_salvador_aid
## 1975   democrat_y                        el_salvador_aid
## 1976   democrat_n                        el_salvador_aid
## 1977 republican_y                        el_salvador_aid
## 1978   democrat_n                        el_salvador_aid
## 1979   democrat_n                        el_salvador_aid
## 1980 republican_y                        el_salvador_aid
## 1981   democrat_n                        el_salvador_aid
## 1982   democrat_n                        el_salvador_aid
## 1983   democrat_n                        el_salvador_aid
## 1984   democrat_n                        el_salvador_aid
## 1985 republican_y                        el_salvador_aid
## 1986   democrat_n                        el_salvador_aid
## 1987   democrat_n                        el_salvador_aid
## 1988   democrat_n                        el_salvador_aid
## 1989 republican_y                        el_salvador_aid
## 1990 republican_y                        el_salvador_aid
## 1991   democrat_n                        el_salvador_aid
## 1992   democrat_y                        el_salvador_aid
## 1993 republican_y                        el_salvador_aid
## 1994   democrat_n                        el_salvador_aid
## 1995 republican_y                        el_salvador_aid
## 1996 republican_y                        el_salvador_aid
## 1997 republican_y                        el_salvador_aid
## 1998   democrat_n                        el_salvador_aid
## 1999 republican_y                        el_salvador_aid
## 2000   democrat_n                        el_salvador_aid
## 2001 republican_y                        el_salvador_aid
## 2002   democrat_n                        el_salvador_aid
## 2003 republican_y                        el_salvador_aid
## 2004   democrat_n                        el_salvador_aid
## 2005 republican_n                        el_salvador_aid
## 2006 republican_y                        el_salvador_aid
## 2007 republican_y                        el_salvador_aid
## 2008   democrat_n                        el_salvador_aid
## 2009 republican_y                        el_salvador_aid
## 2010   democrat_n                        el_salvador_aid
## 2011   democrat_y                        el_salvador_aid
## 2012   democrat_n                        el_salvador_aid
## 2013 republican_y                        el_salvador_aid
## 2014 republican_y                        el_salvador_aid
## 2015   democrat_y                        el_salvador_aid
## 2016   democrat_n                        el_salvador_aid
## 2017   democrat_y                        el_salvador_aid
## 2018   democrat_n                        el_salvador_aid
## 2019 republican_y                        el_salvador_aid
## 2020   democrat_y                        el_salvador_aid
## 2021   democrat_y                        el_salvador_aid
## 2022 republican_y                        el_salvador_aid
## 2023   democrat_y                        el_salvador_aid
## 2024   democrat_n                        el_salvador_aid
## 2025 republican_y                        el_salvador_aid
## 2026 republican_y                        el_salvador_aid
## 2027 republican_y                        el_salvador_aid
## 2028   democrat_n                        el_salvador_aid
## 2029   democrat_y                        el_salvador_aid
## 2030   democrat_y                        el_salvador_aid
## 2031   democrat_y                        el_salvador_aid
## 2032   democrat_y                        el_salvador_aid
## 2033   democrat_y                        el_salvador_aid
## 2034   democrat_y                        el_salvador_aid
## 2035   democrat_y                        el_salvador_aid
## 2036   democrat_y                        el_salvador_aid
## 2037   democrat_n                        el_salvador_aid
## 2038   democrat_n                        el_salvador_aid
## 2039 republican_y                        el_salvador_aid
## 2040 republican_n                        el_salvador_aid
## 2041   democrat_n                        el_salvador_aid
## 2042   democrat_y                        el_salvador_aid
## 2043   democrat_y                        el_salvador_aid
## 2044   democrat_y                        el_salvador_aid
## 2045 republican_y                        el_salvador_aid
## 2046 republican_y                        el_salvador_aid
## 2047 republican_n                        el_salvador_aid
## 2048 republican_y                        el_salvador_aid
## 2049 republican_y                        el_salvador_aid
## 2050 republican_y                        el_salvador_aid
## 2051   democrat_y                        el_salvador_aid
## 2052   democrat_y                        el_salvador_aid
## 2053   democrat_n                        el_salvador_aid
## 2054 republican_y                        el_salvador_aid
## 2055 republican_y                        el_salvador_aid
## 2056   democrat_n                        el_salvador_aid
## 2057 republican_y                        el_salvador_aid
## 2058 republican_y                        el_salvador_aid
## 2059   democrat_n                        el_salvador_aid
## 2060   democrat_n                        el_salvador_aid
## 2061 republican_y                        el_salvador_aid
## 2062   democrat_n                        el_salvador_aid
## 2063   democrat_n                        el_salvador_aid
## 2064   democrat_n                        el_salvador_aid
## 2065 republican_y                        el_salvador_aid
## 2066   democrat_y                        el_salvador_aid
## 2067   democrat_n                        el_salvador_aid
## 2068   democrat_n                        el_salvador_aid
## 2069   democrat_n                        el_salvador_aid
## 2070   democrat_n                        el_salvador_aid
## 2071   democrat_n                        el_salvador_aid
## 2072 republican_y                        el_salvador_aid
## 2073   democrat_n                        el_salvador_aid
## 2074 republican_y                        el_salvador_aid
## 2075   democrat_n                        el_salvador_aid
## 2076 republican_y                        el_salvador_aid
## 2077 republican_y                        el_salvador_aid
## 2078 republican_y                        el_salvador_aid
## 2079 republican_y            religious_groups_in_schools
## 2080 republican_y            religious_groups_in_schools
## 2081   democrat_y            religious_groups_in_schools
## 2082   democrat_y            religious_groups_in_schools
## 2083   democrat_y            religious_groups_in_schools
## 2084   democrat_y            religious_groups_in_schools
## 2085   democrat_y            religious_groups_in_schools
## 2086 republican_y            religious_groups_in_schools
## 2087 republican_y            religious_groups_in_schools
## 2088   democrat_n            religious_groups_in_schools
## 2089 republican_n            religious_groups_in_schools
## 2090 republican_y            religious_groups_in_schools
## 2091   democrat_n            religious_groups_in_schools
## 2092   democrat_y            religious_groups_in_schools
## 2093 republican_y            religious_groups_in_schools
## 2094 republican_y            religious_groups_in_schools
## 2095   democrat_y            religious_groups_in_schools
## 2096   democrat_n            religious_groups_in_schools
## 2097 republican_y            religious_groups_in_schools
## 2098   democrat_n            religious_groups_in_schools
## 2099   democrat_n            religious_groups_in_schools
## 2100   democrat_n            religious_groups_in_schools
## 2101   democrat_n            religious_groups_in_schools
## 2102   democrat_n            religious_groups_in_schools
## 2103   democrat_n            religious_groups_in_schools
## 2104   democrat_n            religious_groups_in_schools
## 2105   democrat_n            religious_groups_in_schools
## 2106 republican_n            religious_groups_in_schools
## 2107   democrat_n            religious_groups_in_schools
## 2108 republican_y            religious_groups_in_schools
## 2109   democrat_n            religious_groups_in_schools
## 2110   democrat_n            religious_groups_in_schools
## 2111 republican_y            religious_groups_in_schools
## 2112   democrat_n            religious_groups_in_schools
## 2113 republican_y            religious_groups_in_schools
## 2114 republican_y            religious_groups_in_schools
## 2115 republican_y            religious_groups_in_schools
## 2116 republican_y            religious_groups_in_schools
## 2117   democrat_n            religious_groups_in_schools
## 2118   democrat_n            religious_groups_in_schools
## 2119   democrat_n            religious_groups_in_schools
## 2120   democrat_n            religious_groups_in_schools
## 2121   democrat_n            religious_groups_in_schools
## 2122   democrat_n            religious_groups_in_schools
## 2123   democrat_n            religious_groups_in_schools
## 2124   democrat_n            religious_groups_in_schools
## 2125   democrat_n            religious_groups_in_schools
## 2126   democrat_n            religious_groups_in_schools
## 2127 republican_y            religious_groups_in_schools
## 2128   democrat_n            religious_groups_in_schools
## 2129 republican_y            religious_groups_in_schools
## 2130   democrat_n            religious_groups_in_schools
## 2131 republican_y            religious_groups_in_schools
## 2132   democrat_y            religious_groups_in_schools
## 2133 republican_y            religious_groups_in_schools
## 2134 republican_y            religious_groups_in_schools
## 2135 republican_y            religious_groups_in_schools
## 2136 republican_y            religious_groups_in_schools
## 2137 republican_y            religious_groups_in_schools
## 2138 republican_y            religious_groups_in_schools
## 2139   democrat_n            religious_groups_in_schools
## 2140   democrat_n            religious_groups_in_schools
## 2141   democrat_n            religious_groups_in_schools
## 2142 republican_y            religious_groups_in_schools
## 2143 republican_y            religious_groups_in_schools
## 2144 republican_y            religious_groups_in_schools
## 2145   democrat_n            religious_groups_in_schools
## 2146   democrat_n            religious_groups_in_schools
## 2147   democrat_n            religious_groups_in_schools
## 2148 republican_n            religious_groups_in_schools
## 2149   democrat_n            religious_groups_in_schools
## 2150 republican_n            religious_groups_in_schools
## 2151   democrat_y            religious_groups_in_schools
## 2152   democrat_y            religious_groups_in_schools
## 2153   democrat_y            religious_groups_in_schools
## 2154   democrat_y            religious_groups_in_schools
## 2155   democrat_y            religious_groups_in_schools
## 2156 republican_n            religious_groups_in_schools
## 2157   democrat_y            religious_groups_in_schools
## 2158   democrat_n            religious_groups_in_schools
## 2159 republican_y            religious_groups_in_schools
## 2160 republican_y            religious_groups_in_schools
## 2161 republican_y            religious_groups_in_schools
## 2162   democrat_y            religious_groups_in_schools
## 2163 republican_y            religious_groups_in_schools
## 2164 republican_y            religious_groups_in_schools
## 2165   democrat_y            religious_groups_in_schools
## 2166 republican_y            religious_groups_in_schools
## 2167   democrat_n            religious_groups_in_schools
## 2168   democrat_n            religious_groups_in_schools
## 2169   democrat_n            religious_groups_in_schools
## 2170   democrat_n            religious_groups_in_schools
## 2171   democrat_y            religious_groups_in_schools
## 2172   democrat_y            religious_groups_in_schools
## 2173   democrat_y            religious_groups_in_schools
## 2174   democrat_y            religious_groups_in_schools
## 2175   democrat_y            religious_groups_in_schools
## 2176 republican_y            religious_groups_in_schools
## 2177   democrat_y            religious_groups_in_schools
## 2178   democrat_y            religious_groups_in_schools
## 2179   democrat_y            religious_groups_in_schools
## 2180   democrat_y            religious_groups_in_schools
## 2181   democrat_y            religious_groups_in_schools
## 2182   democrat_n            religious_groups_in_schools
## 2183 republican_y            religious_groups_in_schools
## 2184   democrat_n            religious_groups_in_schools
## 2185   democrat_n            religious_groups_in_schools
## 2186   democrat_n            religious_groups_in_schools
## 2187 republican_y            religious_groups_in_schools
## 2188   democrat_y            religious_groups_in_schools
## 2189 republican_y            religious_groups_in_schools
## 2190   democrat_n            religious_groups_in_schools
## 2191   democrat_n            religious_groups_in_schools
## 2192 republican_n            religious_groups_in_schools
## 2193   democrat_n            religious_groups_in_schools
## 2194 republican_y            religious_groups_in_schools
## 2195 republican_y            religious_groups_in_schools
## 2196 republican_y            religious_groups_in_schools
## 2197 republican_y            religious_groups_in_schools
## 2198 republican_y            religious_groups_in_schools
## 2199   democrat_n            religious_groups_in_schools
## 2200 republican_y            religious_groups_in_schools
## 2201 republican_y            religious_groups_in_schools
## 2202   democrat_n            religious_groups_in_schools
## 2203   democrat_y            religious_groups_in_schools
## 2204   democrat_n            religious_groups_in_schools
## 2205   democrat_y            religious_groups_in_schools
## 2206 republican_y            religious_groups_in_schools
## 2207 republican_y            religious_groups_in_schools
## 2208 republican_y            religious_groups_in_schools
## 2209 republican_y            religious_groups_in_schools
## 2210 republican_y            religious_groups_in_schools
## 2211   democrat_y            religious_groups_in_schools
## 2212   democrat_y            religious_groups_in_schools
## 2213   democrat_y            religious_groups_in_schools
## 2214 republican_n            religious_groups_in_schools
## 2215 republican_y            religious_groups_in_schools
## 2216 republican_y            religious_groups_in_schools
## 2217   democrat_n            religious_groups_in_schools
## 2218   democrat_y            religious_groups_in_schools
## 2219   democrat_y            religious_groups_in_schools
## 2220 republican_y            religious_groups_in_schools
## 2221   democrat_n            religious_groups_in_schools
## 2222 republican_y            religious_groups_in_schools
## 2223   democrat_n            religious_groups_in_schools
## 2224 republican_y            religious_groups_in_schools
## 2225   democrat_y            religious_groups_in_schools
## 2226   democrat_y            religious_groups_in_schools
## 2227   democrat_y            religious_groups_in_schools
## 2228 republican_y            religious_groups_in_schools
## 2229 republican_y            religious_groups_in_schools
## 2230 republican_y            religious_groups_in_schools
## 2231   democrat_y            religious_groups_in_schools
## 2232 republican_y            religious_groups_in_schools
## 2233   democrat_y            religious_groups_in_schools
## 2234   democrat_y            religious_groups_in_schools
## 2235   democrat_y            religious_groups_in_schools
## 2236   democrat_y            religious_groups_in_schools
## 2237 republican_y            religious_groups_in_schools
## 2238   democrat_y            religious_groups_in_schools
## 2239   democrat_y            religious_groups_in_schools
## 2240 republican_y            religious_groups_in_schools
## 2241 republican_y            religious_groups_in_schools
## 2242   democrat_y            religious_groups_in_schools
## 2243   democrat_n            religious_groups_in_schools
## 2244   democrat_n            religious_groups_in_schools
## 2245 republican_y            religious_groups_in_schools
## 2246   democrat_n            religious_groups_in_schools
## 2247   democrat_y            religious_groups_in_schools
## 2248   democrat_n            religious_groups_in_schools
## 2249   democrat_n            religious_groups_in_schools
## 2250 republican_n            religious_groups_in_schools
## 2251   democrat_n            religious_groups_in_schools
## 2252   democrat_n            religious_groups_in_schools
## 2253   democrat_n            religious_groups_in_schools
## 2254   democrat_n            religious_groups_in_schools
## 2255   democrat_n            religious_groups_in_schools
## 2256   democrat_n            religious_groups_in_schools
## 2257   democrat_n            religious_groups_in_schools
## 2258   democrat_n            religious_groups_in_schools
## 2259   democrat_n            religious_groups_in_schools
## 2260   democrat_n            religious_groups_in_schools
## 2261 republican_y            religious_groups_in_schools
## 2262   democrat_n            religious_groups_in_schools
## 2263 republican_y            religious_groups_in_schools
## 2264 republican_y            religious_groups_in_schools
## 2265   democrat_y            religious_groups_in_schools
## 2266   democrat_n            religious_groups_in_schools
## 2267   democrat_y            religious_groups_in_schools
## 2268 republican_y            religious_groups_in_schools
## 2269   democrat_y            religious_groups_in_schools
## 2270 republican_y            religious_groups_in_schools
## 2271   democrat_n            religious_groups_in_schools
## 2272   democrat_n            religious_groups_in_schools
## 2273   democrat_n            religious_groups_in_schools
## 2274   democrat_n            religious_groups_in_schools
## 2275   democrat_y            religious_groups_in_schools
## 2276   democrat_n            religious_groups_in_schools
## 2277 republican_y            religious_groups_in_schools
## 2278   democrat_y            religious_groups_in_schools
## 2279 republican_y            religious_groups_in_schools
## 2280 republican_y            religious_groups_in_schools
## 2281   democrat_n            religious_groups_in_schools
## 2282   democrat_n            religious_groups_in_schools
## 2283   democrat_y            religious_groups_in_schools
## 2284 republican_y            religious_groups_in_schools
## 2285   democrat_n            religious_groups_in_schools
## 2286   democrat_y            religious_groups_in_schools
## 2287 republican_y            religious_groups_in_schools
## 2288   democrat_y            religious_groups_in_schools
## 2289   democrat_y            religious_groups_in_schools
## 2290 republican_y            religious_groups_in_schools
## 2291   democrat_n            religious_groups_in_schools
## 2292   democrat_n            religious_groups_in_schools
## 2293   democrat_n            religious_groups_in_schools
## 2294   democrat_y            religious_groups_in_schools
## 2295   democrat_n            religious_groups_in_schools
## 2296 republican_n            religious_groups_in_schools
## 2297 republican_y            religious_groups_in_schools
## 2298 republican_y            religious_groups_in_schools
## 2299   democrat_y            religious_groups_in_schools
## 2300   democrat_n            religious_groups_in_schools
## 2301 republican_y            religious_groups_in_schools
## 2302 republican_y            religious_groups_in_schools
## 2303 republican_y            religious_groups_in_schools
## 2304 republican_y            religious_groups_in_schools
## 2305   democrat_n            religious_groups_in_schools
## 2306 republican_y            religious_groups_in_schools
## 2307   democrat_y            religious_groups_in_schools
## 2308 republican_y            religious_groups_in_schools
## 2309   democrat_n            religious_groups_in_schools
## 2310   democrat_y            religious_groups_in_schools
## 2311   democrat_n            religious_groups_in_schools
## 2312 republican_y            religious_groups_in_schools
## 2313 republican_y            religious_groups_in_schools
## 2314   democrat_n            religious_groups_in_schools
## 2315 republican_y            religious_groups_in_schools
## 2316   democrat_n            religious_groups_in_schools
## 2317   democrat_n            religious_groups_in_schools
## 2318   democrat_n            religious_groups_in_schools
## 2319   democrat_n            religious_groups_in_schools
## 2320 republican_y            religious_groups_in_schools
## 2321   democrat_n            religious_groups_in_schools
## 2322 republican_y            religious_groups_in_schools
## 2323 republican_y            religious_groups_in_schools
## 2324   democrat_y            religious_groups_in_schools
## 2325 republican_y            religious_groups_in_schools
## 2326   democrat_n            religious_groups_in_schools
## 2327   democrat_n            religious_groups_in_schools
## 2328 republican_n            religious_groups_in_schools
## 2329 republican_n            religious_groups_in_schools
## 2330   democrat_n            religious_groups_in_schools
## 2331   democrat_n            religious_groups_in_schools
## 2332   democrat_n            religious_groups_in_schools
## 2333   democrat_n            religious_groups_in_schools
## 2334   democrat_n            religious_groups_in_schools
## 2335   democrat_n            religious_groups_in_schools
## 2336   democrat_n            religious_groups_in_schools
## 2337 republican_y            religious_groups_in_schools
## 2338 republican_n            religious_groups_in_schools
## 2339   democrat_n            religious_groups_in_schools
## 2340   democrat_n            religious_groups_in_schools
## 2341   democrat_n            religious_groups_in_schools
## 2342   democrat_y            religious_groups_in_schools
## 2343   democrat_n            religious_groups_in_schools
## 2344 republican_n            religious_groups_in_schools
## 2345 republican_n            religious_groups_in_schools
## 2346   democrat_y            religious_groups_in_schools
## 2347 republican_y            religious_groups_in_schools
## 2348 republican_y            religious_groups_in_schools
## 2349 republican_y            religious_groups_in_schools
## 2350 republican_y            religious_groups_in_schools
## 2351   democrat_n            religious_groups_in_schools
## 2352 republican_y            religious_groups_in_schools
## 2353 republican_y            religious_groups_in_schools
## 2354 republican_y            religious_groups_in_schools
## 2355   democrat_y            religious_groups_in_schools
## 2356   democrat_y            religious_groups_in_schools
## 2357   democrat_y            religious_groups_in_schools
## 2358   democrat_y            religious_groups_in_schools
## 2359   democrat_y            religious_groups_in_schools
## 2360   democrat_y            religious_groups_in_schools
## 2361   democrat_y            religious_groups_in_schools
## 2362   democrat_y            religious_groups_in_schools
## 2363   democrat_y            religious_groups_in_schools
## 2364   democrat_y            religious_groups_in_schools
## 2365   democrat_y            religious_groups_in_schools
## 2366 republican_y            religious_groups_in_schools
## 2367 republican_y            religious_groups_in_schools
## 2368   democrat_y            religious_groups_in_schools
## 2369   democrat_n            religious_groups_in_schools
## 2370   democrat_y            religious_groups_in_schools
## 2371 republican_n            religious_groups_in_schools
## 2372   democrat_y            religious_groups_in_schools
## 2373 republican_y            religious_groups_in_schools
## 2374 republican_y            religious_groups_in_schools
## 2375 republican_y            religious_groups_in_schools
## 2376 republican_y            religious_groups_in_schools
## 2377 republican_y            religious_groups_in_schools
## 2378   democrat_y            religious_groups_in_schools
## 2379 republican_y            religious_groups_in_schools
## 2380   democrat_y            religious_groups_in_schools
## 2381 republican_y            religious_groups_in_schools
## 2382   democrat_y            religious_groups_in_schools
## 2383   democrat_n            religious_groups_in_schools
## 2384 republican_y            religious_groups_in_schools
## 2385 republican_y            religious_groups_in_schools
## 2386 republican_y            religious_groups_in_schools
## 2387   democrat_y            religious_groups_in_schools
## 2388   democrat_n            religious_groups_in_schools
## 2389   democrat_n            religious_groups_in_schools
## 2390   democrat_n            religious_groups_in_schools
## 2391   democrat_y            religious_groups_in_schools
## 2392   democrat_n            religious_groups_in_schools
## 2393   democrat_y            religious_groups_in_schools
## 2394   democrat_y            religious_groups_in_schools
## 2395 republican_y            religious_groups_in_schools
## 2396   democrat_y            religious_groups_in_schools
## 2397   democrat_n            religious_groups_in_schools
## 2398 republican_y            religious_groups_in_schools
## 2399   democrat_n            religious_groups_in_schools
## 2400   democrat_y            religious_groups_in_schools
## 2401 republican_y            religious_groups_in_schools
## 2402   democrat_n            religious_groups_in_schools
## 2403   democrat_n            religious_groups_in_schools
## 2404   democrat_n            religious_groups_in_schools
## 2405   democrat_y            religious_groups_in_schools
## 2406 republican_y            religious_groups_in_schools
## 2407   democrat_y            religious_groups_in_schools
## 2408   democrat_n            religious_groups_in_schools
## 2409   democrat_n            religious_groups_in_schools
## 2410 republican_y            religious_groups_in_schools
## 2411 republican_y            religious_groups_in_schools
## 2412   democrat_y            religious_groups_in_schools
## 2413 republican_n            religious_groups_in_schools
## 2414   democrat_n            religious_groups_in_schools
## 2415 republican_y            religious_groups_in_schools
## 2416 republican_y            religious_groups_in_schools
## 2417 republican_y            religious_groups_in_schools
## 2418   democrat_n            religious_groups_in_schools
## 2419 republican_y            religious_groups_in_schools
## 2420   democrat_y            religious_groups_in_schools
## 2421 republican_y            religious_groups_in_schools
## 2422   democrat_y            religious_groups_in_schools
## 2423 republican_y            religious_groups_in_schools
## 2424   democrat_y            religious_groups_in_schools
## 2425 republican_n            religious_groups_in_schools
## 2426 republican_y            religious_groups_in_schools
## 2427 republican_y            religious_groups_in_schools
## 2428   democrat_y            religious_groups_in_schools
## 2429 republican_y            religious_groups_in_schools
## 2430   democrat_y            religious_groups_in_schools
## 2431   democrat_y            religious_groups_in_schools
## 2432   democrat_y            religious_groups_in_schools
## 2433 republican_y            religious_groups_in_schools
## 2434 republican_y            religious_groups_in_schools
## 2435   democrat_y            religious_groups_in_schools
## 2436   democrat_n            religious_groups_in_schools
## 2437   democrat_y            religious_groups_in_schools
## 2438   democrat_y            religious_groups_in_schools
## 2439 republican_y            religious_groups_in_schools
## 2440   democrat_y            religious_groups_in_schools
## 2441   democrat_n            religious_groups_in_schools
## 2442   democrat_y            religious_groups_in_schools
## 2443   democrat_y            religious_groups_in_schools
## 2444 republican_y            religious_groups_in_schools
## 2445   democrat_y            religious_groups_in_schools
## 2446   democrat_n            religious_groups_in_schools
## 2447 republican_y            religious_groups_in_schools
## 2448 republican_y            religious_groups_in_schools
## 2449 republican_y            religious_groups_in_schools
## 2450   democrat_y            religious_groups_in_schools
## 2451   democrat_y            religious_groups_in_schools
## 2452   democrat_y            religious_groups_in_schools
## 2453   democrat_y            religious_groups_in_schools
## 2454   democrat_y            religious_groups_in_schools
## 2455   democrat_y            religious_groups_in_schools
## 2456   democrat_y            religious_groups_in_schools
## 2457   democrat_y            religious_groups_in_schools
## 2458   democrat_y            religious_groups_in_schools
## 2459   democrat_n            religious_groups_in_schools
## 2460   democrat_y            religious_groups_in_schools
## 2461   democrat_n            religious_groups_in_schools
## 2462 republican_y            religious_groups_in_schools
## 2463 republican_y            religious_groups_in_schools
## 2464   democrat_y            religious_groups_in_schools
## 2465   democrat_n            religious_groups_in_schools
## 2466   democrat_y            religious_groups_in_schools
## 2467   democrat_y            religious_groups_in_schools
## 2468 republican_y            religious_groups_in_schools
## 2469 republican_y            religious_groups_in_schools
## 2470 republican_y            religious_groups_in_schools
## 2471 republican_y            religious_groups_in_schools
## 2472 republican_y            religious_groups_in_schools
## 2473 republican_y            religious_groups_in_schools
## 2474 republican_y            religious_groups_in_schools
## 2475   democrat_y            religious_groups_in_schools
## 2476   democrat_y            religious_groups_in_schools
## 2477   democrat_y            religious_groups_in_schools
## 2478 republican_y            religious_groups_in_schools
## 2479 republican_y            religious_groups_in_schools
## 2480   democrat_y            religious_groups_in_schools
## 2481 republican_y            religious_groups_in_schools
## 2482 republican_y            religious_groups_in_schools
## 2483   democrat_n            religious_groups_in_schools
## 2484   democrat_y            religious_groups_in_schools
## 2485 republican_y            religious_groups_in_schools
## 2486   democrat_n            religious_groups_in_schools
## 2487   democrat_n            religious_groups_in_schools
## 2488   democrat_n            religious_groups_in_schools
## 2489 republican_y            religious_groups_in_schools
## 2490   democrat_y            religious_groups_in_schools
## 2491   democrat_y            religious_groups_in_schools
## 2492   democrat_y            religious_groups_in_schools
## 2493   democrat_n            religious_groups_in_schools
## 2494   democrat_n            religious_groups_in_schools
## 2495 republican_y            religious_groups_in_schools
## 2496   democrat_n            religious_groups_in_schools
## 2497   democrat_n            religious_groups_in_schools
## 2498 republican_y            religious_groups_in_schools
## 2499   democrat_n            religious_groups_in_schools
## 2500 republican_y            religious_groups_in_schools
## 2501 republican_y            religious_groups_in_schools
## 2502 republican_y            religious_groups_in_schools
## 2503 republican_n                anti_satellite_test_ban
## 2504 republican_n                anti_satellite_test_ban
## 2505   democrat_n                anti_satellite_test_ban
## 2506   democrat_n                anti_satellite_test_ban
## 2507   democrat_n                anti_satellite_test_ban
## 2508   democrat_n                anti_satellite_test_ban
## 2509   democrat_n                anti_satellite_test_ban
## 2510 republican_n                anti_satellite_test_ban
## 2511 republican_n                anti_satellite_test_ban
## 2512   democrat_y                anti_satellite_test_ban
## 2513 republican_n                anti_satellite_test_ban
## 2514 republican_n                anti_satellite_test_ban
## 2515   democrat_y                anti_satellite_test_ban
## 2516   democrat_y                anti_satellite_test_ban
## 2517 republican_n                anti_satellite_test_ban
## 2518 republican_n                anti_satellite_test_ban
## 2519   democrat_n                anti_satellite_test_ban
## 2520   democrat_y                anti_satellite_test_ban
## 2521 republican_n                anti_satellite_test_ban
## 2522   democrat_y                anti_satellite_test_ban
## 2523   democrat_y                anti_satellite_test_ban
## 2524   democrat_y                anti_satellite_test_ban
## 2525   democrat_y                anti_satellite_test_ban
## 2526   democrat_y                anti_satellite_test_ban
## 2527   democrat_y                anti_satellite_test_ban
## 2528   democrat_y                anti_satellite_test_ban
## 2529   democrat_y                anti_satellite_test_ban
## 2530   democrat_y                anti_satellite_test_ban
## 2531 republican_y                anti_satellite_test_ban
## 2532   democrat_y                anti_satellite_test_ban
## 2533 republican_n                anti_satellite_test_ban
## 2534   democrat_y                anti_satellite_test_ban
## 2535   democrat_y                anti_satellite_test_ban
## 2536 republican_n                anti_satellite_test_ban
## 2537   democrat_y                anti_satellite_test_ban
## 2538 republican_n                anti_satellite_test_ban
## 2539 republican_n                anti_satellite_test_ban
## 2540 republican_n                anti_satellite_test_ban
## 2541 republican_n                anti_satellite_test_ban
## 2542   democrat_y                anti_satellite_test_ban
## 2543   democrat_y                anti_satellite_test_ban
## 2544   democrat_y                anti_satellite_test_ban
## 2545   democrat_y                anti_satellite_test_ban
## 2546   democrat_y                anti_satellite_test_ban
## 2547   democrat_y                anti_satellite_test_ban
## 2548   democrat_y                anti_satellite_test_ban
## 2549   democrat_y                anti_satellite_test_ban
## 2550   democrat_y                anti_satellite_test_ban
## 2551   democrat_y                anti_satellite_test_ban
## 2552 republican_n                anti_satellite_test_ban
## 2553   democrat_y                anti_satellite_test_ban
## 2554 republican_n                anti_satellite_test_ban
## 2555   democrat_y                anti_satellite_test_ban
## 2556 republican_n                anti_satellite_test_ban
## 2557 republican_n                anti_satellite_test_ban
## 2558 republican_n                anti_satellite_test_ban
## 2559 republican_n                anti_satellite_test_ban
## 2560 republican_n                anti_satellite_test_ban
## 2561 republican_n                anti_satellite_test_ban
## 2562   democrat_y                anti_satellite_test_ban
## 2563 republican_n                anti_satellite_test_ban
## 2564   democrat_y                anti_satellite_test_ban
## 2565   democrat_y                anti_satellite_test_ban
## 2566   democrat_y                anti_satellite_test_ban
## 2567 republican_y                anti_satellite_test_ban
## 2568 republican_y                anti_satellite_test_ban
## 2569 republican_n                anti_satellite_test_ban
## 2570   democrat_y                anti_satellite_test_ban
## 2571   democrat_y                anti_satellite_test_ban
## 2572   democrat_y                anti_satellite_test_ban
## 2573 republican_y                anti_satellite_test_ban
## 2574   democrat_y                anti_satellite_test_ban
## 2575 republican_y                anti_satellite_test_ban
## 2576   democrat_y                anti_satellite_test_ban
## 2577   democrat_n                anti_satellite_test_ban
## 2578   democrat_n                anti_satellite_test_ban
## 2579   democrat_n                anti_satellite_test_ban
## 2580   democrat_n                anti_satellite_test_ban
## 2581 republican_n                anti_satellite_test_ban
## 2582   democrat_y                anti_satellite_test_ban
## 2583   democrat_y                anti_satellite_test_ban
## 2584 republican_n                anti_satellite_test_ban
## 2585 republican_n                anti_satellite_test_ban
## 2586 republican_n                anti_satellite_test_ban
## 2587   democrat_n                anti_satellite_test_ban
## 2588 republican_n                anti_satellite_test_ban
## 2589 republican_n                anti_satellite_test_ban
## 2590   democrat_y                anti_satellite_test_ban
## 2591 republican_n                anti_satellite_test_ban
## 2592   democrat_y                anti_satellite_test_ban
## 2593   democrat_y                anti_satellite_test_ban
## 2594   democrat_y                anti_satellite_test_ban
## 2595   democrat_y                anti_satellite_test_ban
## 2596   democrat_n                anti_satellite_test_ban
## 2597   democrat_n                anti_satellite_test_ban
## 2598   democrat_n                anti_satellite_test_ban
## 2599   democrat_y                anti_satellite_test_ban
## 2600   democrat_y                anti_satellite_test_ban
## 2601 republican_n                anti_satellite_test_ban
## 2602   democrat_n                anti_satellite_test_ban
## 2603   democrat_y                anti_satellite_test_ban
## 2604   democrat_y                anti_satellite_test_ban
## 2605   democrat_y                anti_satellite_test_ban
## 2606   democrat_n                anti_satellite_test_ban
## 2607 republican_n                anti_satellite_test_ban
## 2608   democrat_y                anti_satellite_test_ban
## 2609   democrat_y                anti_satellite_test_ban
## 2610   democrat_y                anti_satellite_test_ban
## 2611 republican_n                anti_satellite_test_ban
## 2612   democrat_y                anti_satellite_test_ban
## 2613 republican_n                anti_satellite_test_ban
## 2614   democrat_y                anti_satellite_test_ban
## 2615   democrat_y                anti_satellite_test_ban
## 2616   democrat_y                anti_satellite_test_ban
## 2617 republican_y                anti_satellite_test_ban
## 2618   democrat_n                anti_satellite_test_ban
## 2619 republican_n                anti_satellite_test_ban
## 2620 republican_n                anti_satellite_test_ban
## 2621 republican_n                anti_satellite_test_ban
## 2622 republican_n                anti_satellite_test_ban
## 2623 republican_n                anti_satellite_test_ban
## 2624   democrat_y                anti_satellite_test_ban
## 2625 republican_n                anti_satellite_test_ban
## 2626 republican_n                anti_satellite_test_ban
## 2627   democrat_y                anti_satellite_test_ban
## 2628   democrat_n                anti_satellite_test_ban
## 2629   democrat_y                anti_satellite_test_ban
## 2630   democrat_y                anti_satellite_test_ban
## 2631   democrat_n                anti_satellite_test_ban
## 2632 republican_n                anti_satellite_test_ban
## 2633 republican_n                anti_satellite_test_ban
## 2634 republican_n                anti_satellite_test_ban
## 2635 republican_n                anti_satellite_test_ban
## 2636 republican_n                anti_satellite_test_ban
## 2637   democrat_y                anti_satellite_test_ban
## 2638   democrat_y                anti_satellite_test_ban
## 2639   democrat_y                anti_satellite_test_ban
## 2640 republican_y                anti_satellite_test_ban
## 2641 republican_y                anti_satellite_test_ban
## 2642 republican_y                anti_satellite_test_ban
## 2643   democrat_y                anti_satellite_test_ban
## 2644   democrat_y                anti_satellite_test_ban
## 2645   democrat_y                anti_satellite_test_ban
## 2646 republican_n                anti_satellite_test_ban
## 2647   democrat_y                anti_satellite_test_ban
## 2648 republican_n                anti_satellite_test_ban
## 2649   democrat_y                anti_satellite_test_ban
## 2650 republican_n                anti_satellite_test_ban
## 2651   democrat_n                anti_satellite_test_ban
## 2652   democrat_n                anti_satellite_test_ban
## 2653   democrat_y                anti_satellite_test_ban
## 2654 republican_n                anti_satellite_test_ban
## 2655 republican_n                anti_satellite_test_ban
## 2656 republican_y                anti_satellite_test_ban
## 2657   democrat_n                anti_satellite_test_ban
## 2658 republican_n                anti_satellite_test_ban
## 2659   democrat_y                anti_satellite_test_ban
## 2660   democrat_n                anti_satellite_test_ban
## 2661   democrat_y                anti_satellite_test_ban
## 2662   democrat_y                anti_satellite_test_ban
## 2663 republican_y                anti_satellite_test_ban
## 2664   democrat_n                anti_satellite_test_ban
## 2665   democrat_y                anti_satellite_test_ban
## 2666 republican_y                anti_satellite_test_ban
## 2667 republican_y                anti_satellite_test_ban
## 2668   democrat_n                anti_satellite_test_ban
## 2669   democrat_y                anti_satellite_test_ban
## 2670 republican_n                anti_satellite_test_ban
## 2671   democrat_y                anti_satellite_test_ban
## 2672   democrat_n                anti_satellite_test_ban
## 2673   democrat_y                anti_satellite_test_ban
## 2674   democrat_y                anti_satellite_test_ban
## 2675 republican_y                anti_satellite_test_ban
## 2676   democrat_y                anti_satellite_test_ban
## 2677   democrat_y                anti_satellite_test_ban
## 2678   democrat_y                anti_satellite_test_ban
## 2679   democrat_y                anti_satellite_test_ban
## 2680   democrat_y                anti_satellite_test_ban
## 2681   democrat_y                anti_satellite_test_ban
## 2682   democrat_y                anti_satellite_test_ban
## 2683   democrat_y                anti_satellite_test_ban
## 2684   democrat_y                anti_satellite_test_ban
## 2685   democrat_y                anti_satellite_test_ban
## 2686 republican_y                anti_satellite_test_ban
## 2687   democrat_y                anti_satellite_test_ban
## 2688 republican_n                anti_satellite_test_ban
## 2689 republican_n                anti_satellite_test_ban
## 2690   democrat_y                anti_satellite_test_ban
## 2691   democrat_y                anti_satellite_test_ban
## 2692   democrat_y                anti_satellite_test_ban
## 2693 republican_n                anti_satellite_test_ban
## 2694   democrat_y                anti_satellite_test_ban
## 2695 republican_n                anti_satellite_test_ban
## 2696   democrat_y                anti_satellite_test_ban
## 2697   democrat_y                anti_satellite_test_ban
## 2698   democrat_y                anti_satellite_test_ban
## 2699   democrat_y                anti_satellite_test_ban
## 2700   democrat_y                anti_satellite_test_ban
## 2701   democrat_y                anti_satellite_test_ban
## 2702 republican_y                anti_satellite_test_ban
## 2703   democrat_y                anti_satellite_test_ban
## 2704 republican_n                anti_satellite_test_ban
## 2705 republican_y                anti_satellite_test_ban
## 2706   democrat_y                anti_satellite_test_ban
## 2707   democrat_y                anti_satellite_test_ban
## 2708   democrat_y                anti_satellite_test_ban
## 2709 republican_n                anti_satellite_test_ban
## 2710   democrat_y                anti_satellite_test_ban
## 2711   democrat_n                anti_satellite_test_ban
## 2712 republican_n                anti_satellite_test_ban
## 2713   democrat_n                anti_satellite_test_ban
## 2714   democrat_n                anti_satellite_test_ban
## 2715 republican_n                anti_satellite_test_ban
## 2716   democrat_y                anti_satellite_test_ban
## 2717   democrat_n                anti_satellite_test_ban
## 2718   democrat_y                anti_satellite_test_ban
## 2719   democrat_n                anti_satellite_test_ban
## 2720   democrat_y                anti_satellite_test_ban
## 2721 republican_n                anti_satellite_test_ban
## 2722 republican_n                anti_satellite_test_ban
## 2723 republican_n                anti_satellite_test_ban
## 2724   democrat_y                anti_satellite_test_ban
## 2725   democrat_y                anti_satellite_test_ban
## 2726 republican_n                anti_satellite_test_ban
## 2727 republican_y                anti_satellite_test_ban
## 2728 republican_n                anti_satellite_test_ban
## 2729 republican_n                anti_satellite_test_ban
## 2730   democrat_y                anti_satellite_test_ban
## 2731 republican_n                anti_satellite_test_ban
## 2732   democrat_y                anti_satellite_test_ban
## 2733 republican_n                anti_satellite_test_ban
## 2734   democrat_y                anti_satellite_test_ban
## 2735   democrat_y                anti_satellite_test_ban
## 2736   democrat_y                anti_satellite_test_ban
## 2737 republican_y                anti_satellite_test_ban
## 2738 republican_y                anti_satellite_test_ban
## 2739   democrat_y                anti_satellite_test_ban
## 2740 republican_y                anti_satellite_test_ban
## 2741   democrat_y                anti_satellite_test_ban
## 2742   democrat_n                anti_satellite_test_ban
## 2743   democrat_y                anti_satellite_test_ban
## 2744   democrat_y                anti_satellite_test_ban
## 2745   democrat_y                anti_satellite_test_ban
## 2746 republican_n                anti_satellite_test_ban
## 2747 republican_n                anti_satellite_test_ban
## 2748   democrat_y                anti_satellite_test_ban
## 2749 republican_n                anti_satellite_test_ban
## 2750   democrat_y                anti_satellite_test_ban
## 2751   democrat_y                anti_satellite_test_ban
## 2752 republican_n                anti_satellite_test_ban
## 2753 republican_n                anti_satellite_test_ban
## 2754   democrat_y                anti_satellite_test_ban
## 2755   democrat_y                anti_satellite_test_ban
## 2756   democrat_y                anti_satellite_test_ban
## 2757   democrat_y                anti_satellite_test_ban
## 2758   democrat_y                anti_satellite_test_ban
## 2759   democrat_y                anti_satellite_test_ban
## 2760   democrat_y                anti_satellite_test_ban
## 2761   democrat_y                anti_satellite_test_ban
## 2762 republican_n                anti_satellite_test_ban
## 2763 republican_y                anti_satellite_test_ban
## 2764   democrat_y                anti_satellite_test_ban
## 2765   democrat_y                anti_satellite_test_ban
## 2766   democrat_y                anti_satellite_test_ban
## 2767   democrat_y                anti_satellite_test_ban
## 2768   democrat_y                anti_satellite_test_ban
## 2769 republican_y                anti_satellite_test_ban
## 2770 republican_y                anti_satellite_test_ban
## 2771   democrat_n                anti_satellite_test_ban
## 2772 republican_n                anti_satellite_test_ban
## 2773 republican_y                anti_satellite_test_ban
## 2774 republican_n                anti_satellite_test_ban
## 2775 republican_n                anti_satellite_test_ban
## 2776   democrat_y                anti_satellite_test_ban
## 2777 republican_y                anti_satellite_test_ban
## 2778 republican_n                anti_satellite_test_ban
## 2779 republican_n                anti_satellite_test_ban
## 2780   democrat_y                anti_satellite_test_ban
## 2781   democrat_y                anti_satellite_test_ban
## 2782   democrat_y                anti_satellite_test_ban
## 2783   democrat_n                anti_satellite_test_ban
## 2784   democrat_n                anti_satellite_test_ban
## 2785   democrat_y                anti_satellite_test_ban
## 2786   democrat_y                anti_satellite_test_ban
## 2787   democrat_y                anti_satellite_test_ban
## 2788   democrat_y                anti_satellite_test_ban
## 2789 republican_n                anti_satellite_test_ban
## 2790   democrat_y                anti_satellite_test_ban
## 2791   democrat_y                anti_satellite_test_ban
## 2792   democrat_y                anti_satellite_test_ban
## 2793 republican_y                anti_satellite_test_ban
## 2794   democrat_y                anti_satellite_test_ban
## 2795 republican_y                anti_satellite_test_ban
## 2796 republican_n                anti_satellite_test_ban
## 2797 republican_n                anti_satellite_test_ban
## 2798 republican_n                anti_satellite_test_ban
## 2799 republican_n                anti_satellite_test_ban
## 2800   democrat_y                anti_satellite_test_ban
## 2801 republican_n                anti_satellite_test_ban
## 2802   democrat_y                anti_satellite_test_ban
## 2803 republican_n                anti_satellite_test_ban
## 2804   democrat_y                anti_satellite_test_ban
## 2805   democrat_y                anti_satellite_test_ban
## 2806 republican_n                anti_satellite_test_ban
## 2807 republican_y                anti_satellite_test_ban
## 2808 republican_y                anti_satellite_test_ban
## 2809   democrat_n                anti_satellite_test_ban
## 2810   democrat_y                anti_satellite_test_ban
## 2811   democrat_y                anti_satellite_test_ban
## 2812   democrat_y                anti_satellite_test_ban
## 2813   democrat_n                anti_satellite_test_ban
## 2814   democrat_y                anti_satellite_test_ban
## 2815   democrat_n                anti_satellite_test_ban
## 2816   democrat_n                anti_satellite_test_ban
## 2817 republican_n                anti_satellite_test_ban
## 2818   democrat_n                anti_satellite_test_ban
## 2819   democrat_y                anti_satellite_test_ban
## 2820 republican_n                anti_satellite_test_ban
## 2821   democrat_y                anti_satellite_test_ban
## 2822   democrat_y                anti_satellite_test_ban
## 2823 republican_n                anti_satellite_test_ban
## 2824   democrat_y                anti_satellite_test_ban
## 2825   democrat_y                anti_satellite_test_ban
## 2826   democrat_y                anti_satellite_test_ban
## 2827   democrat_y                anti_satellite_test_ban
## 2828 republican_n                anti_satellite_test_ban
## 2829   democrat_y                anti_satellite_test_ban
## 2830   democrat_y                anti_satellite_test_ban
## 2831   democrat_y                anti_satellite_test_ban
## 2832 republican_n                anti_satellite_test_ban
## 2833 republican_n                anti_satellite_test_ban
## 2834   democrat_y                anti_satellite_test_ban
## 2835   democrat_y                anti_satellite_test_ban
## 2836 republican_y                anti_satellite_test_ban
## 2837   democrat_y                anti_satellite_test_ban
## 2838 republican_y                anti_satellite_test_ban
## 2839 republican_n                anti_satellite_test_ban
## 2840 republican_n                anti_satellite_test_ban
## 2841   democrat_y                anti_satellite_test_ban
## 2842 republican_y                anti_satellite_test_ban
## 2843   democrat_y                anti_satellite_test_ban
## 2844 republican_y                anti_satellite_test_ban
## 2845   democrat_y                anti_satellite_test_ban
## 2846 republican_y                anti_satellite_test_ban
## 2847   democrat_y                anti_satellite_test_ban
## 2848 republican_n                anti_satellite_test_ban
## 2849 republican_n                anti_satellite_test_ban
## 2850 republican_n                anti_satellite_test_ban
## 2851   democrat_y                anti_satellite_test_ban
## 2852 republican_n                anti_satellite_test_ban
## 2853   democrat_y                anti_satellite_test_ban
## 2854   democrat_y                anti_satellite_test_ban
## 2855   democrat_y                anti_satellite_test_ban
## 2856 republican_n                anti_satellite_test_ban
## 2857 republican_n                anti_satellite_test_ban
## 2858   democrat_n                anti_satellite_test_ban
## 2859   democrat_y                anti_satellite_test_ban
## 2860   democrat_y                anti_satellite_test_ban
## 2861   democrat_y                anti_satellite_test_ban
## 2862 republican_n                anti_satellite_test_ban
## 2863   democrat_y                anti_satellite_test_ban
## 2864   democrat_y                anti_satellite_test_ban
## 2865   democrat_n                anti_satellite_test_ban
## 2866   democrat_n                anti_satellite_test_ban
## 2867 republican_n                anti_satellite_test_ban
## 2868   democrat_n                anti_satellite_test_ban
## 2869   democrat_y                anti_satellite_test_ban
## 2870 republican_n                anti_satellite_test_ban
## 2871 republican_n                anti_satellite_test_ban
## 2872   democrat_y                anti_satellite_test_ban
## 2873   democrat_n                anti_satellite_test_ban
## 2874   democrat_n                anti_satellite_test_ban
## 2875   democrat_n                anti_satellite_test_ban
## 2876   democrat_n                anti_satellite_test_ban
## 2877   democrat_n                anti_satellite_test_ban
## 2878   democrat_n                anti_satellite_test_ban
## 2879   democrat_n                anti_satellite_test_ban
## 2880   democrat_y                anti_satellite_test_ban
## 2881   democrat_n                anti_satellite_test_ban
## 2882 republican_n                anti_satellite_test_ban
## 2883 republican_n                anti_satellite_test_ban
## 2884   democrat_n                anti_satellite_test_ban
## 2885   democrat_n                anti_satellite_test_ban
## 2886   democrat_n                anti_satellite_test_ban
## 2887   democrat_n                anti_satellite_test_ban
## 2888   democrat_n                anti_satellite_test_ban
## 2889 republican_n                anti_satellite_test_ban
## 2890 republican_n                anti_satellite_test_ban
## 2891 republican_n                anti_satellite_test_ban
## 2892 republican_y                anti_satellite_test_ban
## 2893 republican_n                anti_satellite_test_ban
## 2894 republican_n                anti_satellite_test_ban
## 2895 republican_n                anti_satellite_test_ban
## 2896   democrat_n                anti_satellite_test_ban
## 2897   democrat_n                anti_satellite_test_ban
## 2898   democrat_y                anti_satellite_test_ban
## 2899 republican_n                anti_satellite_test_ban
## 2900 republican_n                anti_satellite_test_ban
## 2901   democrat_y                anti_satellite_test_ban
## 2902 republican_n                anti_satellite_test_ban
## 2903 republican_y                anti_satellite_test_ban
## 2904   democrat_y                anti_satellite_test_ban
## 2905   democrat_y                anti_satellite_test_ban
## 2906 republican_n                anti_satellite_test_ban
## 2907   democrat_y                anti_satellite_test_ban
## 2908   democrat_y                anti_satellite_test_ban
## 2909   democrat_y                anti_satellite_test_ban
## 2910 republican_y                anti_satellite_test_ban
## 2911   democrat_y                anti_satellite_test_ban
## 2912   democrat_y                anti_satellite_test_ban
## 2913   democrat_y                anti_satellite_test_ban
## 2914   democrat_y                anti_satellite_test_ban
## 2915   democrat_y                anti_satellite_test_ban
## 2916   democrat_y                anti_satellite_test_ban
## 2917 republican_y                anti_satellite_test_ban
## 2918   democrat_y                anti_satellite_test_ban
## 2919   democrat_y                anti_satellite_test_ban
## 2920 republican_n                anti_satellite_test_ban
## 2921   democrat_y                anti_satellite_test_ban
## 2922 republican_n                anti_satellite_test_ban
## 2923 republican_n                anti_satellite_test_ban
## 2924 republican_n              aid_to_nicaraguan_contras
## 2925 republican_n              aid_to_nicaraguan_contras
## 2926   democrat_n              aid_to_nicaraguan_contras
## 2927   democrat_n              aid_to_nicaraguan_contras
## 2928   democrat_n              aid_to_nicaraguan_contras
## 2929   democrat_n              aid_to_nicaraguan_contras
## 2930   democrat_n              aid_to_nicaraguan_contras
## 2931 republican_n              aid_to_nicaraguan_contras
## 2932 republican_n              aid_to_nicaraguan_contras
## 2933   democrat_y              aid_to_nicaraguan_contras
## 2934 republican_n              aid_to_nicaraguan_contras
## 2935 republican_n              aid_to_nicaraguan_contras
## 2936   democrat_y              aid_to_nicaraguan_contras
## 2937   democrat_y              aid_to_nicaraguan_contras
## 2938 republican_n              aid_to_nicaraguan_contras
## 2939 republican_n              aid_to_nicaraguan_contras
## 2940   democrat_y              aid_to_nicaraguan_contras
## 2941   democrat_y              aid_to_nicaraguan_contras
## 2942 republican_n              aid_to_nicaraguan_contras
## 2943   democrat_y              aid_to_nicaraguan_contras
## 2944   democrat_y              aid_to_nicaraguan_contras
## 2945   democrat_y              aid_to_nicaraguan_contras
## 2946   democrat_y              aid_to_nicaraguan_contras
## 2947   democrat_y              aid_to_nicaraguan_contras
## 2948   democrat_y              aid_to_nicaraguan_contras
## 2949   democrat_y              aid_to_nicaraguan_contras
## 2950   democrat_y              aid_to_nicaraguan_contras
## 2951   democrat_y              aid_to_nicaraguan_contras
## 2952 republican_y              aid_to_nicaraguan_contras
## 2953   democrat_y              aid_to_nicaraguan_contras
## 2954 republican_n              aid_to_nicaraguan_contras
## 2955   democrat_y              aid_to_nicaraguan_contras
## 2956   democrat_y              aid_to_nicaraguan_contras
## 2957 republican_n              aid_to_nicaraguan_contras
## 2958   democrat_y              aid_to_nicaraguan_contras
## 2959 republican_n              aid_to_nicaraguan_contras
## 2960 republican_n              aid_to_nicaraguan_contras
## 2961 republican_n              aid_to_nicaraguan_contras
## 2962 republican_n              aid_to_nicaraguan_contras
## 2963   democrat_y              aid_to_nicaraguan_contras
## 2964   democrat_y              aid_to_nicaraguan_contras
## 2965   democrat_y              aid_to_nicaraguan_contras
## 2966   democrat_y              aid_to_nicaraguan_contras
## 2967   democrat_y              aid_to_nicaraguan_contras
## 2968   democrat_y              aid_to_nicaraguan_contras
## 2969   democrat_y              aid_to_nicaraguan_contras
## 2970   democrat_y              aid_to_nicaraguan_contras
## 2971   democrat_y              aid_to_nicaraguan_contras
## 2972   democrat_y              aid_to_nicaraguan_contras
## 2973 republican_n              aid_to_nicaraguan_contras
## 2974   democrat_y              aid_to_nicaraguan_contras
## 2975   democrat_y              aid_to_nicaraguan_contras
## 2976 republican_n              aid_to_nicaraguan_contras
## 2977   democrat_y              aid_to_nicaraguan_contras
## 2978 republican_n              aid_to_nicaraguan_contras
## 2979 republican_n              aid_to_nicaraguan_contras
## 2980 republican_n              aid_to_nicaraguan_contras
## 2981 republican_n              aid_to_nicaraguan_contras
## 2982 republican_n              aid_to_nicaraguan_contras
## 2983   democrat_y              aid_to_nicaraguan_contras
## 2984 republican_n              aid_to_nicaraguan_contras
## 2985   democrat_y              aid_to_nicaraguan_contras
## 2986   democrat_y              aid_to_nicaraguan_contras
## 2987   democrat_y              aid_to_nicaraguan_contras
## 2988 republican_n              aid_to_nicaraguan_contras
## 2989 republican_n              aid_to_nicaraguan_contras
## 2990 republican_n              aid_to_nicaraguan_contras
## 2991   democrat_y              aid_to_nicaraguan_contras
## 2992   democrat_y              aid_to_nicaraguan_contras
## 2993   democrat_y              aid_to_nicaraguan_contras
## 2994 republican_y              aid_to_nicaraguan_contras
## 2995   democrat_y              aid_to_nicaraguan_contras
## 2996 republican_n              aid_to_nicaraguan_contras
## 2997   democrat_y              aid_to_nicaraguan_contras
## 2998   democrat_n              aid_to_nicaraguan_contras
## 2999   democrat_n              aid_to_nicaraguan_contras
## 3000   democrat_y              aid_to_nicaraguan_contras
## 3001   democrat_n              aid_to_nicaraguan_contras
## 3002 republican_n              aid_to_nicaraguan_contras
## 3003   democrat_y              aid_to_nicaraguan_contras
## 3004   democrat_y              aid_to_nicaraguan_contras
## 3005 republican_n              aid_to_nicaraguan_contras
## 3006 republican_n              aid_to_nicaraguan_contras
## 3007 republican_n              aid_to_nicaraguan_contras
## 3008   democrat_n              aid_to_nicaraguan_contras
## 3009 republican_n              aid_to_nicaraguan_contras
## 3010 republican_n              aid_to_nicaraguan_contras
## 3011   democrat_n              aid_to_nicaraguan_contras
## 3012 republican_n              aid_to_nicaraguan_contras
## 3013   democrat_y              aid_to_nicaraguan_contras
## 3014   democrat_y              aid_to_nicaraguan_contras
## 3015   democrat_y              aid_to_nicaraguan_contras
## 3016   democrat_n              aid_to_nicaraguan_contras
## 3017   democrat_n              aid_to_nicaraguan_contras
## 3018   democrat_n              aid_to_nicaraguan_contras
## 3019   democrat_n              aid_to_nicaraguan_contras
## 3020   democrat_y              aid_to_nicaraguan_contras
## 3021 republican_n              aid_to_nicaraguan_contras
## 3022   democrat_n              aid_to_nicaraguan_contras
## 3023   democrat_n              aid_to_nicaraguan_contras
## 3024   democrat_n              aid_to_nicaraguan_contras
## 3025   democrat_n              aid_to_nicaraguan_contras
## 3026   democrat_y              aid_to_nicaraguan_contras
## 3027   democrat_y              aid_to_nicaraguan_contras
## 3028 republican_n              aid_to_nicaraguan_contras
## 3029   democrat_y              aid_to_nicaraguan_contras
## 3030   democrat_y              aid_to_nicaraguan_contras
## 3031   democrat_y              aid_to_nicaraguan_contras
## 3032 republican_n              aid_to_nicaraguan_contras
## 3033   democrat_y              aid_to_nicaraguan_contras
## 3034 republican_n              aid_to_nicaraguan_contras
## 3035   democrat_y              aid_to_nicaraguan_contras
## 3036   democrat_y              aid_to_nicaraguan_contras
## 3037   democrat_y              aid_to_nicaraguan_contras
## 3038 republican_n              aid_to_nicaraguan_contras
## 3039   democrat_y              aid_to_nicaraguan_contras
## 3040 republican_n              aid_to_nicaraguan_contras
## 3041 republican_n              aid_to_nicaraguan_contras
## 3042 republican_n              aid_to_nicaraguan_contras
## 3043 republican_n              aid_to_nicaraguan_contras
## 3044 republican_y              aid_to_nicaraguan_contras
## 3045   democrat_y              aid_to_nicaraguan_contras
## 3046 republican_n              aid_to_nicaraguan_contras
## 3047 republican_n              aid_to_nicaraguan_contras
## 3048   democrat_y              aid_to_nicaraguan_contras
## 3049   democrat_y              aid_to_nicaraguan_contras
## 3050   democrat_y              aid_to_nicaraguan_contras
## 3051   democrat_y              aid_to_nicaraguan_contras
## 3052   democrat_y              aid_to_nicaraguan_contras
## 3053 republican_n              aid_to_nicaraguan_contras
## 3054 republican_n              aid_to_nicaraguan_contras
## 3055 republican_n              aid_to_nicaraguan_contras
## 3056 republican_n              aid_to_nicaraguan_contras
## 3057 republican_n              aid_to_nicaraguan_contras
## 3058   democrat_y              aid_to_nicaraguan_contras
## 3059   democrat_y              aid_to_nicaraguan_contras
## 3060   democrat_y              aid_to_nicaraguan_contras
## 3061 republican_y              aid_to_nicaraguan_contras
## 3062 republican_y              aid_to_nicaraguan_contras
## 3063 republican_y              aid_to_nicaraguan_contras
## 3064   democrat_y              aid_to_nicaraguan_contras
## 3065   democrat_y              aid_to_nicaraguan_contras
## 3066   democrat_y              aid_to_nicaraguan_contras
## 3067 republican_n              aid_to_nicaraguan_contras
## 3068   democrat_y              aid_to_nicaraguan_contras
## 3069 republican_n              aid_to_nicaraguan_contras
## 3070   democrat_y              aid_to_nicaraguan_contras
## 3071 republican_n              aid_to_nicaraguan_contras
## 3072   democrat_n              aid_to_nicaraguan_contras
## 3073   democrat_y              aid_to_nicaraguan_contras
## 3074   democrat_y              aid_to_nicaraguan_contras
## 3075 republican_n              aid_to_nicaraguan_contras
## 3076 republican_n              aid_to_nicaraguan_contras
## 3077   democrat_y              aid_to_nicaraguan_contras
## 3078 republican_n              aid_to_nicaraguan_contras
## 3079   democrat_y              aid_to_nicaraguan_contras
## 3080   democrat_n              aid_to_nicaraguan_contras
## 3081   democrat_n              aid_to_nicaraguan_contras
## 3082   democrat_n              aid_to_nicaraguan_contras
## 3083 republican_n              aid_to_nicaraguan_contras
## 3084   democrat_n              aid_to_nicaraguan_contras
## 3085   democrat_y              aid_to_nicaraguan_contras
## 3086 republican_y              aid_to_nicaraguan_contras
## 3087 republican_y              aid_to_nicaraguan_contras
## 3088   democrat_n              aid_to_nicaraguan_contras
## 3089   democrat_y              aid_to_nicaraguan_contras
## 3090   democrat_y              aid_to_nicaraguan_contras
## 3091 republican_n              aid_to_nicaraguan_contras
## 3092   democrat_y              aid_to_nicaraguan_contras
## 3093   democrat_n              aid_to_nicaraguan_contras
## 3094   democrat_y              aid_to_nicaraguan_contras
## 3095   democrat_y              aid_to_nicaraguan_contras
## 3096 republican_y              aid_to_nicaraguan_contras
## 3097   democrat_y              aid_to_nicaraguan_contras
## 3098   democrat_y              aid_to_nicaraguan_contras
## 3099   democrat_y              aid_to_nicaraguan_contras
## 3100   democrat_y              aid_to_nicaraguan_contras
## 3101   democrat_y              aid_to_nicaraguan_contras
## 3102   democrat_y              aid_to_nicaraguan_contras
## 3103   democrat_y              aid_to_nicaraguan_contras
## 3104   democrat_y              aid_to_nicaraguan_contras
## 3105   democrat_y              aid_to_nicaraguan_contras
## 3106   democrat_y              aid_to_nicaraguan_contras
## 3107 republican_y              aid_to_nicaraguan_contras
## 3108   democrat_y              aid_to_nicaraguan_contras
## 3109 republican_n              aid_to_nicaraguan_contras
## 3110   democrat_y              aid_to_nicaraguan_contras
## 3111   democrat_y              aid_to_nicaraguan_contras
## 3112 republican_n              aid_to_nicaraguan_contras
## 3113   democrat_y              aid_to_nicaraguan_contras
## 3114 republican_n              aid_to_nicaraguan_contras
## 3115   democrat_y              aid_to_nicaraguan_contras
## 3116   democrat_y              aid_to_nicaraguan_contras
## 3117   democrat_y              aid_to_nicaraguan_contras
## 3118   democrat_y              aid_to_nicaraguan_contras
## 3119   democrat_y              aid_to_nicaraguan_contras
## 3120   democrat_y              aid_to_nicaraguan_contras
## 3121 republican_n              aid_to_nicaraguan_contras
## 3122   democrat_y              aid_to_nicaraguan_contras
## 3123 republican_n              aid_to_nicaraguan_contras
## 3124 republican_n              aid_to_nicaraguan_contras
## 3125   democrat_y              aid_to_nicaraguan_contras
## 3126   democrat_y              aid_to_nicaraguan_contras
## 3127   democrat_y              aid_to_nicaraguan_contras
## 3128 republican_n              aid_to_nicaraguan_contras
## 3129   democrat_y              aid_to_nicaraguan_contras
## 3130   democrat_y              aid_to_nicaraguan_contras
## 3131 republican_n              aid_to_nicaraguan_contras
## 3132   democrat_n              aid_to_nicaraguan_contras
## 3133   democrat_n              aid_to_nicaraguan_contras
## 3134 republican_n              aid_to_nicaraguan_contras
## 3135   democrat_y              aid_to_nicaraguan_contras
## 3136   democrat_y              aid_to_nicaraguan_contras
## 3137   democrat_y              aid_to_nicaraguan_contras
## 3138   democrat_n              aid_to_nicaraguan_contras
## 3139   democrat_y              aid_to_nicaraguan_contras
## 3140 republican_n              aid_to_nicaraguan_contras
## 3141 republican_n              aid_to_nicaraguan_contras
## 3142 republican_n              aid_to_nicaraguan_contras
## 3143   democrat_y              aid_to_nicaraguan_contras
## 3144   democrat_y              aid_to_nicaraguan_contras
## 3145 republican_n              aid_to_nicaraguan_contras
## 3146 republican_n              aid_to_nicaraguan_contras
## 3147 republican_n              aid_to_nicaraguan_contras
## 3148 republican_n              aid_to_nicaraguan_contras
## 3149   democrat_y              aid_to_nicaraguan_contras
## 3150 republican_n              aid_to_nicaraguan_contras
## 3151   democrat_y              aid_to_nicaraguan_contras
## 3152 republican_n              aid_to_nicaraguan_contras
## 3153   democrat_y              aid_to_nicaraguan_contras
## 3154   democrat_y              aid_to_nicaraguan_contras
## 3155   democrat_y              aid_to_nicaraguan_contras
## 3156 republican_n              aid_to_nicaraguan_contras
## 3157   democrat_y              aid_to_nicaraguan_contras
## 3158 republican_n              aid_to_nicaraguan_contras
## 3159   democrat_y              aid_to_nicaraguan_contras
## 3160   democrat_y              aid_to_nicaraguan_contras
## 3161   democrat_y              aid_to_nicaraguan_contras
## 3162   democrat_y              aid_to_nicaraguan_contras
## 3163 republican_n              aid_to_nicaraguan_contras
## 3164   democrat_y              aid_to_nicaraguan_contras
## 3165 republican_n              aid_to_nicaraguan_contras
## 3166 republican_n              aid_to_nicaraguan_contras
## 3167   democrat_y              aid_to_nicaraguan_contras
## 3168 republican_n              aid_to_nicaraguan_contras
## 3169   democrat_y              aid_to_nicaraguan_contras
## 3170   democrat_y              aid_to_nicaraguan_contras
## 3171 republican_n              aid_to_nicaraguan_contras
## 3172 republican_n              aid_to_nicaraguan_contras
## 3173   democrat_y              aid_to_nicaraguan_contras
## 3174   democrat_y              aid_to_nicaraguan_contras
## 3175   democrat_y              aid_to_nicaraguan_contras
## 3176   democrat_y              aid_to_nicaraguan_contras
## 3177   democrat_y              aid_to_nicaraguan_contras
## 3178   democrat_y              aid_to_nicaraguan_contras
## 3179   democrat_y              aid_to_nicaraguan_contras
## 3180   democrat_y              aid_to_nicaraguan_contras
## 3181 republican_n              aid_to_nicaraguan_contras
## 3182 republican_y              aid_to_nicaraguan_contras
## 3183   democrat_y              aid_to_nicaraguan_contras
## 3184   democrat_y              aid_to_nicaraguan_contras
## 3185   democrat_y              aid_to_nicaraguan_contras
## 3186   democrat_y              aid_to_nicaraguan_contras
## 3187   democrat_y              aid_to_nicaraguan_contras
## 3188 republican_y              aid_to_nicaraguan_contras
## 3189 republican_n              aid_to_nicaraguan_contras
## 3190   democrat_n              aid_to_nicaraguan_contras
## 3191 republican_n              aid_to_nicaraguan_contras
## 3192 republican_y              aid_to_nicaraguan_contras
## 3193 republican_n              aid_to_nicaraguan_contras
## 3194 republican_n              aid_to_nicaraguan_contras
## 3195   democrat_y              aid_to_nicaraguan_contras
## 3196 republican_y              aid_to_nicaraguan_contras
## 3197 republican_n              aid_to_nicaraguan_contras
## 3198 republican_n              aid_to_nicaraguan_contras
## 3199   democrat_y              aid_to_nicaraguan_contras
## 3200   democrat_y              aid_to_nicaraguan_contras
## 3201   democrat_y              aid_to_nicaraguan_contras
## 3202   democrat_y              aid_to_nicaraguan_contras
## 3203   democrat_y              aid_to_nicaraguan_contras
## 3204   democrat_y              aid_to_nicaraguan_contras
## 3205   democrat_y              aid_to_nicaraguan_contras
## 3206   democrat_y              aid_to_nicaraguan_contras
## 3207   democrat_y              aid_to_nicaraguan_contras
## 3208   democrat_y              aid_to_nicaraguan_contras
## 3209   democrat_y              aid_to_nicaraguan_contras
## 3210 republican_n              aid_to_nicaraguan_contras
## 3211   democrat_y              aid_to_nicaraguan_contras
## 3212   democrat_y              aid_to_nicaraguan_contras
## 3213   democrat_y              aid_to_nicaraguan_contras
## 3214 republican_y              aid_to_nicaraguan_contras
## 3215   democrat_y              aid_to_nicaraguan_contras
## 3216 republican_n              aid_to_nicaraguan_contras
## 3217 republican_n              aid_to_nicaraguan_contras
## 3218 republican_n              aid_to_nicaraguan_contras
## 3219 republican_n              aid_to_nicaraguan_contras
## 3220 republican_n              aid_to_nicaraguan_contras
## 3221   democrat_y              aid_to_nicaraguan_contras
## 3222 republican_n              aid_to_nicaraguan_contras
## 3223   democrat_y              aid_to_nicaraguan_contras
## 3224 republican_n              aid_to_nicaraguan_contras
## 3225   democrat_y              aid_to_nicaraguan_contras
## 3226   democrat_y              aid_to_nicaraguan_contras
## 3227 republican_n              aid_to_nicaraguan_contras
## 3228 republican_y              aid_to_nicaraguan_contras
## 3229   democrat_y              aid_to_nicaraguan_contras
## 3230   democrat_y              aid_to_nicaraguan_contras
## 3231   democrat_y              aid_to_nicaraguan_contras
## 3232   democrat_y              aid_to_nicaraguan_contras
## 3233   democrat_y              aid_to_nicaraguan_contras
## 3234   democrat_y              aid_to_nicaraguan_contras
## 3235   democrat_y              aid_to_nicaraguan_contras
## 3236 republican_n              aid_to_nicaraguan_contras
## 3237   democrat_n              aid_to_nicaraguan_contras
## 3238   democrat_y              aid_to_nicaraguan_contras
## 3239 republican_n              aid_to_nicaraguan_contras
## 3240   democrat_y              aid_to_nicaraguan_contras
## 3241   democrat_y              aid_to_nicaraguan_contras
## 3242 republican_n              aid_to_nicaraguan_contras
## 3243   democrat_y              aid_to_nicaraguan_contras
## 3244   democrat_y              aid_to_nicaraguan_contras
## 3245   democrat_y              aid_to_nicaraguan_contras
## 3246   democrat_y              aid_to_nicaraguan_contras
## 3247 republican_n              aid_to_nicaraguan_contras
## 3248   democrat_y              aid_to_nicaraguan_contras
## 3249   democrat_y              aid_to_nicaraguan_contras
## 3250   democrat_y              aid_to_nicaraguan_contras
## 3251 republican_n              aid_to_nicaraguan_contras
## 3252 republican_n              aid_to_nicaraguan_contras
## 3253   democrat_y              aid_to_nicaraguan_contras
## 3254   democrat_n              aid_to_nicaraguan_contras
## 3255 republican_n              aid_to_nicaraguan_contras
## 3256   democrat_y              aid_to_nicaraguan_contras
## 3257 republican_n              aid_to_nicaraguan_contras
## 3258 republican_n              aid_to_nicaraguan_contras
## 3259 republican_n              aid_to_nicaraguan_contras
## 3260   democrat_y              aid_to_nicaraguan_contras
## 3261 republican_y              aid_to_nicaraguan_contras
## 3262   democrat_n              aid_to_nicaraguan_contras
## 3263 republican_y              aid_to_nicaraguan_contras
## 3264   democrat_y              aid_to_nicaraguan_contras
## 3265 republican_n              aid_to_nicaraguan_contras
## 3266   democrat_y              aid_to_nicaraguan_contras
## 3267 republican_y              aid_to_nicaraguan_contras
## 3268 republican_n              aid_to_nicaraguan_contras
## 3269 republican_n              aid_to_nicaraguan_contras
## 3270   democrat_y              aid_to_nicaraguan_contras
## 3271 republican_n              aid_to_nicaraguan_contras
## 3272   democrat_y              aid_to_nicaraguan_contras
## 3273   democrat_n              aid_to_nicaraguan_contras
## 3274   democrat_y              aid_to_nicaraguan_contras
## 3275 republican_n              aid_to_nicaraguan_contras
## 3276 republican_n              aid_to_nicaraguan_contras
## 3277   democrat_n              aid_to_nicaraguan_contras
## 3278   democrat_y              aid_to_nicaraguan_contras
## 3279   democrat_y              aid_to_nicaraguan_contras
## 3280   democrat_y              aid_to_nicaraguan_contras
## 3281 republican_n              aid_to_nicaraguan_contras
## 3282   democrat_y              aid_to_nicaraguan_contras
## 3283   democrat_y              aid_to_nicaraguan_contras
## 3284   democrat_n              aid_to_nicaraguan_contras
## 3285   democrat_y              aid_to_nicaraguan_contras
## 3286 republican_n              aid_to_nicaraguan_contras
## 3287   democrat_n              aid_to_nicaraguan_contras
## 3288   democrat_y              aid_to_nicaraguan_contras
## 3289 republican_n              aid_to_nicaraguan_contras
## 3290 republican_n              aid_to_nicaraguan_contras
## 3291   democrat_y              aid_to_nicaraguan_contras
## 3292   democrat_y              aid_to_nicaraguan_contras
## 3293   democrat_n              aid_to_nicaraguan_contras
## 3294   democrat_y              aid_to_nicaraguan_contras
## 3295   democrat_n              aid_to_nicaraguan_contras
## 3296   democrat_n              aid_to_nicaraguan_contras
## 3297   democrat_y              aid_to_nicaraguan_contras
## 3298   democrat_y              aid_to_nicaraguan_contras
## 3299   democrat_n              aid_to_nicaraguan_contras
## 3300   democrat_y              aid_to_nicaraguan_contras
## 3301   democrat_n              aid_to_nicaraguan_contras
## 3302   democrat_y              aid_to_nicaraguan_contras
## 3303 republican_n              aid_to_nicaraguan_contras
## 3304 republican_y              aid_to_nicaraguan_contras
## 3305   democrat_n              aid_to_nicaraguan_contras
## 3306   democrat_y              aid_to_nicaraguan_contras
## 3307   democrat_y              aid_to_nicaraguan_contras
## 3308   democrat_n              aid_to_nicaraguan_contras
## 3309   democrat_y              aid_to_nicaraguan_contras
## 3310 republican_n              aid_to_nicaraguan_contras
## 3311 republican_n              aid_to_nicaraguan_contras
## 3312 republican_y              aid_to_nicaraguan_contras
## 3313 republican_n              aid_to_nicaraguan_contras
## 3314 republican_n              aid_to_nicaraguan_contras
## 3315 republican_n              aid_to_nicaraguan_contras
## 3316   democrat_n              aid_to_nicaraguan_contras
## 3317   democrat_n              aid_to_nicaraguan_contras
## 3318   democrat_y              aid_to_nicaraguan_contras
## 3319 republican_n              aid_to_nicaraguan_contras
## 3320 republican_n              aid_to_nicaraguan_contras
## 3321   democrat_y              aid_to_nicaraguan_contras
## 3322 republican_n              aid_to_nicaraguan_contras
## 3323 republican_y              aid_to_nicaraguan_contras
## 3324   democrat_y              aid_to_nicaraguan_contras
## 3325   democrat_y              aid_to_nicaraguan_contras
## 3326 republican_n              aid_to_nicaraguan_contras
## 3327   democrat_y              aid_to_nicaraguan_contras
## 3328   democrat_y              aid_to_nicaraguan_contras
## 3329   democrat_y              aid_to_nicaraguan_contras
## 3330 republican_y              aid_to_nicaraguan_contras
## 3331   democrat_y              aid_to_nicaraguan_contras
## 3332   democrat_y              aid_to_nicaraguan_contras
## 3333   democrat_y              aid_to_nicaraguan_contras
## 3334   democrat_y              aid_to_nicaraguan_contras
## 3335   democrat_y              aid_to_nicaraguan_contras
## 3336   democrat_y              aid_to_nicaraguan_contras
## 3337 republican_y              aid_to_nicaraguan_contras
## 3338   democrat_y              aid_to_nicaraguan_contras
## 3339   democrat_y              aid_to_nicaraguan_contras
## 3340 republican_n              aid_to_nicaraguan_contras
## 3341   democrat_y              aid_to_nicaraguan_contras
## 3342 republican_n              aid_to_nicaraguan_contras
## 3343 republican_n              aid_to_nicaraguan_contras
## 3344 republican_n                             mx_missile
## 3345 republican_n                             mx_missile
## 3346   democrat_n                             mx_missile
## 3347   democrat_n                             mx_missile
## 3348   democrat_n                             mx_missile
## 3349   democrat_n                             mx_missile
## 3350   democrat_n                             mx_missile
## 3351 republican_n                             mx_missile
## 3352 republican_n                             mx_missile
## 3353   democrat_y                             mx_missile
## 3354 republican_n                             mx_missile
## 3355 republican_n                             mx_missile
## 3356   democrat_y                             mx_missile
## 3357 republican_n                             mx_missile
## 3358 republican_n                             mx_missile
## 3359   democrat_y                             mx_missile
## 3360 republican_n                             mx_missile
## 3361   democrat_y                             mx_missile
## 3362   democrat_n                             mx_missile
## 3363   democrat_y                             mx_missile
## 3364   democrat_y                             mx_missile
## 3365   democrat_y                             mx_missile
## 3366   democrat_y                             mx_missile
## 3367   democrat_y                             mx_missile
## 3368   democrat_y                             mx_missile
## 3369   democrat_y                             mx_missile
## 3370 republican_y                             mx_missile
## 3371   democrat_y                             mx_missile
## 3372 republican_n                             mx_missile
## 3373   democrat_y                             mx_missile
## 3374   democrat_y                             mx_missile
## 3375 republican_n                             mx_missile
## 3376   democrat_y                             mx_missile
## 3377 republican_n                             mx_missile
## 3378 republican_n                             mx_missile
## 3379 republican_n                             mx_missile
## 3380 republican_n                             mx_missile
## 3381   democrat_y                             mx_missile
## 3382   democrat_y                             mx_missile
## 3383   democrat_y                             mx_missile
## 3384   democrat_y                             mx_missile
## 3385   democrat_y                             mx_missile
## 3386   democrat_y                             mx_missile
## 3387   democrat_y                             mx_missile
## 3388   democrat_n                             mx_missile
## 3389 republican_n                             mx_missile
## 3390   democrat_y                             mx_missile
## 3391 republican_n                             mx_missile
## 3392   democrat_y                             mx_missile
## 3393 republican_n                             mx_missile
## 3394   democrat_n                             mx_missile
## 3395 republican_n                             mx_missile
## 3396 republican_n                             mx_missile
## 3397 republican_n                             mx_missile
## 3398 republican_n                             mx_missile
## 3399 republican_n                             mx_missile
## 3400   democrat_y                             mx_missile
## 3401 republican_n                             mx_missile
## 3402   democrat_y                             mx_missile
## 3403   democrat_y                             mx_missile
## 3404   democrat_y                             mx_missile
## 3405 republican_n                             mx_missile
## 3406 republican_n                             mx_missile
## 3407 republican_n                             mx_missile
## 3408   democrat_y                             mx_missile
## 3409   democrat_y                             mx_missile
## 3410   democrat_y                             mx_missile
## 3411 republican_y                             mx_missile
## 3412   democrat_y                             mx_missile
## 3413 republican_y                             mx_missile
## 3414   democrat_y                             mx_missile
## 3415   democrat_n                             mx_missile
## 3416   democrat_n                             mx_missile
## 3417   democrat_y                             mx_missile
## 3418   democrat_n                             mx_missile
## 3419 republican_n                             mx_missile
## 3420   democrat_y                             mx_missile
## 3421 republican_n                             mx_missile
## 3422 republican_n                             mx_missile
## 3423 republican_n                             mx_missile
## 3424   democrat_n                             mx_missile
## 3425 republican_n                             mx_missile
## 3426 republican_n                             mx_missile
## 3427   democrat_y                             mx_missile
## 3428 republican_n                             mx_missile
## 3429   democrat_y                             mx_missile
## 3430   democrat_y                             mx_missile
## 3431   democrat_n                             mx_missile
## 3432   democrat_y                             mx_missile
## 3433   democrat_n                             mx_missile
## 3434   democrat_n                             mx_missile
## 3435   democrat_n                             mx_missile
## 3436   democrat_y                             mx_missile
## 3437 republican_n                             mx_missile
## 3438   democrat_n                             mx_missile
## 3439   democrat_n                             mx_missile
## 3440   democrat_y                             mx_missile
## 3441   democrat_y                             mx_missile
## 3442 republican_n                             mx_missile
## 3443   democrat_y                             mx_missile
## 3444   democrat_y                             mx_missile
## 3445   democrat_y                             mx_missile
## 3446 republican_n                             mx_missile
## 3447   democrat_n                             mx_missile
## 3448 republican_n                             mx_missile
## 3449   democrat_y                             mx_missile
## 3450   democrat_y                             mx_missile
## 3451   democrat_y                             mx_missile
## 3452 republican_n                             mx_missile
## 3453   democrat_y                             mx_missile
## 3454 republican_n                             mx_missile
## 3455 republican_n                             mx_missile
## 3456 republican_n                             mx_missile
## 3457 republican_n                             mx_missile
## 3458 republican_n                             mx_missile
## 3459   democrat_y                             mx_missile
## 3460 republican_n                             mx_missile
## 3461 republican_n                             mx_missile
## 3462   democrat_y                             mx_missile
## 3463   democrat_n                             mx_missile
## 3464   democrat_y                             mx_missile
## 3465   democrat_y                             mx_missile
## 3466 republican_n                             mx_missile
## 3467 republican_n                             mx_missile
## 3468 republican_n                             mx_missile
## 3469 republican_n                             mx_missile
## 3470 republican_n                             mx_missile
## 3471   democrat_y                             mx_missile
## 3472   democrat_y                             mx_missile
## 3473   democrat_y                             mx_missile
## 3474 republican_y                             mx_missile
## 3475 republican_y                             mx_missile
## 3476 republican_y                             mx_missile
## 3477   democrat_y                             mx_missile
## 3478   democrat_y                             mx_missile
## 3479   democrat_y                             mx_missile
## 3480 republican_n                             mx_missile
## 3481   democrat_y                             mx_missile
## 3482 republican_n                             mx_missile
## 3483   democrat_y                             mx_missile
## 3484 republican_n                             mx_missile
## 3485   democrat_y                             mx_missile
## 3486   democrat_y                             mx_missile
## 3487   democrat_y                             mx_missile
## 3488 republican_n                             mx_missile
## 3489 republican_n                             mx_missile
## 3490 republican_n                             mx_missile
## 3491   democrat_y                             mx_missile
## 3492 republican_n                             mx_missile
## 3493   democrat_y                             mx_missile
## 3494   democrat_n                             mx_missile
## 3495   democrat_n                             mx_missile
## 3496   democrat_n                             mx_missile
## 3497 republican_n                             mx_missile
## 3498   democrat_n                             mx_missile
## 3499   democrat_y                             mx_missile
## 3500 republican_n                             mx_missile
## 3501 republican_n                             mx_missile
## 3502   democrat_y                             mx_missile
## 3503   democrat_y                             mx_missile
## 3504   democrat_y                             mx_missile
## 3505 republican_n                             mx_missile
## 3506   democrat_y                             mx_missile
## 3507   democrat_n                             mx_missile
## 3508   democrat_y                             mx_missile
## 3509   democrat_y                             mx_missile
## 3510 republican_y                             mx_missile
## 3511   democrat_y                             mx_missile
## 3512   democrat_y                             mx_missile
## 3513   democrat_y                             mx_missile
## 3514   democrat_y                             mx_missile
## 3515   democrat_y                             mx_missile
## 3516   democrat_y                             mx_missile
## 3517   democrat_y                             mx_missile
## 3518   democrat_y                             mx_missile
## 3519   democrat_y                             mx_missile
## 3520   democrat_y                             mx_missile
## 3521   democrat_y                             mx_missile
## 3522 republican_n                             mx_missile
## 3523   democrat_y                             mx_missile
## 3524 republican_n                             mx_missile
## 3525 republican_n                             mx_missile
## 3526   democrat_y                             mx_missile
## 3527   democrat_y                             mx_missile
## 3528   democrat_y                             mx_missile
## 3529 republican_n                             mx_missile
## 3530   democrat_y                             mx_missile
## 3531 republican_n                             mx_missile
## 3532   democrat_y                             mx_missile
## 3533   democrat_y                             mx_missile
## 3534   democrat_y                             mx_missile
## 3535   democrat_y                             mx_missile
## 3536   democrat_y                             mx_missile
## 3537 republican_n                             mx_missile
## 3538   democrat_y                             mx_missile
## 3539 republican_n                             mx_missile
## 3540 republican_n                             mx_missile
## 3541   democrat_y                             mx_missile
## 3542   democrat_y                             mx_missile
## 3543   democrat_y                             mx_missile
## 3544 republican_n                             mx_missile
## 3545   democrat_y                             mx_missile
## 3546   democrat_y                             mx_missile
## 3547 republican_n                             mx_missile
## 3548   democrat_n                             mx_missile
## 3549 republican_n                             mx_missile
## 3550   democrat_y                             mx_missile
## 3551   democrat_y                             mx_missile
## 3552   democrat_y                             mx_missile
## 3553   democrat_n                             mx_missile
## 3554   democrat_y                             mx_missile
## 3555 republican_n                             mx_missile
## 3556 republican_n                             mx_missile
## 3557 republican_n                             mx_missile
## 3558   democrat_y                             mx_missile
## 3559   democrat_y                             mx_missile
## 3560 republican_n                             mx_missile
## 3561 republican_y                             mx_missile
## 3562 republican_n                             mx_missile
## 3563 republican_y                             mx_missile
## 3564   democrat_n                             mx_missile
## 3565 republican_n                             mx_missile
## 3566   democrat_y                             mx_missile
## 3567 republican_n                             mx_missile
## 3568   democrat_y                             mx_missile
## 3569   democrat_n                             mx_missile
## 3570 republican_n                             mx_missile
## 3571 republican_y                             mx_missile
## 3572   democrat_y                             mx_missile
## 3573 republican_n                             mx_missile
## 3574   democrat_y                             mx_missile
## 3575   democrat_y                             mx_missile
## 3576   democrat_y                             mx_missile
## 3577 republican_n                             mx_missile
## 3578 republican_n                             mx_missile
## 3579 republican_n                             mx_missile
## 3580   democrat_y                             mx_missile
## 3581 republican_n                             mx_missile
## 3582   democrat_y                             mx_missile
## 3583   democrat_y                             mx_missile
## 3584 republican_n                             mx_missile
## 3585 republican_n                             mx_missile
## 3586   democrat_y                             mx_missile
## 3587   democrat_y                             mx_missile
## 3588   democrat_y                             mx_missile
## 3589   democrat_y                             mx_missile
## 3590   democrat_y                             mx_missile
## 3591   democrat_y                             mx_missile
## 3592   democrat_y                             mx_missile
## 3593   democrat_y                             mx_missile
## 3594 republican_n                             mx_missile
## 3595 republican_y                             mx_missile
## 3596   democrat_y                             mx_missile
## 3597   democrat_y                             mx_missile
## 3598   democrat_y                             mx_missile
## 3599   democrat_y                             mx_missile
## 3600   democrat_y                             mx_missile
## 3601 republican_n                             mx_missile
## 3602 republican_n                             mx_missile
## 3603   democrat_n                             mx_missile
## 3604 republican_n                             mx_missile
## 3605 republican_n                             mx_missile
## 3606 republican_n                             mx_missile
## 3607 republican_n                             mx_missile
## 3608   democrat_y                             mx_missile
## 3609 republican_n                             mx_missile
## 3610 republican_n                             mx_missile
## 3611 republican_n                             mx_missile
## 3612   democrat_y                             mx_missile
## 3613   democrat_y                             mx_missile
## 3614   democrat_y                             mx_missile
## 3615   democrat_n                             mx_missile
## 3616   democrat_n                             mx_missile
## 3617   democrat_y                             mx_missile
## 3618   democrat_y                             mx_missile
## 3619   democrat_n                             mx_missile
## 3620   democrat_y                             mx_missile
## 3621   democrat_n                             mx_missile
## 3622 republican_n                             mx_missile
## 3623 republican_n                             mx_missile
## 3624   democrat_y                             mx_missile
## 3625   democrat_y                             mx_missile
## 3626   democrat_y                             mx_missile
## 3627 republican_y                             mx_missile
## 3628   democrat_y                             mx_missile
## 3629 republican_n                             mx_missile
## 3630 republican_n                             mx_missile
## 3631 republican_n                             mx_missile
## 3632 republican_n                             mx_missile
## 3633 republican_n                             mx_missile
## 3634   democrat_y                             mx_missile
## 3635 republican_n                             mx_missile
## 3636   democrat_y                             mx_missile
## 3637 republican_n                             mx_missile
## 3638   democrat_y                             mx_missile
## 3639   democrat_y                             mx_missile
## 3640 republican_n                             mx_missile
## 3641 republican_n                             mx_missile
## 3642 republican_n                             mx_missile
## 3643   democrat_y                             mx_missile
## 3644   democrat_y                             mx_missile
## 3645   democrat_y                             mx_missile
## 3646   democrat_y                             mx_missile
## 3647   democrat_y                             mx_missile
## 3648   democrat_y                             mx_missile
## 3649   democrat_n                             mx_missile
## 3650 republican_n                             mx_missile
## 3651   democrat_y                             mx_missile
## 3652 republican_n                             mx_missile
## 3653   democrat_y                             mx_missile
## 3654   democrat_y                             mx_missile
## 3655 republican_n                             mx_missile
## 3656   democrat_y                             mx_missile
## 3657   democrat_y                             mx_missile
## 3658   democrat_y                             mx_missile
## 3659 republican_n                             mx_missile
## 3660   democrat_n                             mx_missile
## 3661   democrat_y                             mx_missile
## 3662   democrat_y                             mx_missile
## 3663 republican_n                             mx_missile
## 3664 republican_n                             mx_missile
## 3665   democrat_y                             mx_missile
## 3666   democrat_n                             mx_missile
## 3667 republican_y                             mx_missile
## 3668   democrat_y                             mx_missile
## 3669 republican_n                             mx_missile
## 3670 republican_n                             mx_missile
## 3671 republican_n                             mx_missile
## 3672   democrat_y                             mx_missile
## 3673 republican_y                             mx_missile
## 3674   democrat_y                             mx_missile
## 3675 republican_y                             mx_missile
## 3676   democrat_y                             mx_missile
## 3677 republican_n                             mx_missile
## 3678   democrat_y                             mx_missile
## 3679 republican_y                             mx_missile
## 3680 republican_n                             mx_missile
## 3681 republican_n                             mx_missile
## 3682   democrat_y                             mx_missile
## 3683 republican_n                             mx_missile
## 3684   democrat_y                             mx_missile
## 3685   democrat_y                             mx_missile
## 3686   democrat_y                             mx_missile
## 3687 republican_n                             mx_missile
## 3688 republican_n                             mx_missile
## 3689   democrat_n                             mx_missile
## 3690   democrat_n                             mx_missile
## 3691   democrat_n                             mx_missile
## 3692   democrat_n                             mx_missile
## 3693 republican_n                             mx_missile
## 3694   democrat_n                             mx_missile
## 3695   democrat_y                             mx_missile
## 3696   democrat_n                             mx_missile
## 3697   democrat_n                             mx_missile
## 3698 republican_n                             mx_missile
## 3699   democrat_n                             mx_missile
## 3700   democrat_y                             mx_missile
## 3701 republican_n                             mx_missile
## 3702 republican_n                             mx_missile
## 3703 republican_n                             mx_missile
## 3704   democrat_y                             mx_missile
## 3705   democrat_y                             mx_missile
## 3706   democrat_n                             mx_missile
## 3707   democrat_y                             mx_missile
## 3708   democrat_n                             mx_missile
## 3709   democrat_n                             mx_missile
## 3710   democrat_n                             mx_missile
## 3711   democrat_y                             mx_missile
## 3712   democrat_n                             mx_missile
## 3713   democrat_y                             mx_missile
## 3714   democrat_n                             mx_missile
## 3715   democrat_y                             mx_missile
## 3716 republican_n                             mx_missile
## 3717 republican_y                             mx_missile
## 3718   democrat_n                             mx_missile
## 3719   democrat_n                             mx_missile
## 3720   democrat_n                             mx_missile
## 3721   democrat_n                             mx_missile
## 3722   democrat_n                             mx_missile
## 3723 republican_n                             mx_missile
## 3724 republican_n                             mx_missile
## 3725 republican_n                             mx_missile
## 3726 republican_y                             mx_missile
## 3727 republican_n                             mx_missile
## 3728 republican_n                             mx_missile
## 3729 republican_n                             mx_missile
## 3730   democrat_y                             mx_missile
## 3731   democrat_n                             mx_missile
## 3732   democrat_y                             mx_missile
## 3733 republican_n                             mx_missile
## 3734 republican_n                             mx_missile
## 3735   democrat_y                             mx_missile
## 3736 republican_n                             mx_missile
## 3737 republican_n                             mx_missile
## 3738   democrat_y                             mx_missile
## 3739 republican_n                             mx_missile
## 3740   democrat_y                             mx_missile
## 3741   democrat_n                             mx_missile
## 3742   democrat_y                             mx_missile
## 3743 republican_n                             mx_missile
## 3744   democrat_n                             mx_missile
## 3745   democrat_y                             mx_missile
## 3746   democrat_y                             mx_missile
## 3747   democrat_y                             mx_missile
## 3748   democrat_n                             mx_missile
## 3749   democrat_y                             mx_missile
## 3750 republican_n                             mx_missile
## 3751   democrat_y                             mx_missile
## 3752   democrat_y                             mx_missile
## 3753 republican_y                             mx_missile
## 3754   democrat_y                             mx_missile
## 3755 republican_n                             mx_missile
## 3756 republican_n                             mx_missile
## 3757 republican_y                            immigration
## 3758 republican_n                            immigration
## 3759   democrat_n                            immigration
## 3760   democrat_n                            immigration
## 3761   democrat_n                            immigration
## 3762   democrat_n                            immigration
## 3763   democrat_n                            immigration
## 3764 republican_n                            immigration
## 3765 republican_n                            immigration
## 3766   democrat_n                            immigration
## 3767 republican_n                            immigration
## 3768 republican_n                            immigration
## 3769   democrat_n                            immigration
## 3770   democrat_y                            immigration
## 3771 republican_n                            immigration
## 3772 republican_y                            immigration
## 3773   democrat_y                            immigration
## 3774   democrat_n                            immigration
## 3775 republican_n                            immigration
## 3776   democrat_n                            immigration
## 3777   democrat_n                            immigration
## 3778   democrat_n                            immigration
## 3779   democrat_n                            immigration
## 3780   democrat_n                            immigration
## 3781   democrat_n                            immigration
## 3782   democrat_y                            immigration
## 3783   democrat_n                            immigration
## 3784   democrat_n                            immigration
## 3785 republican_n                            immigration
## 3786   democrat_n                            immigration
## 3787 republican_n                            immigration
## 3788   democrat_n                            immigration
## 3789   democrat_y                            immigration
## 3790 republican_n                            immigration
## 3791   democrat_n                            immigration
## 3792 republican_n                            immigration
## 3793 republican_y                            immigration
## 3794 republican_n                            immigration
## 3795 republican_y                            immigration
## 3796   democrat_y                            immigration
## 3797   democrat_n                            immigration
## 3798   democrat_n                            immigration
## 3799   democrat_n                            immigration
## 3800   democrat_n                            immigration
## 3801   democrat_n                            immigration
## 3802   democrat_n                            immigration
## 3803   democrat_n                            immigration
## 3804   democrat_n                            immigration
## 3805   democrat_n                            immigration
## 3806 republican_n                            immigration
## 3807   democrat_n                            immigration
## 3808 republican_n                            immigration
## 3809   democrat_n                            immigration
## 3810 republican_y                            immigration
## 3811   democrat_n                            immigration
## 3812 republican_y                            immigration
## 3813 republican_y                            immigration
## 3814 republican_y                            immigration
## 3815 republican_y                            immigration
## 3816 republican_y                            immigration
## 3817   democrat_y                            immigration
## 3818 republican_n                            immigration
## 3819   democrat_n                            immigration
## 3820   democrat_n                            immigration
## 3821   democrat_n                            immigration
## 3822 republican_n                            immigration
## 3823 republican_n                            immigration
## 3824 republican_y                            immigration
## 3825   democrat_n                            immigration
## 3826   democrat_n                            immigration
## 3827   democrat_n                            immigration
## 3828 republican_y                            immigration
## 3829   democrat_n                            immigration
## 3830 republican_y                            immigration
## 3831   democrat_y                            immigration
## 3832   democrat_y                            immigration
## 3833   democrat_y                            immigration
## 3834   democrat_y                            immigration
## 3835   democrat_y                            immigration
## 3836 republican_y                            immigration
## 3837   democrat_y                            immigration
## 3838   democrat_y                            immigration
## 3839 republican_y                            immigration
## 3840 republican_n                            immigration
## 3841 republican_y                            immigration
## 3842   democrat_y                            immigration
## 3843 republican_y                            immigration
## 3844 republican_n                            immigration
## 3845   democrat_y                            immigration
## 3846 republican_y                            immigration
## 3847   democrat_y                            immigration
## 3848   democrat_y                            immigration
## 3849   democrat_y                            immigration
## 3850   democrat_y                            immigration
## 3851   democrat_n                            immigration
## 3852   democrat_n                            immigration
## 3853   democrat_n                            immigration
## 3854   democrat_y                            immigration
## 3855   democrat_y                            immigration
## 3856 republican_y                            immigration
## 3857   democrat_n                            immigration
## 3858   democrat_n                            immigration
## 3859   democrat_n                            immigration
## 3860   democrat_n                            immigration
## 3861   democrat_y                            immigration
## 3862   democrat_n                            immigration
## 3863 republican_n                            immigration
## 3864   democrat_n                            immigration
## 3865   democrat_n                            immigration
## 3866   democrat_y                            immigration
## 3867 republican_y                            immigration
## 3868   democrat_y                            immigration
## 3869 republican_y                            immigration
## 3870   democrat_n                            immigration
## 3871   democrat_y                            immigration
## 3872   democrat_n                            immigration
## 3873 republican_n                            immigration
## 3874   democrat_y                            immigration
## 3875 republican_n                            immigration
## 3876 republican_y                            immigration
## 3877 republican_y                            immigration
## 3878 republican_y                            immigration
## 3879 republican_n                            immigration
## 3880   democrat_n                            immigration
## 3881 republican_y                            immigration
## 3882 republican_n                            immigration
## 3883   democrat_y                            immigration
## 3884   democrat_y                            immigration
## 3885   democrat_n                            immigration
## 3886   democrat_n                            immigration
## 3887   democrat_y                            immigration
## 3888 republican_y                            immigration
## 3889 republican_y                            immigration
## 3890 republican_n                            immigration
## 3891 republican_y                            immigration
## 3892 republican_y                            immigration
## 3893   democrat_y                            immigration
## 3894   democrat_y                            immigration
## 3895   democrat_n                            immigration
## 3896 republican_y                            immigration
## 3897 republican_y                            immigration
## 3898 republican_y                            immigration
## 3899   democrat_y                            immigration
## 3900   democrat_y                            immigration
## 3901   democrat_y                            immigration
## 3902 republican_n                            immigration
## 3903   democrat_y                            immigration
## 3904 republican_y                            immigration
## 3905   democrat_y                            immigration
## 3906 republican_y                            immigration
## 3907   democrat_n                            immigration
## 3908   democrat_y                            immigration
## 3909   democrat_y                            immigration
## 3910 republican_n                            immigration
## 3911 republican_n                            immigration
## 3912 republican_n                            immigration
## 3913   democrat_n                            immigration
## 3914 republican_y                            immigration
## 3915   democrat_y                            immigration
## 3916   democrat_n                            immigration
## 3917   democrat_n                            immigration
## 3918   democrat_n                            immigration
## 3919 republican_n                            immigration
## 3920   democrat_y                            immigration
## 3921   democrat_y                            immigration
## 3922 republican_y                            immigration
## 3923 republican_y                            immigration
## 3924   democrat_n                            immigration
## 3925   democrat_y                            immigration
## 3926 republican_y                            immigration
## 3927   democrat_y                            immigration
## 3928   democrat_y                            immigration
## 3929   democrat_n                            immigration
## 3930   democrat_y                            immigration
## 3931 republican_y                            immigration
## 3932   democrat_y                            immigration
## 3933   democrat_y                            immigration
## 3934   democrat_y                            immigration
## 3935   democrat_y                            immigration
## 3936   democrat_n                            immigration
## 3937   democrat_y                            immigration
## 3938   democrat_y                            immigration
## 3939   democrat_y                            immigration
## 3940   democrat_n                            immigration
## 3941 republican_n                            immigration
## 3942   democrat_n                            immigration
## 3943 republican_n                            immigration
## 3944 republican_y                            immigration
## 3945   democrat_n                            immigration
## 3946   democrat_n                            immigration
## 3947   democrat_y                            immigration
## 3948 republican_n                            immigration
## 3949   democrat_n                            immigration
## 3950 republican_y                            immigration
## 3951   democrat_y                            immigration
## 3952   democrat_n                            immigration
## 3953   democrat_n                            immigration
## 3954   democrat_n                            immigration
## 3955   democrat_y                            immigration
## 3956   democrat_y                            immigration
## 3957 republican_n                            immigration
## 3958   democrat_y                            immigration
## 3959 republican_y                            immigration
## 3960 republican_y                            immigration
## 3961   democrat_n                            immigration
## 3962   democrat_y                            immigration
## 3963   democrat_n                            immigration
## 3964 republican_y                            immigration
## 3965   democrat_n                            immigration
## 3966   democrat_n                            immigration
## 3967 republican_y                            immigration
## 3968   democrat_y                            immigration
## 3969   democrat_y                            immigration
## 3970 republican_y                            immigration
## 3971   democrat_n                            immigration
## 3972   democrat_n                            immigration
## 3973   democrat_n                            immigration
## 3974   democrat_n                            immigration
## 3975   democrat_n                            immigration
## 3976 republican_n                            immigration
## 3977 republican_y                            immigration
## 3978 republican_n                            immigration
## 3979   democrat_n                            immigration
## 3980   democrat_n                            immigration
## 3981 republican_n                            immigration
## 3982 republican_y                            immigration
## 3983 republican_n                            immigration
## 3984 republican_y                            immigration
## 3985   democrat_n                            immigration
## 3986 republican_y                            immigration
## 3987   democrat_y                            immigration
## 3988 republican_y                            immigration
## 3989   democrat_n                            immigration
## 3990   democrat_n                            immigration
## 3991   democrat_y                            immigration
## 3992 republican_y                            immigration
## 3993 republican_n                            immigration
## 3994   democrat_y                            immigration
## 3995 republican_n                            immigration
## 3996   democrat_y                            immigration
## 3997   democrat_y                            immigration
## 3998   democrat_y                            immigration
## 3999   democrat_n                            immigration
## 4000 republican_n                            immigration
## 4001   democrat_n                            immigration
## 4002 republican_n                            immigration
## 4003 republican_n                            immigration
## 4004   democrat_n                            immigration
## 4005 republican_n                            immigration
## 4006   democrat_y                            immigration
## 4007   democrat_y                            immigration
## 4008 republican_n                            immigration
## 4009 republican_n                            immigration
## 4010   democrat_n                            immigration
## 4011   democrat_n                            immigration
## 4012   democrat_y                            immigration
## 4013   democrat_n                            immigration
## 4014   democrat_y                            immigration
## 4015   democrat_n                            immigration
## 4016   democrat_n                            immigration
## 4017   democrat_y                            immigration
## 4018 republican_y                            immigration
## 4019 republican_y                            immigration
## 4020   democrat_n                            immigration
## 4021   democrat_n                            immigration
## 4022   democrat_n                            immigration
## 4023   democrat_n                            immigration
## 4024   democrat_y                            immigration
## 4025 republican_y                            immigration
## 4026 republican_y                            immigration
## 4027   democrat_n                            immigration
## 4028 republican_n                            immigration
## 4029 republican_y                            immigration
## 4030 republican_n                            immigration
## 4031 republican_y                            immigration
## 4032   democrat_y                            immigration
## 4033 republican_n                            immigration
## 4034 republican_y                            immigration
## 4035 republican_n                            immigration
## 4036   democrat_y                            immigration
## 4037   democrat_y                            immigration
## 4038   democrat_y                            immigration
## 4039   democrat_n                            immigration
## 4040   democrat_y                            immigration
## 4041   democrat_y                            immigration
## 4042   democrat_y                            immigration
## 4043   democrat_y                            immigration
## 4044   democrat_y                            immigration
## 4045   democrat_y                            immigration
## 4046   democrat_y                            immigration
## 4047 republican_y                            immigration
## 4048 republican_y                            immigration
## 4049   democrat_y                            immigration
## 4050   democrat_y                            immigration
## 4051   democrat_y                            immigration
## 4052 republican_y                            immigration
## 4053   democrat_n                            immigration
## 4054 republican_y                            immigration
## 4055 republican_n                            immigration
## 4056 republican_y                            immigration
## 4057 republican_y                            immigration
## 4058 republican_n                            immigration
## 4059   democrat_n                            immigration
## 4060 republican_y                            immigration
## 4061   democrat_y                            immigration
## 4062 republican_y                            immigration
## 4063   democrat_y                            immigration
## 4064   democrat_y                            immigration
## 4065 republican_y                            immigration
## 4066 republican_n                            immigration
## 4067 republican_n                            immigration
## 4068   democrat_n                            immigration
## 4069   democrat_y                            immigration
## 4070   democrat_n                            immigration
## 4071   democrat_n                            immigration
## 4072   democrat_y                            immigration
## 4073   democrat_y                            immigration
## 4074   democrat_n                            immigration
## 4075   democrat_y                            immigration
## 4076 republican_n                            immigration
## 4077   democrat_n                            immigration
## 4078   democrat_n                            immigration
## 4079 republican_n                            immigration
## 4080   democrat_n                            immigration
## 4081   democrat_y                            immigration
## 4082 republican_y                            immigration
## 4083   democrat_n                            immigration
## 4084   democrat_n                            immigration
## 4085   democrat_n                            immigration
## 4086   democrat_n                            immigration
## 4087 republican_y                            immigration
## 4088   democrat_n                            immigration
## 4089   democrat_n                            immigration
## 4090   democrat_y                            immigration
## 4091 republican_n                            immigration
## 4092 republican_y                            immigration
## 4093   democrat_y                            immigration
## 4094   democrat_y                            immigration
## 4095 republican_y                            immigration
## 4096   democrat_y                            immigration
## 4097 republican_y                            immigration
## 4098 republican_y                            immigration
## 4099 republican_y                            immigration
## 4100   democrat_y                            immigration
## 4101 republican_n                            immigration
## 4102   democrat_n                            immigration
## 4103 republican_y                            immigration
## 4104   democrat_n                            immigration
## 4105 republican_y                            immigration
## 4106   democrat_y                            immigration
## 4107 republican_y                            immigration
## 4108 republican_n                            immigration
## 4109 republican_n                            immigration
## 4110   democrat_y                            immigration
## 4111 republican_y                            immigration
## 4112   democrat_y                            immigration
## 4113   democrat_y                            immigration
## 4114   democrat_y                            immigration
## 4115 republican_y                            immigration
## 4116 republican_n                            immigration
## 4117   democrat_y                            immigration
## 4118   democrat_y                            immigration
## 4119   democrat_y                            immigration
## 4120   democrat_y                            immigration
## 4121 republican_n                            immigration
## 4122   democrat_y                            immigration
## 4123   democrat_y                            immigration
## 4124   democrat_n                            immigration
## 4125   democrat_y                            immigration
## 4126 republican_n                            immigration
## 4127   democrat_n                            immigration
## 4128   democrat_n                            immigration
## 4129 republican_n                            immigration
## 4130 republican_n                            immigration
## 4131 republican_n                            immigration
## 4132   democrat_n                            immigration
## 4133   democrat_y                            immigration
## 4134   democrat_n                            immigration
## 4135   democrat_y                            immigration
## 4136   democrat_n                            immigration
## 4137   democrat_n                            immigration
## 4138   democrat_n                            immigration
## 4139   democrat_n                            immigration
## 4140   democrat_n                            immigration
## 4141   democrat_n                            immigration
## 4142   democrat_n                            immigration
## 4143 republican_n                            immigration
## 4144 republican_n                            immigration
## 4145   democrat_n                            immigration
## 4146   democrat_n                            immigration
## 4147   democrat_n                            immigration
## 4148   democrat_n                            immigration
## 4149   democrat_n                            immigration
## 4150 republican_y                            immigration
## 4151 republican_n                            immigration
## 4152 republican_y                            immigration
## 4153 republican_y                            immigration
## 4154 republican_y                            immigration
## 4155 republican_y                            immigration
## 4156 republican_n                            immigration
## 4157   democrat_y                            immigration
## 4158   democrat_n                            immigration
## 4159   democrat_n                            immigration
## 4160 republican_n                            immigration
## 4161 republican_n                            immigration
## 4162   democrat_y                            immigration
## 4163 republican_y                            immigration
## 4164 republican_y                            immigration
## 4165   democrat_n                            immigration
## 4166   democrat_y                            immigration
## 4167 republican_y                            immigration
## 4168   democrat_y                            immigration
## 4169   democrat_y                            immigration
## 4170   democrat_n                            immigration
## 4171 republican_y                            immigration
## 4172   democrat_n                            immigration
## 4173   democrat_n                            immigration
## 4174   democrat_n                            immigration
## 4175   democrat_y                            immigration
## 4176   democrat_y                            immigration
## 4177   democrat_y                            immigration
## 4178 republican_y                            immigration
## 4179   democrat_y                            immigration
## 4180   democrat_y                            immigration
## 4181 republican_y                            immigration
## 4182   democrat_y                            immigration
## 4183 republican_n                            immigration
## 4184 republican_y                            immigration
## 4185 republican_n           synfuels_corporation_cutback
## 4186   democrat_y           synfuels_corporation_cutback
## 4187   democrat_y           synfuels_corporation_cutback
## 4188   democrat_y           synfuels_corporation_cutback
## 4189   democrat_n           synfuels_corporation_cutback
## 4190   democrat_n           synfuels_corporation_cutback
## 4191 republican_n           synfuels_corporation_cutback
## 4192 republican_n           synfuels_corporation_cutback
## 4193   democrat_n           synfuels_corporation_cutback
## 4194 republican_y           synfuels_corporation_cutback
## 4195   democrat_n           synfuels_corporation_cutback
## 4196   democrat_y           synfuels_corporation_cutback
## 4197 republican_n           synfuels_corporation_cutback
## 4198 republican_n           synfuels_corporation_cutback
## 4199   democrat_y           synfuels_corporation_cutback
## 4200   democrat_n           synfuels_corporation_cutback
## 4201 republican_n           synfuels_corporation_cutback
## 4202   democrat_y           synfuels_corporation_cutback
## 4203   democrat_y           synfuels_corporation_cutback
## 4204   democrat_n           synfuels_corporation_cutback
## 4205   democrat_n           synfuels_corporation_cutback
## 4206   democrat_n           synfuels_corporation_cutback
## 4207   democrat_n           synfuels_corporation_cutback
## 4208   democrat_n           synfuels_corporation_cutback
## 4209   democrat_y           synfuels_corporation_cutback
## 4210   democrat_y           synfuels_corporation_cutback
## 4211 republican_n           synfuels_corporation_cutback
## 4212   democrat_y           synfuels_corporation_cutback
## 4213 republican_n           synfuels_corporation_cutback
## 4214   democrat_y           synfuels_corporation_cutback
## 4215   democrat_n           synfuels_corporation_cutback
## 4216 republican_n           synfuels_corporation_cutback
## 4217   democrat_n           synfuels_corporation_cutback
## 4218 republican_n           synfuels_corporation_cutback
## 4219 republican_n           synfuels_corporation_cutback
## 4220 republican_n           synfuels_corporation_cutback
## 4221 republican_n           synfuels_corporation_cutback
## 4222   democrat_y           synfuels_corporation_cutback
## 4223   democrat_n           synfuels_corporation_cutback
## 4224   democrat_n           synfuels_corporation_cutback
## 4225   democrat_n           synfuels_corporation_cutback
## 4226   democrat_y           synfuels_corporation_cutback
## 4227   democrat_y           synfuels_corporation_cutback
## 4228   democrat_n           synfuels_corporation_cutback
## 4229   democrat_n           synfuels_corporation_cutback
## 4230   democrat_n           synfuels_corporation_cutback
## 4231 republican_n           synfuels_corporation_cutback
## 4232   democrat_y           synfuels_corporation_cutback
## 4233 republican_n           synfuels_corporation_cutback
## 4234   democrat_n           synfuels_corporation_cutback
## 4235 republican_n           synfuels_corporation_cutback
## 4236   democrat_y           synfuels_corporation_cutback
## 4237 republican_y           synfuels_corporation_cutback
## 4238 republican_y           synfuels_corporation_cutback
## 4239 republican_n           synfuels_corporation_cutback
## 4240 republican_n           synfuels_corporation_cutback
## 4241 republican_n           synfuels_corporation_cutback
## 4242   democrat_n           synfuels_corporation_cutback
## 4243 republican_n           synfuels_corporation_cutback
## 4244   democrat_n           synfuels_corporation_cutback
## 4245   democrat_y           synfuels_corporation_cutback
## 4246   democrat_y           synfuels_corporation_cutback
## 4247 republican_n           synfuels_corporation_cutback
## 4248 republican_y           synfuels_corporation_cutback
## 4249 republican_n           synfuels_corporation_cutback
## 4250   democrat_n           synfuels_corporation_cutback
## 4251   democrat_n           synfuels_corporation_cutback
## 4252   democrat_n           synfuels_corporation_cutback
## 4253 republican_y           synfuels_corporation_cutback
## 4254   democrat_y           synfuels_corporation_cutback
## 4255 republican_n           synfuels_corporation_cutback
## 4256   democrat_y           synfuels_corporation_cutback
## 4257   democrat_y           synfuels_corporation_cutback
## 4258   democrat_y           synfuels_corporation_cutback
## 4259   democrat_y           synfuels_corporation_cutback
## 4260   democrat_y           synfuels_corporation_cutback
## 4261 republican_n           synfuels_corporation_cutback
## 4262   democrat_n           synfuels_corporation_cutback
## 4263   democrat_y           synfuels_corporation_cutback
## 4264 republican_n           synfuels_corporation_cutback
## 4265 republican_n           synfuels_corporation_cutback
## 4266 republican_n           synfuels_corporation_cutback
## 4267   democrat_y           synfuels_corporation_cutback
## 4268 republican_n           synfuels_corporation_cutback
## 4269 republican_n           synfuels_corporation_cutback
## 4270   democrat_y           synfuels_corporation_cutback
## 4271 republican_n           synfuels_corporation_cutback
## 4272   democrat_n           synfuels_corporation_cutback
## 4273   democrat_y           synfuels_corporation_cutback
## 4274   democrat_y           synfuels_corporation_cutback
## 4275   democrat_y           synfuels_corporation_cutback
## 4276   democrat_n           synfuels_corporation_cutback
## 4277   democrat_y           synfuels_corporation_cutback
## 4278   democrat_y           synfuels_corporation_cutback
## 4279   democrat_y           synfuels_corporation_cutback
## 4280   democrat_n           synfuels_corporation_cutback
## 4281   democrat_y           synfuels_corporation_cutback
## 4282   democrat_y           synfuels_corporation_cutback
## 4283   democrat_y           synfuels_corporation_cutback
## 4284   democrat_n           synfuels_corporation_cutback
## 4285   democrat_y           synfuels_corporation_cutback
## 4286 republican_n           synfuels_corporation_cutback
## 4287   democrat_n           synfuels_corporation_cutback
## 4288   democrat_n           synfuels_corporation_cutback
## 4289   democrat_n           synfuels_corporation_cutback
## 4290 republican_n           synfuels_corporation_cutback
## 4291   democrat_n           synfuels_corporation_cutback
## 4292 republican_n           synfuels_corporation_cutback
## 4293   democrat_n           synfuels_corporation_cutback
## 4294   democrat_y           synfuels_corporation_cutback
## 4295 republican_n           synfuels_corporation_cutback
## 4296   democrat_y           synfuels_corporation_cutback
## 4297 republican_n           synfuels_corporation_cutback
## 4298 republican_n           synfuels_corporation_cutback
## 4299 republican_n           synfuels_corporation_cutback
## 4300 republican_n           synfuels_corporation_cutback
## 4301 republican_n           synfuels_corporation_cutback
## 4302   democrat_n           synfuels_corporation_cutback
## 4303 republican_n           synfuels_corporation_cutback
## 4304 republican_n           synfuels_corporation_cutback
## 4305   democrat_y           synfuels_corporation_cutback
## 4306   democrat_y           synfuels_corporation_cutback
## 4307   democrat_n           synfuels_corporation_cutback
## 4308   democrat_n           synfuels_corporation_cutback
## 4309 republican_n           synfuels_corporation_cutback
## 4310 republican_n           synfuels_corporation_cutback
## 4311 republican_n           synfuels_corporation_cutback
## 4312 republican_n           synfuels_corporation_cutback
## 4313 republican_y           synfuels_corporation_cutback
## 4314   democrat_n           synfuels_corporation_cutback
## 4315   democrat_n           synfuels_corporation_cutback
## 4316   democrat_n           synfuels_corporation_cutback
## 4317 republican_n           synfuels_corporation_cutback
## 4318 republican_n           synfuels_corporation_cutback
## 4319 republican_n           synfuels_corporation_cutback
## 4320   democrat_y           synfuels_corporation_cutback
## 4321   democrat_n           synfuels_corporation_cutback
## 4322   democrat_n           synfuels_corporation_cutback
## 4323 republican_n           synfuels_corporation_cutback
## 4324   democrat_n           synfuels_corporation_cutback
## 4325 republican_y           synfuels_corporation_cutback
## 4326   democrat_n           synfuels_corporation_cutback
## 4327 republican_n           synfuels_corporation_cutback
## 4328   democrat_y           synfuels_corporation_cutback
## 4329   democrat_y           synfuels_corporation_cutback
## 4330   democrat_y           synfuels_corporation_cutback
## 4331 republican_n           synfuels_corporation_cutback
## 4332 republican_y           synfuels_corporation_cutback
## 4333 republican_n           synfuels_corporation_cutback
## 4334   democrat_y           synfuels_corporation_cutback
## 4335 republican_n           synfuels_corporation_cutback
## 4336   democrat_y           synfuels_corporation_cutback
## 4337   democrat_n           synfuels_corporation_cutback
## 4338   democrat_n           synfuels_corporation_cutback
## 4339   democrat_y           synfuels_corporation_cutback
## 4340 republican_n           synfuels_corporation_cutback
## 4341   democrat_y           synfuels_corporation_cutback
## 4342   democrat_y           synfuels_corporation_cutback
## 4343 republican_n           synfuels_corporation_cutback
## 4344 republican_y           synfuels_corporation_cutback
## 4345   democrat_n           synfuels_corporation_cutback
## 4346   democrat_y           synfuels_corporation_cutback
## 4347   democrat_n           synfuels_corporation_cutback
## 4348 republican_n           synfuels_corporation_cutback
## 4349   democrat_n           synfuels_corporation_cutback
## 4350   democrat_y           synfuels_corporation_cutback
## 4351   democrat_n           synfuels_corporation_cutback
## 4352   democrat_n           synfuels_corporation_cutback
## 4353 republican_n           synfuels_corporation_cutback
## 4354   democrat_y           synfuels_corporation_cutback
## 4355   democrat_y           synfuels_corporation_cutback
## 4356   democrat_n           synfuels_corporation_cutback
## 4357   democrat_y           synfuels_corporation_cutback
## 4358   democrat_n           synfuels_corporation_cutback
## 4359   democrat_y           synfuels_corporation_cutback
## 4360   democrat_n           synfuels_corporation_cutback
## 4361   democrat_y           synfuels_corporation_cutback
## 4362   democrat_n           synfuels_corporation_cutback
## 4363 republican_n           synfuels_corporation_cutback
## 4364   democrat_n           synfuels_corporation_cutback
## 4365 republican_n           synfuels_corporation_cutback
## 4366 republican_n           synfuels_corporation_cutback
## 4367   democrat_y           synfuels_corporation_cutback
## 4368   democrat_n           synfuels_corporation_cutback
## 4369   democrat_y           synfuels_corporation_cutback
## 4370 republican_n           synfuels_corporation_cutback
## 4371   democrat_y           synfuels_corporation_cutback
## 4372 republican_n           synfuels_corporation_cutback
## 4373   democrat_y           synfuels_corporation_cutback
## 4374   democrat_y           synfuels_corporation_cutback
## 4375   democrat_n           synfuels_corporation_cutback
## 4376   democrat_n           synfuels_corporation_cutback
## 4377   democrat_y           synfuels_corporation_cutback
## 4378   democrat_n           synfuels_corporation_cutback
## 4379 republican_n           synfuels_corporation_cutback
## 4380   democrat_n           synfuels_corporation_cutback
## 4381 republican_n           synfuels_corporation_cutback
## 4382 republican_n           synfuels_corporation_cutback
## 4383   democrat_n           synfuels_corporation_cutback
## 4384   democrat_y           synfuels_corporation_cutback
## 4385   democrat_n           synfuels_corporation_cutback
## 4386 republican_n           synfuels_corporation_cutback
## 4387   democrat_y           synfuels_corporation_cutback
## 4388   democrat_y           synfuels_corporation_cutback
## 4389 republican_n           synfuels_corporation_cutback
## 4390   democrat_y           synfuels_corporation_cutback
## 4391   democrat_n           synfuels_corporation_cutback
## 4392 republican_n           synfuels_corporation_cutback
## 4393   democrat_y           synfuels_corporation_cutback
## 4394   democrat_n           synfuels_corporation_cutback
## 4395   democrat_y           synfuels_corporation_cutback
## 4396   democrat_y           synfuels_corporation_cutback
## 4397 republican_n           synfuels_corporation_cutback
## 4398 republican_n           synfuels_corporation_cutback
## 4399 republican_n           synfuels_corporation_cutback
## 4400   democrat_y           synfuels_corporation_cutback
## 4401   democrat_n           synfuels_corporation_cutback
## 4402 republican_n           synfuels_corporation_cutback
## 4403 republican_n           synfuels_corporation_cutback
## 4404 republican_n           synfuels_corporation_cutback
## 4405 republican_n           synfuels_corporation_cutback
## 4406   democrat_y           synfuels_corporation_cutback
## 4407 republican_n           synfuels_corporation_cutback
## 4408   democrat_n           synfuels_corporation_cutback
## 4409 republican_n           synfuels_corporation_cutback
## 4410   democrat_n           synfuels_corporation_cutback
## 4411   democrat_n           synfuels_corporation_cutback
## 4412   democrat_n           synfuels_corporation_cutback
## 4413 republican_n           synfuels_corporation_cutback
## 4414 republican_n           synfuels_corporation_cutback
## 4415   democrat_y           synfuels_corporation_cutback
## 4416 republican_n           synfuels_corporation_cutback
## 4417   democrat_n           synfuels_corporation_cutback
## 4418   democrat_n           synfuels_corporation_cutback
## 4419   democrat_y           synfuels_corporation_cutback
## 4420   democrat_n           synfuels_corporation_cutback
## 4421 republican_n           synfuels_corporation_cutback
## 4422   democrat_y           synfuels_corporation_cutback
## 4423 republican_n           synfuels_corporation_cutback
## 4424 republican_n           synfuels_corporation_cutback
## 4425   democrat_n           synfuels_corporation_cutback
## 4426 republican_n           synfuels_corporation_cutback
## 4427   democrat_n           synfuels_corporation_cutback
## 4428   democrat_n           synfuels_corporation_cutback
## 4429 republican_n           synfuels_corporation_cutback
## 4430 republican_n           synfuels_corporation_cutback
## 4431   democrat_y           synfuels_corporation_cutback
## 4432   democrat_n           synfuels_corporation_cutback
## 4433   democrat_n           synfuels_corporation_cutback
## 4434   democrat_n           synfuels_corporation_cutback
## 4435   democrat_n           synfuels_corporation_cutback
## 4436   democrat_n           synfuels_corporation_cutback
## 4437   democrat_n           synfuels_corporation_cutback
## 4438 republican_n           synfuels_corporation_cutback
## 4439 republican_n           synfuels_corporation_cutback
## 4440   democrat_n           synfuels_corporation_cutback
## 4441   democrat_n           synfuels_corporation_cutback
## 4442   democrat_n           synfuels_corporation_cutback
## 4443   democrat_n           synfuels_corporation_cutback
## 4444 republican_n           synfuels_corporation_cutback
## 4445 republican_n           synfuels_corporation_cutback
## 4446 republican_n           synfuels_corporation_cutback
## 4447 republican_n           synfuels_corporation_cutback
## 4448 republican_n           synfuels_corporation_cutback
## 4449 republican_n           synfuels_corporation_cutback
## 4450   democrat_n           synfuels_corporation_cutback
## 4451 republican_n           synfuels_corporation_cutback
## 4452 republican_n           synfuels_corporation_cutback
## 4453 republican_n           synfuels_corporation_cutback
## 4454   democrat_y           synfuels_corporation_cutback
## 4455   democrat_y           synfuels_corporation_cutback
## 4456   democrat_y           synfuels_corporation_cutback
## 4457   democrat_y           synfuels_corporation_cutback
## 4458   democrat_y           synfuels_corporation_cutback
## 4459   democrat_y           synfuels_corporation_cutback
## 4460   democrat_n           synfuels_corporation_cutback
## 4461   democrat_n           synfuels_corporation_cutback
## 4462   democrat_y           synfuels_corporation_cutback
## 4463   democrat_y           synfuels_corporation_cutback
## 4464   democrat_y           synfuels_corporation_cutback
## 4465 republican_n           synfuels_corporation_cutback
## 4466 republican_n           synfuels_corporation_cutback
## 4467   democrat_n           synfuels_corporation_cutback
## 4468   democrat_y           synfuels_corporation_cutback
## 4469   democrat_n           synfuels_corporation_cutback
## 4470 republican_n           synfuels_corporation_cutback
## 4471   democrat_n           synfuels_corporation_cutback
## 4472 republican_n           synfuels_corporation_cutback
## 4473 republican_n           synfuels_corporation_cutback
## 4474 republican_n           synfuels_corporation_cutback
## 4475 republican_n           synfuels_corporation_cutback
## 4476 republican_n           synfuels_corporation_cutback
## 4477   democrat_n           synfuels_corporation_cutback
## 4478 republican_n           synfuels_corporation_cutback
## 4479   democrat_n           synfuels_corporation_cutback
## 4480 republican_n           synfuels_corporation_cutback
## 4481   democrat_n           synfuels_corporation_cutback
## 4482   democrat_n           synfuels_corporation_cutback
## 4483 republican_n           synfuels_corporation_cutback
## 4484 republican_y           synfuels_corporation_cutback
## 4485 republican_n           synfuels_corporation_cutback
## 4486   democrat_y           synfuels_corporation_cutback
## 4487   democrat_n           synfuels_corporation_cutback
## 4488   democrat_n           synfuels_corporation_cutback
## 4489   democrat_n           synfuels_corporation_cutback
## 4490   democrat_n           synfuels_corporation_cutback
## 4491   democrat_n           synfuels_corporation_cutback
## 4492   democrat_y           synfuels_corporation_cutback
## 4493   democrat_n           synfuels_corporation_cutback
## 4494 republican_y           synfuels_corporation_cutback
## 4495   democrat_n           synfuels_corporation_cutback
## 4496   democrat_y           synfuels_corporation_cutback
## 4497 republican_n           synfuels_corporation_cutback
## 4498   democrat_y           synfuels_corporation_cutback
## 4499   democrat_n           synfuels_corporation_cutback
## 4500 republican_n           synfuels_corporation_cutback
## 4501   democrat_n           synfuels_corporation_cutback
## 4502   democrat_y           synfuels_corporation_cutback
## 4503   democrat_n           synfuels_corporation_cutback
## 4504   democrat_y           synfuels_corporation_cutback
## 4505 republican_y           synfuels_corporation_cutback
## 4506   democrat_y           synfuels_corporation_cutback
## 4507   democrat_n           synfuels_corporation_cutback
## 4508   democrat_n           synfuels_corporation_cutback
## 4509 republican_y           synfuels_corporation_cutback
## 4510 republican_y           synfuels_corporation_cutback
## 4511   democrat_y           synfuels_corporation_cutback
## 4512   democrat_y           synfuels_corporation_cutback
## 4513 republican_n           synfuels_corporation_cutback
## 4514   democrat_y           synfuels_corporation_cutback
## 4515 republican_n           synfuels_corporation_cutback
## 4516 republican_n           synfuels_corporation_cutback
## 4517 republican_n           synfuels_corporation_cutback
## 4518   democrat_n           synfuels_corporation_cutback
## 4519 republican_n           synfuels_corporation_cutback
## 4520   democrat_y           synfuels_corporation_cutback
## 4521 republican_n           synfuels_corporation_cutback
## 4522   democrat_y           synfuels_corporation_cutback
## 4523 republican_y           synfuels_corporation_cutback
## 4524   democrat_n           synfuels_corporation_cutback
## 4525 republican_n           synfuels_corporation_cutback
## 4526 republican_n           synfuels_corporation_cutback
## 4527 republican_n           synfuels_corporation_cutback
## 4528   democrat_y           synfuels_corporation_cutback
## 4529   democrat_n           synfuels_corporation_cutback
## 4530   democrat_n           synfuels_corporation_cutback
## 4531   democrat_y           synfuels_corporation_cutback
## 4532 republican_y           synfuels_corporation_cutback
## 4533 republican_y           synfuels_corporation_cutback
## 4534   democrat_y           synfuels_corporation_cutback
## 4535   democrat_y           synfuels_corporation_cutback
## 4536   democrat_y           synfuels_corporation_cutback
## 4537   democrat_n           synfuels_corporation_cutback
## 4538 republican_n           synfuels_corporation_cutback
## 4539   democrat_n           synfuels_corporation_cutback
## 4540   democrat_y           synfuels_corporation_cutback
## 4541 republican_n           synfuels_corporation_cutback
## 4542   democrat_y           synfuels_corporation_cutback
## 4543   democrat_y           synfuels_corporation_cutback
## 4544 republican_n           synfuels_corporation_cutback
## 4545 republican_n           synfuels_corporation_cutback
## 4546   democrat_y           synfuels_corporation_cutback
## 4547   democrat_y           synfuels_corporation_cutback
## 4548   democrat_y           synfuels_corporation_cutback
## 4549   democrat_y           synfuels_corporation_cutback
## 4550   democrat_y           synfuels_corporation_cutback
## 4551   democrat_y           synfuels_corporation_cutback
## 4552   democrat_y           synfuels_corporation_cutback
## 4553   democrat_y           synfuels_corporation_cutback
## 4554   democrat_n           synfuels_corporation_cutback
## 4555   democrat_y           synfuels_corporation_cutback
## 4556   democrat_y           synfuels_corporation_cutback
## 4557   democrat_y           synfuels_corporation_cutback
## 4558 republican_y           synfuels_corporation_cutback
## 4559 republican_n           synfuels_corporation_cutback
## 4560   democrat_y           synfuels_corporation_cutback
## 4561   democrat_y           synfuels_corporation_cutback
## 4562   democrat_y           synfuels_corporation_cutback
## 4563   democrat_y           synfuels_corporation_cutback
## 4564   democrat_n           synfuels_corporation_cutback
## 4565 republican_n           synfuels_corporation_cutback
## 4566 republican_y           synfuels_corporation_cutback
## 4567 republican_n           synfuels_corporation_cutback
## 4568 republican_n           synfuels_corporation_cutback
## 4569 republican_n           synfuels_corporation_cutback
## 4570 republican_n           synfuels_corporation_cutback
## 4571   democrat_n           synfuels_corporation_cutback
## 4572   democrat_y           synfuels_corporation_cutback
## 4573   democrat_n           synfuels_corporation_cutback
## 4574 republican_n           synfuels_corporation_cutback
## 4575 republican_y           synfuels_corporation_cutback
## 4576   democrat_y           synfuels_corporation_cutback
## 4577 republican_n           synfuels_corporation_cutback
## 4578   democrat_n           synfuels_corporation_cutback
## 4579   democrat_n           synfuels_corporation_cutback
## 4580 republican_n           synfuels_corporation_cutback
## 4581   democrat_y           synfuels_corporation_cutback
## 4582   democrat_n           synfuels_corporation_cutback
## 4583   democrat_n           synfuels_corporation_cutback
## 4584 republican_n           synfuels_corporation_cutback
## 4585   democrat_y           synfuels_corporation_cutback
## 4586   democrat_y           synfuels_corporation_cutback
## 4587   democrat_y           synfuels_corporation_cutback
## 4588   democrat_y           synfuels_corporation_cutback
## 4589   democrat_y           synfuels_corporation_cutback
## 4590   democrat_n           synfuels_corporation_cutback
## 4591 republican_n           synfuels_corporation_cutback
## 4592   democrat_n           synfuels_corporation_cutback
## 4593   democrat_n           synfuels_corporation_cutback
## 4594 republican_n           synfuels_corporation_cutback
## 4595   democrat_n           synfuels_corporation_cutback
## 4596 republican_y           synfuels_corporation_cutback
## 4597 republican_n           synfuels_corporation_cutback
## 4598 republican_n           synfuels_corporation_cutback
## 4599 republican_y                     education_spending
## 4600 republican_y                     education_spending
## 4601   democrat_n                     education_spending
## 4602   democrat_n                     education_spending
## 4603   democrat_n                     education_spending
## 4604   democrat_n                     education_spending
## 4605 republican_n                     education_spending
## 4606 republican_y                     education_spending
## 4607   democrat_n                     education_spending
## 4608   democrat_n                     education_spending
## 4609 republican_y                     education_spending
## 4610 republican_y                     education_spending
## 4611   democrat_y                     education_spending
## 4612   democrat_n                     education_spending
## 4613   democrat_n                     education_spending
## 4614   democrat_n                     education_spending
## 4615   democrat_n                     education_spending
## 4616   democrat_n                     education_spending
## 4617   democrat_n                     education_spending
## 4618   democrat_n                     education_spending
## 4619   democrat_n                     education_spending
## 4620   democrat_n                     education_spending
## 4621 republican_y                     education_spending
## 4622   democrat_n                     education_spending
## 4623 republican_y                     education_spending
## 4624   democrat_n                     education_spending
## 4625   democrat_n                     education_spending
## 4626 republican_y                     education_spending
## 4627   democrat_n                     education_spending
## 4628 republican_y                     education_spending
## 4629 republican_y                     education_spending
## 4630 republican_n                     education_spending
## 4631 republican_y                     education_spending
## 4632   democrat_n                     education_spending
## 4633   democrat_n                     education_spending
## 4634   democrat_n                     education_spending
## 4635   democrat_n                     education_spending
## 4636   democrat_n                     education_spending
## 4637   democrat_n                     education_spending
## 4638   democrat_n                     education_spending
## 4639   democrat_n                     education_spending
## 4640   democrat_n                     education_spending
## 4641   democrat_n                     education_spending
## 4642 republican_y                     education_spending
## 4643   democrat_n                     education_spending
## 4644 republican_y                     education_spending
## 4645   democrat_n                     education_spending
## 4646 republican_y                     education_spending
## 4647   democrat_y                     education_spending
## 4648 republican_y                     education_spending
## 4649 republican_y                     education_spending
## 4650 republican_y                     education_spending
## 4651 republican_y                     education_spending
## 4652 republican_y                     education_spending
## 4653   democrat_n                     education_spending
## 4654 republican_y                     education_spending
## 4655   democrat_n                     education_spending
## 4656   democrat_n                     education_spending
## 4657 republican_y                     education_spending
## 4658 republican_y                     education_spending
## 4659 republican_y                     education_spending
## 4660   democrat_n                     education_spending
## 4661   democrat_n                     education_spending
## 4662   democrat_n                     education_spending
## 4663 republican_n                     education_spending
## 4664   democrat_n                     education_spending
## 4665 republican_n                     education_spending
## 4666   democrat_n                     education_spending
## 4667   democrat_n                     education_spending
## 4668   democrat_y                     education_spending
## 4669   democrat_y                     education_spending
## 4670   democrat_n                     education_spending
## 4671 republican_y                     education_spending
## 4672   democrat_y                     education_spending
## 4673   democrat_y                     education_spending
## 4674 republican_y                     education_spending
## 4675 republican_y                     education_spending
## 4676 republican_y                     education_spending
## 4677   democrat_y                     education_spending
## 4678 republican_y                     education_spending
## 4679 republican_y                     education_spending
## 4680   democrat_n                     education_spending
## 4681   democrat_n                     education_spending
## 4682   democrat_n                     education_spending
## 4683   democrat_n                     education_spending
## 4684   democrat_n                     education_spending
## 4685   democrat_n                     education_spending
## 4686   democrat_y                     education_spending
## 4687   democrat_n                     education_spending
## 4688   democrat_n                     education_spending
## 4689 republican_y                     education_spending
## 4690   democrat_y                     education_spending
## 4691   democrat_n                     education_spending
## 4692   democrat_n                     education_spending
## 4693   democrat_n                     education_spending
## 4694   democrat_n                     education_spending
## 4695   democrat_n                     education_spending
## 4696 republican_y                     education_spending
## 4697   democrat_n                     education_spending
## 4698   democrat_n                     education_spending
## 4699   democrat_n                     education_spending
## 4700 republican_y                     education_spending
## 4701   democrat_n                     education_spending
## 4702 republican_y                     education_spending
## 4703   democrat_n                     education_spending
## 4704   democrat_n                     education_spending
## 4705 republican_y                     education_spending
## 4706   democrat_n                     education_spending
## 4707 republican_y                     education_spending
## 4708 republican_y                     education_spending
## 4709 republican_y                     education_spending
## 4710 republican_y                     education_spending
## 4711 republican_y                     education_spending
## 4712   democrat_n                     education_spending
## 4713 republican_y                     education_spending
## 4714 republican_y                     education_spending
## 4715   democrat_n                     education_spending
## 4716   democrat_n                     education_spending
## 4717   democrat_n                     education_spending
## 4718   democrat_n                     education_spending
## 4719 republican_y                     education_spending
## 4720 republican_y                     education_spending
## 4721 republican_y                     education_spending
## 4722 republican_y                     education_spending
## 4723 republican_y                     education_spending
## 4724   democrat_n                     education_spending
## 4725   democrat_n                     education_spending
## 4726   democrat_n                     education_spending
## 4727 republican_n                     education_spending
## 4728 republican_y                     education_spending
## 4729 republican_y                     education_spending
## 4730   democrat_n                     education_spending
## 4731   democrat_n                     education_spending
## 4732   democrat_n                     education_spending
## 4733 republican_y                     education_spending
## 4734   democrat_y                     education_spending
## 4735 republican_y                     education_spending
## 4736   democrat_n                     education_spending
## 4737 republican_y                     education_spending
## 4738   democrat_n                     education_spending
## 4739   democrat_n                     education_spending
## 4740 republican_y                     education_spending
## 4741 republican_y                     education_spending
## 4742 republican_y                     education_spending
## 4743   democrat_n                     education_spending
## 4744 republican_y                     education_spending
## 4745   democrat_n                     education_spending
## 4746   democrat_y                     education_spending
## 4747   democrat_y                     education_spending
## 4748   democrat_y                     education_spending
## 4749 republican_y                     education_spending
## 4750   democrat_y                     education_spending
## 4751   democrat_n                     education_spending
## 4752 republican_y                     education_spending
## 4753 republican_y                     education_spending
## 4754   democrat_n                     education_spending
## 4755   democrat_n                     education_spending
## 4756   democrat_n                     education_spending
## 4757 republican_y                     education_spending
## 4758   democrat_n                     education_spending
## 4759   democrat_y                     education_spending
## 4760   democrat_n                     education_spending
## 4761   democrat_n                     education_spending
## 4762 republican_n                     education_spending
## 4763   democrat_n                     education_spending
## 4764   democrat_n                     education_spending
## 4765   democrat_n                     education_spending
## 4766   democrat_n                     education_spending
## 4767   democrat_n                     education_spending
## 4768   democrat_n                     education_spending
## 4769   democrat_n                     education_spending
## 4770 republican_y                     education_spending
## 4771   democrat_n                     education_spending
## 4772 republican_y                     education_spending
## 4773 republican_y                     education_spending
## 4774   democrat_n                     education_spending
## 4775   democrat_n                     education_spending
## 4776   democrat_n                     education_spending
## 4777 republican_y                     education_spending
## 4778   democrat_y                     education_spending
## 4779 republican_n                     education_spending
## 4780   democrat_n                     education_spending
## 4781   democrat_n                     education_spending
## 4782   democrat_n                     education_spending
## 4783   democrat_n                     education_spending
## 4784   democrat_n                     education_spending
## 4785   democrat_n                     education_spending
## 4786 republican_y                     education_spending
## 4787   democrat_y                     education_spending
## 4788 republican_y                     education_spending
## 4789 republican_y                     education_spending
## 4790   democrat_n                     education_spending
## 4791   democrat_n                     education_spending
## 4792 republican_y                     education_spending
## 4793   democrat_n                     education_spending
## 4794   democrat_n                     education_spending
## 4795 republican_y                     education_spending
## 4796   democrat_y                     education_spending
## 4797   democrat_n                     education_spending
## 4798 republican_y                     education_spending
## 4799   democrat_n                     education_spending
## 4800   democrat_n                     education_spending
## 4801   democrat_n                     education_spending
## 4802   democrat_n                     education_spending
## 4803   democrat_n                     education_spending
## 4804 republican_y                     education_spending
## 4805 republican_y                     education_spending
## 4806   democrat_n                     education_spending
## 4807   democrat_n                     education_spending
## 4808 republican_y                     education_spending
## 4809 republican_y                     education_spending
## 4810 republican_y                     education_spending
## 4811 republican_y                     education_spending
## 4812   democrat_n                     education_spending
## 4813 republican_y                     education_spending
## 4814   democrat_y                     education_spending
## 4815 republican_y                     education_spending
## 4816   democrat_n                     education_spending
## 4817   democrat_y                     education_spending
## 4818   democrat_n                     education_spending
## 4819 republican_n                     education_spending
## 4820 republican_y                     education_spending
## 4821   democrat_n                     education_spending
## 4822   democrat_n                     education_spending
## 4823   democrat_n                     education_spending
## 4824   democrat_n                     education_spending
## 4825   democrat_n                     education_spending
## 4826   democrat_n                     education_spending
## 4827 republican_y                     education_spending
## 4828 republican_y                     education_spending
## 4829   democrat_n                     education_spending
## 4830 republican_y                     education_spending
## 4831   democrat_n                     education_spending
## 4832   democrat_n                     education_spending
## 4833 republican_y                     education_spending
## 4834 republican_y                     education_spending
## 4835   democrat_n                     education_spending
## 4836   democrat_n                     education_spending
## 4837   democrat_n                     education_spending
## 4838   democrat_n                     education_spending
## 4839   democrat_n                     education_spending
## 4840   democrat_n                     education_spending
## 4841   democrat_n                     education_spending
## 4842 republican_y                     education_spending
## 4843 republican_n                     education_spending
## 4844   democrat_n                     education_spending
## 4845   democrat_n                     education_spending
## 4846   democrat_n                     education_spending
## 4847   democrat_n                     education_spending
## 4848   democrat_n                     education_spending
## 4849 republican_y                     education_spending
## 4850 republican_n                     education_spending
## 4851   democrat_n                     education_spending
## 4852 republican_y                     education_spending
## 4853 republican_n                     education_spending
## 4854 republican_y                     education_spending
## 4855 republican_y                     education_spending
## 4856   democrat_n                     education_spending
## 4857 republican_n                     education_spending
## 4858 republican_y                     education_spending
## 4859   democrat_n                     education_spending
## 4860   democrat_n                     education_spending
## 4861   democrat_y                     education_spending
## 4862   democrat_n                     education_spending
## 4863   democrat_n                     education_spending
## 4864   democrat_n                     education_spending
## 4865   democrat_n                     education_spending
## 4866   democrat_n                     education_spending
## 4867   democrat_n                     education_spending
## 4868   democrat_n                     education_spending
## 4869 republican_y                     education_spending
## 4870 republican_y                     education_spending
## 4871   democrat_n                     education_spending
## 4872   democrat_n                     education_spending
## 4873   democrat_n                     education_spending
## 4874 republican_y                     education_spending
## 4875   democrat_n                     education_spending
## 4876 republican_y                     education_spending
## 4877 republican_y                     education_spending
## 4878 republican_y                     education_spending
## 4879 republican_y                     education_spending
## 4880 republican_y                     education_spending
## 4881   democrat_n                     education_spending
## 4882 republican_y                     education_spending
## 4883   democrat_n                     education_spending
## 4884 republican_y                     education_spending
## 4885   democrat_n                     education_spending
## 4886   democrat_n                     education_spending
## 4887 republican_y                     education_spending
## 4888 republican_y                     education_spending
## 4889 republican_n                     education_spending
## 4890   democrat_y                     education_spending
## 4891   democrat_n                     education_spending
## 4892   democrat_n                     education_spending
## 4893   democrat_n                     education_spending
## 4894   democrat_n                     education_spending
## 4895   democrat_n                     education_spending
## 4896   democrat_n                     education_spending
## 4897   democrat_n                     education_spending
## 4898 republican_y                     education_spending
## 4899   democrat_y                     education_spending
## 4900   democrat_n                     education_spending
## 4901 republican_y                     education_spending
## 4902   democrat_n                     education_spending
## 4903   democrat_n                     education_spending
## 4904 republican_y                     education_spending
## 4905   democrat_n                     education_spending
## 4906   democrat_n                     education_spending
## 4907   democrat_n                     education_spending
## 4908   democrat_y                     education_spending
## 4909 republican_y                     education_spending
## 4910   democrat_n                     education_spending
## 4911   democrat_n                     education_spending
## 4912   democrat_n                     education_spending
## 4913 republican_y                     education_spending
## 4914 republican_y                     education_spending
## 4915   democrat_n                     education_spending
## 4916   democrat_n                     education_spending
## 4917 republican_n                     education_spending
## 4918   democrat_n                     education_spending
## 4919 republican_y                     education_spending
## 4920 republican_y                     education_spending
## 4921 republican_y                     education_spending
## 4922   democrat_y                     education_spending
## 4923 republican_y                     education_spending
## 4924   democrat_n                     education_spending
## 4925 republican_y                     education_spending
## 4926   democrat_n                     education_spending
## 4927 republican_y                     education_spending
## 4928 republican_n                     education_spending
## 4929 republican_y                     education_spending
## 4930 republican_y                     education_spending
## 4931   democrat_y                     education_spending
## 4932 republican_y                     education_spending
## 4933   democrat_n                     education_spending
## 4934   democrat_n                     education_spending
## 4935   democrat_y                     education_spending
## 4936 republican_n                     education_spending
## 4937 republican_n                     education_spending
## 4938   democrat_n                     education_spending
## 4939   democrat_n                     education_spending
## 4940   democrat_n                     education_spending
## 4941   democrat_n                     education_spending
## 4942 republican_n                     education_spending
## 4943   democrat_n                     education_spending
## 4944   democrat_y                     education_spending
## 4945   democrat_n                     education_spending
## 4946 republican_y                     education_spending
## 4947   democrat_y                     education_spending
## 4948   democrat_n                     education_spending
## 4949 republican_y                     education_spending
## 4950 republican_y                     education_spending
## 4951   democrat_n                     education_spending
## 4952   democrat_n                     education_spending
## 4953   democrat_n                     education_spending
## 4954   democrat_n                     education_spending
## 4955   democrat_y                     education_spending
## 4956   democrat_y                     education_spending
## 4957   democrat_n                     education_spending
## 4958   democrat_n                     education_spending
## 4959   democrat_y                     education_spending
## 4960   democrat_n                     education_spending
## 4961   democrat_y                     education_spending
## 4962   democrat_n                     education_spending
## 4963 republican_y                     education_spending
## 4964 republican_y                     education_spending
## 4965   democrat_n                     education_spending
## 4966   democrat_n                     education_spending
## 4967   democrat_n                     education_spending
## 4968   democrat_n                     education_spending
## 4969 republican_y                     education_spending
## 4970 republican_y                     education_spending
## 4971 republican_y                     education_spending
## 4972 republican_y                     education_spending
## 4973 republican_y                     education_spending
## 4974 republican_y                     education_spending
## 4975   democrat_n                     education_spending
## 4976   democrat_y                     education_spending
## 4977   democrat_y                     education_spending
## 4978 republican_y                     education_spending
## 4979 republican_y                     education_spending
## 4980   democrat_n                     education_spending
## 4981 republican_y                     education_spending
## 4982   democrat_n                     education_spending
## 4983   democrat_n                     education_spending
## 4984 republican_n                     education_spending
## 4985   democrat_n                     education_spending
## 4986   democrat_n                     education_spending
## 4987   democrat_n                     education_spending
## 4988 republican_n                     education_spending
## 4989   democrat_n                     education_spending
## 4990   democrat_n                     education_spending
## 4991   democrat_n                     education_spending
## 4992   democrat_n                     education_spending
## 4993   democrat_n                     education_spending
## 4994   democrat_n                     education_spending
## 4995 republican_y                     education_spending
## 4996   democrat_n                     education_spending
## 4997   democrat_y                     education_spending
## 4998 republican_y                     education_spending
## 4999   democrat_n                     education_spending
## 5000 republican_y                     education_spending
## 5001 republican_y                     education_spending
## 5002 republican_y                     education_spending
## 5003 republican_y                 superfund_right_to_sue
## 5004 republican_y                 superfund_right_to_sue
## 5005   democrat_y                 superfund_right_to_sue
## 5006   democrat_y                 superfund_right_to_sue
## 5007   democrat_y                 superfund_right_to_sue
## 5008   democrat_y                 superfund_right_to_sue
## 5009 republican_y                 superfund_right_to_sue
## 5010 republican_y                 superfund_right_to_sue
## 5011   democrat_n                 superfund_right_to_sue
## 5012 republican_y                 superfund_right_to_sue
## 5013 republican_y                 superfund_right_to_sue
## 5014   democrat_y                 superfund_right_to_sue
## 5015   democrat_n                 superfund_right_to_sue
## 5016 republican_y                 superfund_right_to_sue
## 5017   democrat_y                 superfund_right_to_sue
## 5018 republican_y                 superfund_right_to_sue
## 5019   democrat_n                 superfund_right_to_sue
## 5020   democrat_n                 superfund_right_to_sue
## 5021   democrat_n                 superfund_right_to_sue
## 5022   democrat_n                 superfund_right_to_sue
## 5023   democrat_n                 superfund_right_to_sue
## 5024   democrat_n                 superfund_right_to_sue
## 5025   democrat_n                 superfund_right_to_sue
## 5026   democrat_n                 superfund_right_to_sue
## 5027 republican_y                 superfund_right_to_sue
## 5028   democrat_n                 superfund_right_to_sue
## 5029 republican_y                 superfund_right_to_sue
## 5030   democrat_n                 superfund_right_to_sue
## 5031   democrat_y                 superfund_right_to_sue
## 5032 republican_y                 superfund_right_to_sue
## 5033   democrat_n                 superfund_right_to_sue
## 5034 republican_y                 superfund_right_to_sue
## 5035 republican_y                 superfund_right_to_sue
## 5036 republican_y                 superfund_right_to_sue
## 5037   democrat_y                 superfund_right_to_sue
## 5038   democrat_n                 superfund_right_to_sue
## 5039   democrat_n                 superfund_right_to_sue
## 5040   democrat_n                 superfund_right_to_sue
## 5041   democrat_n                 superfund_right_to_sue
## 5042   democrat_n                 superfund_right_to_sue
## 5043   democrat_n                 superfund_right_to_sue
## 5044   democrat_n                 superfund_right_to_sue
## 5045   democrat_n                 superfund_right_to_sue
## 5046   democrat_n                 superfund_right_to_sue
## 5047 republican_y                 superfund_right_to_sue
## 5048   democrat_n                 superfund_right_to_sue
## 5049 republican_y                 superfund_right_to_sue
## 5050   democrat_n                 superfund_right_to_sue
## 5051 republican_y                 superfund_right_to_sue
## 5052   democrat_n                 superfund_right_to_sue
## 5053 republican_y                 superfund_right_to_sue
## 5054 republican_y                 superfund_right_to_sue
## 5055 republican_y                 superfund_right_to_sue
## 5056 republican_y                 superfund_right_to_sue
## 5057 republican_y                 superfund_right_to_sue
## 5058   democrat_n                 superfund_right_to_sue
## 5059 republican_y                 superfund_right_to_sue
## 5060   democrat_n                 superfund_right_to_sue
## 5061   democrat_n                 superfund_right_to_sue
## 5062   democrat_n                 superfund_right_to_sue
## 5063 republican_y                 superfund_right_to_sue
## 5064 republican_y                 superfund_right_to_sue
## 5065 republican_y                 superfund_right_to_sue
## 5066   democrat_y                 superfund_right_to_sue
## 5067   democrat_n                 superfund_right_to_sue
## 5068   democrat_y                 superfund_right_to_sue
## 5069 republican_n                 superfund_right_to_sue
## 5070   democrat_n                 superfund_right_to_sue
## 5071 republican_y                 superfund_right_to_sue
## 5072   democrat_n                 superfund_right_to_sue
## 5073   democrat_y                 superfund_right_to_sue
## 5074   democrat_y                 superfund_right_to_sue
## 5075   democrat_y                 superfund_right_to_sue
## 5076   democrat_y                 superfund_right_to_sue
## 5077 republican_y                 superfund_right_to_sue
## 5078   democrat_n                 superfund_right_to_sue
## 5079   democrat_n                 superfund_right_to_sue
## 5080 republican_y                 superfund_right_to_sue
## 5081 republican_y                 superfund_right_to_sue
## 5082 republican_y                 superfund_right_to_sue
## 5083   democrat_y                 superfund_right_to_sue
## 5084 republican_y                 superfund_right_to_sue
## 5085 republican_y                 superfund_right_to_sue
## 5086   democrat_y                 superfund_right_to_sue
## 5087 republican_y                 superfund_right_to_sue
## 5088   democrat_n                 superfund_right_to_sue
## 5089   democrat_n                 superfund_right_to_sue
## 5090   democrat_n                 superfund_right_to_sue
## 5091   democrat_n                 superfund_right_to_sue
## 5092   democrat_n                 superfund_right_to_sue
## 5093   democrat_y                 superfund_right_to_sue
## 5094   democrat_n                 superfund_right_to_sue
## 5095   democrat_n                 superfund_right_to_sue
## 5096 republican_y                 superfund_right_to_sue
## 5097   democrat_n                 superfund_right_to_sue
## 5098   democrat_n                 superfund_right_to_sue
## 5099   democrat_y                 superfund_right_to_sue
## 5100   democrat_n                 superfund_right_to_sue
## 5101   democrat_y                 superfund_right_to_sue
## 5102   democrat_n                 superfund_right_to_sue
## 5103 republican_y                 superfund_right_to_sue
## 5104   democrat_n                 superfund_right_to_sue
## 5105   democrat_n                 superfund_right_to_sue
## 5106   democrat_n                 superfund_right_to_sue
## 5107 republican_y                 superfund_right_to_sue
## 5108   democrat_n                 superfund_right_to_sue
## 5109 republican_y                 superfund_right_to_sue
## 5110   democrat_n                 superfund_right_to_sue
## 5111   democrat_n                 superfund_right_to_sue
## 5112   democrat_n                 superfund_right_to_sue
## 5113 republican_y                 superfund_right_to_sue
## 5114   democrat_n                 superfund_right_to_sue
## 5115 republican_y                 superfund_right_to_sue
## 5116 republican_y                 superfund_right_to_sue
## 5117 republican_y                 superfund_right_to_sue
## 5118 republican_n                 superfund_right_to_sue
## 5119 republican_y                 superfund_right_to_sue
## 5120   democrat_n                 superfund_right_to_sue
## 5121 republican_y                 superfund_right_to_sue
## 5122 republican_y                 superfund_right_to_sue
## 5123   democrat_n                 superfund_right_to_sue
## 5124   democrat_n                 superfund_right_to_sue
## 5125   democrat_n                 superfund_right_to_sue
## 5126   democrat_n                 superfund_right_to_sue
## 5127 republican_y                 superfund_right_to_sue
## 5128 republican_y                 superfund_right_to_sue
## 5129 republican_y                 superfund_right_to_sue
## 5130 republican_y                 superfund_right_to_sue
## 5131 republican_y                 superfund_right_to_sue
## 5132   democrat_n                 superfund_right_to_sue
## 5133   democrat_n                 superfund_right_to_sue
## 5134   democrat_n                 superfund_right_to_sue
## 5135 republican_y                 superfund_right_to_sue
## 5136 republican_y                 superfund_right_to_sue
## 5137 republican_y                 superfund_right_to_sue
## 5138   democrat_n                 superfund_right_to_sue
## 5139   democrat_n                 superfund_right_to_sue
## 5140   democrat_n                 superfund_right_to_sue
## 5141 republican_y                 superfund_right_to_sue
## 5142   democrat_y                 superfund_right_to_sue
## 5143 republican_y                 superfund_right_to_sue
## 5144   democrat_y                 superfund_right_to_sue
## 5145 republican_y                 superfund_right_to_sue
## 5146   democrat_y                 superfund_right_to_sue
## 5147   democrat_y                 superfund_right_to_sue
## 5148   democrat_y                 superfund_right_to_sue
## 5149 republican_y                 superfund_right_to_sue
## 5150 republican_y                 superfund_right_to_sue
## 5151 republican_y                 superfund_right_to_sue
## 5152 republican_y                 superfund_right_to_sue
## 5153   democrat_n                 superfund_right_to_sue
## 5154   democrat_y                 superfund_right_to_sue
## 5155   democrat_y                 superfund_right_to_sue
## 5156   democrat_y                 superfund_right_to_sue
## 5157 republican_y                 superfund_right_to_sue
## 5158   democrat_y                 superfund_right_to_sue
## 5159   democrat_y                 superfund_right_to_sue
## 5160 republican_n                 superfund_right_to_sue
## 5161 republican_n                 superfund_right_to_sue
## 5162   democrat_y                 superfund_right_to_sue
## 5163   democrat_n                 superfund_right_to_sue
## 5164   democrat_n                 superfund_right_to_sue
## 5165 republican_y                 superfund_right_to_sue
## 5166   democrat_y                 superfund_right_to_sue
## 5167   democrat_n                 superfund_right_to_sue
## 5168   democrat_n                 superfund_right_to_sue
## 5169 republican_n                 superfund_right_to_sue
## 5170   democrat_n                 superfund_right_to_sue
## 5171   democrat_n                 superfund_right_to_sue
## 5172   democrat_n                 superfund_right_to_sue
## 5173   democrat_n                 superfund_right_to_sue
## 5174   democrat_n                 superfund_right_to_sue
## 5175   democrat_n                 superfund_right_to_sue
## 5176   democrat_n                 superfund_right_to_sue
## 5177   democrat_n                 superfund_right_to_sue
## 5178   democrat_n                 superfund_right_to_sue
## 5179   democrat_n                 superfund_right_to_sue
## 5180   democrat_n                 superfund_right_to_sue
## 5181 republican_y                 superfund_right_to_sue
## 5182 republican_y                 superfund_right_to_sue
## 5183   democrat_n                 superfund_right_to_sue
## 5184   democrat_n                 superfund_right_to_sue
## 5185   democrat_n                 superfund_right_to_sue
## 5186 republican_y                 superfund_right_to_sue
## 5187   democrat_n                 superfund_right_to_sue
## 5188 republican_n                 superfund_right_to_sue
## 5189   democrat_n                 superfund_right_to_sue
## 5190   democrat_n                 superfund_right_to_sue
## 5191   democrat_n                 superfund_right_to_sue
## 5192   democrat_n                 superfund_right_to_sue
## 5193   democrat_n                 superfund_right_to_sue
## 5194 republican_y                 superfund_right_to_sue
## 5195   democrat_n                 superfund_right_to_sue
## 5196 republican_n                 superfund_right_to_sue
## 5197 republican_y                 superfund_right_to_sue
## 5198   democrat_n                 superfund_right_to_sue
## 5199   democrat_n                 superfund_right_to_sue
## 5200   democrat_n                 superfund_right_to_sue
## 5201 republican_y                 superfund_right_to_sue
## 5202   democrat_n                 superfund_right_to_sue
## 5203   democrat_y                 superfund_right_to_sue
## 5204 republican_y                 superfund_right_to_sue
## 5205   democrat_y                 superfund_right_to_sue
## 5206   democrat_n                 superfund_right_to_sue
## 5207 republican_y                 superfund_right_to_sue
## 5208   democrat_n                 superfund_right_to_sue
## 5209   democrat_n                 superfund_right_to_sue
## 5210   democrat_n                 superfund_right_to_sue
## 5211   democrat_n                 superfund_right_to_sue
## 5212   democrat_n                 superfund_right_to_sue
## 5213 republican_y                 superfund_right_to_sue
## 5214 republican_y                 superfund_right_to_sue
## 5215 republican_y                 superfund_right_to_sue
## 5216   democrat_n                 superfund_right_to_sue
## 5217   democrat_n                 superfund_right_to_sue
## 5218 republican_y                 superfund_right_to_sue
## 5219 republican_y                 superfund_right_to_sue
## 5220 republican_y                 superfund_right_to_sue
## 5221 republican_y                 superfund_right_to_sue
## 5222   democrat_n                 superfund_right_to_sue
## 5223 republican_y                 superfund_right_to_sue
## 5224   democrat_n                 superfund_right_to_sue
## 5225 republican_n                 superfund_right_to_sue
## 5226   democrat_n                 superfund_right_to_sue
## 5227   democrat_y                 superfund_right_to_sue
## 5228   democrat_n                 superfund_right_to_sue
## 5229 republican_n                 superfund_right_to_sue
## 5230 republican_y                 superfund_right_to_sue
## 5231   democrat_n                 superfund_right_to_sue
## 5232 republican_n                 superfund_right_to_sue
## 5233   democrat_y                 superfund_right_to_sue
## 5234   democrat_n                 superfund_right_to_sue
## 5235   democrat_n                 superfund_right_to_sue
## 5236   democrat_n                 superfund_right_to_sue
## 5237 republican_y                 superfund_right_to_sue
## 5238   democrat_n                 superfund_right_to_sue
## 5239 republican_y                 superfund_right_to_sue
## 5240 republican_y                 superfund_right_to_sue
## 5241   democrat_n                 superfund_right_to_sue
## 5242 republican_y                 superfund_right_to_sue
## 5243   democrat_n                 superfund_right_to_sue
## 5244   democrat_n                 superfund_right_to_sue
## 5245 republican_n                 superfund_right_to_sue
## 5246 republican_n                 superfund_right_to_sue
## 5247   democrat_n                 superfund_right_to_sue
## 5248   democrat_n                 superfund_right_to_sue
## 5249   democrat_n                 superfund_right_to_sue
## 5250   democrat_n                 superfund_right_to_sue
## 5251   democrat_n                 superfund_right_to_sue
## 5252   democrat_n                 superfund_right_to_sue
## 5253   democrat_n                 superfund_right_to_sue
## 5254 republican_n                 superfund_right_to_sue
## 5255 republican_n                 superfund_right_to_sue
## 5256   democrat_n                 superfund_right_to_sue
## 5257   democrat_n                 superfund_right_to_sue
## 5258   democrat_n                 superfund_right_to_sue
## 5259   democrat_n                 superfund_right_to_sue
## 5260   democrat_n                 superfund_right_to_sue
## 5261 republican_y                 superfund_right_to_sue
## 5262 republican_n                 superfund_right_to_sue
## 5263   democrat_y                 superfund_right_to_sue
## 5264 republican_y                 superfund_right_to_sue
## 5265 republican_n                 superfund_right_to_sue
## 5266 republican_y                 superfund_right_to_sue
## 5267 republican_y                 superfund_right_to_sue
## 5268   democrat_n                 superfund_right_to_sue
## 5269 republican_n                 superfund_right_to_sue
## 5270 republican_y                 superfund_right_to_sue
## 5271 republican_y                 superfund_right_to_sue
## 5272   democrat_n                 superfund_right_to_sue
## 5273   democrat_n                 superfund_right_to_sue
## 5274   democrat_n                 superfund_right_to_sue
## 5275   democrat_y                 superfund_right_to_sue
## 5276   democrat_y                 superfund_right_to_sue
## 5277   democrat_y                 superfund_right_to_sue
## 5278   democrat_y                 superfund_right_to_sue
## 5279   democrat_n                 superfund_right_to_sue
## 5280   democrat_y                 superfund_right_to_sue
## 5281   democrat_y                 superfund_right_to_sue
## 5282   democrat_y                 superfund_right_to_sue
## 5283 republican_y                 superfund_right_to_sue
## 5284   democrat_n                 superfund_right_to_sue
## 5285   democrat_y                 superfund_right_to_sue
## 5286 republican_y                 superfund_right_to_sue
## 5287   democrat_n                 superfund_right_to_sue
## 5288 republican_y                 superfund_right_to_sue
## 5289 republican_y                 superfund_right_to_sue
## 5290 republican_y                 superfund_right_to_sue
## 5291 republican_y                 superfund_right_to_sue
## 5292 republican_y                 superfund_right_to_sue
## 5293   democrat_n                 superfund_right_to_sue
## 5294 republican_y                 superfund_right_to_sue
## 5295   democrat_n                 superfund_right_to_sue
## 5296 republican_y                 superfund_right_to_sue
## 5297   democrat_y                 superfund_right_to_sue
## 5298   democrat_n                 superfund_right_to_sue
## 5299 republican_y                 superfund_right_to_sue
## 5300 republican_y                 superfund_right_to_sue
## 5301   democrat_y                 superfund_right_to_sue
## 5302   democrat_n                 superfund_right_to_sue
## 5303   democrat_n                 superfund_right_to_sue
## 5304   democrat_n                 superfund_right_to_sue
## 5305   democrat_y                 superfund_right_to_sue
## 5306   democrat_y                 superfund_right_to_sue
## 5307   democrat_y                 superfund_right_to_sue
## 5308   democrat_y                 superfund_right_to_sue
## 5309 republican_y                 superfund_right_to_sue
## 5310   democrat_y                 superfund_right_to_sue
## 5311   democrat_n                 superfund_right_to_sue
## 5312 republican_y                 superfund_right_to_sue
## 5313   democrat_n                 superfund_right_to_sue
## 5314   democrat_n                 superfund_right_to_sue
## 5315 republican_y                 superfund_right_to_sue
## 5316   democrat_n                 superfund_right_to_sue
## 5317   democrat_n                 superfund_right_to_sue
## 5318   democrat_n                 superfund_right_to_sue
## 5319   democrat_n                 superfund_right_to_sue
## 5320 republican_y                 superfund_right_to_sue
## 5321   democrat_n                 superfund_right_to_sue
## 5322   democrat_n                 superfund_right_to_sue
## 5323   democrat_n                 superfund_right_to_sue
## 5324 republican_y                 superfund_right_to_sue
## 5325 republican_n                 superfund_right_to_sue
## 5326   democrat_y                 superfund_right_to_sue
## 5327 republican_n                 superfund_right_to_sue
## 5328   democrat_n                 superfund_right_to_sue
## 5329 republican_n                 superfund_right_to_sue
## 5330 republican_y                 superfund_right_to_sue
## 5331 republican_y                 superfund_right_to_sue
## 5332   democrat_n                 superfund_right_to_sue
## 5333 republican_y                 superfund_right_to_sue
## 5334   democrat_n                 superfund_right_to_sue
## 5335 republican_y                 superfund_right_to_sue
## 5336   democrat_y                 superfund_right_to_sue
## 5337 republican_y                 superfund_right_to_sue
## 5338   democrat_n                 superfund_right_to_sue
## 5339 republican_n                 superfund_right_to_sue
## 5340 republican_y                 superfund_right_to_sue
## 5341 republican_y                 superfund_right_to_sue
## 5342   democrat_y                 superfund_right_to_sue
## 5343 republican_y                 superfund_right_to_sue
## 5344   democrat_y                 superfund_right_to_sue
## 5345   democrat_y                 superfund_right_to_sue
## 5346   democrat_y                 superfund_right_to_sue
## 5347 republican_y                 superfund_right_to_sue
## 5348 republican_y                 superfund_right_to_sue
## 5349   democrat_y                 superfund_right_to_sue
## 5350   democrat_n                 superfund_right_to_sue
## 5351   democrat_n                 superfund_right_to_sue
## 5352   democrat_n                 superfund_right_to_sue
## 5353 republican_y                 superfund_right_to_sue
## 5354   democrat_n                 superfund_right_to_sue
## 5355   democrat_n                 superfund_right_to_sue
## 5356   democrat_y                 superfund_right_to_sue
## 5357 republican_y                 superfund_right_to_sue
## 5358   democrat_n                 superfund_right_to_sue
## 5359   democrat_n                 superfund_right_to_sue
## 5360 republican_y                 superfund_right_to_sue
## 5361 republican_y                 superfund_right_to_sue
## 5362 republican_y                 superfund_right_to_sue
## 5363   democrat_y                 superfund_right_to_sue
## 5364   democrat_y                 superfund_right_to_sue
## 5365   democrat_y                 superfund_right_to_sue
## 5366   democrat_n                 superfund_right_to_sue
## 5367   democrat_y                 superfund_right_to_sue
## 5368   democrat_y                 superfund_right_to_sue
## 5369   democrat_n                 superfund_right_to_sue
## 5370   democrat_n                 superfund_right_to_sue
## 5371   democrat_y                 superfund_right_to_sue
## 5372   democrat_n                 superfund_right_to_sue
## 5373   democrat_n                 superfund_right_to_sue
## 5374   democrat_n                 superfund_right_to_sue
## 5375 republican_y                 superfund_right_to_sue
## 5376 republican_y                 superfund_right_to_sue
## 5377   democrat_y                 superfund_right_to_sue
## 5378   democrat_n                 superfund_right_to_sue
## 5379   democrat_y                 superfund_right_to_sue
## 5380   democrat_y                 superfund_right_to_sue
## 5381   democrat_n                 superfund_right_to_sue
## 5382 republican_y                 superfund_right_to_sue
## 5383 republican_y                 superfund_right_to_sue
## 5384 republican_n                 superfund_right_to_sue
## 5385 republican_y                 superfund_right_to_sue
## 5386 republican_y                 superfund_right_to_sue
## 5387   democrat_y                 superfund_right_to_sue
## 5388   democrat_y                 superfund_right_to_sue
## 5389 republican_y                 superfund_right_to_sue
## 5390 republican_y                 superfund_right_to_sue
## 5391   democrat_n                 superfund_right_to_sue
## 5392 republican_y                 superfund_right_to_sue
## 5393   democrat_n                 superfund_right_to_sue
## 5394   democrat_n                 superfund_right_to_sue
## 5395 republican_y                 superfund_right_to_sue
## 5396   democrat_y                 superfund_right_to_sue
## 5397   democrat_n                 superfund_right_to_sue
## 5398   democrat_n                 superfund_right_to_sue
## 5399 republican_y                 superfund_right_to_sue
## 5400   democrat_y                 superfund_right_to_sue
## 5401   democrat_n                 superfund_right_to_sue
## 5402   democrat_n                 superfund_right_to_sue
## 5403   democrat_n                 superfund_right_to_sue
## 5404   democrat_n                 superfund_right_to_sue
## 5405 republican_y                 superfund_right_to_sue
## 5406   democrat_y                 superfund_right_to_sue
## 5407   democrat_n                 superfund_right_to_sue
## 5408 republican_y                 superfund_right_to_sue
## 5409   democrat_n                 superfund_right_to_sue
## 5410 republican_y                 superfund_right_to_sue
## 5411 republican_y                 superfund_right_to_sue
## 5412 republican_y                 superfund_right_to_sue
## 5413 republican_y                                  crime
## 5414 republican_y                                  crime
## 5415   democrat_y                                  crime
## 5416   democrat_n                                  crime
## 5417   democrat_y                                  crime
## 5418   democrat_y                                  crime
## 5419   democrat_y                                  crime
## 5420 republican_y                                  crime
## 5421 republican_y                                  crime
## 5422   democrat_n                                  crime
## 5423 republican_y                                  crime
## 5424 republican_y                                  crime
## 5425   democrat_n                                  crime
## 5426   democrat_n                                  crime
## 5427   democrat_n                                  crime
## 5428   democrat_n                                  crime
## 5429 republican_y                                  crime
## 5430   democrat_n                                  crime
## 5431   democrat_n                                  crime
## 5432   democrat_n                                  crime
## 5433   democrat_n                                  crime
## 5434   democrat_n                                  crime
## 5435   democrat_n                                  crime
## 5436   democrat_n                                  crime
## 5437   democrat_n                                  crime
## 5438 republican_y                                  crime
## 5439   democrat_n                                  crime
## 5440 republican_y                                  crime
## 5441   democrat_n                                  crime
## 5442   democrat_n                                  crime
## 5443 republican_y                                  crime
## 5444   democrat_n                                  crime
## 5445 republican_y                                  crime
## 5446 republican_y                                  crime
## 5447 republican_y                                  crime
## 5448 republican_y                                  crime
## 5449   democrat_n                                  crime
## 5450   democrat_n                                  crime
## 5451   democrat_n                                  crime
## 5452   democrat_n                                  crime
## 5453   democrat_n                                  crime
## 5454   democrat_n                                  crime
## 5455   democrat_n                                  crime
## 5456   democrat_n                                  crime
## 5457   democrat_n                                  crime
## 5458   democrat_y                                  crime
## 5459 republican_y                                  crime
## 5460   democrat_n                                  crime
## 5461 republican_y                                  crime
## 5462   democrat_n                                  crime
## 5463 republican_y                                  crime
## 5464   democrat_y                                  crime
## 5465 republican_y                                  crime
## 5466 republican_y                                  crime
## 5467 republican_y                                  crime
## 5468 republican_y                                  crime
## 5469 republican_y                                  crime
## 5470   democrat_n                                  crime
## 5471 republican_y                                  crime
## 5472   democrat_n                                  crime
## 5473   democrat_n                                  crime
## 5474   democrat_n                                  crime
## 5475 republican_y                                  crime
## 5476 republican_y                                  crime
## 5477 republican_y                                  crime
## 5478   democrat_n                                  crime
## 5479   democrat_n                                  crime
## 5480   democrat_n                                  crime
## 5481 republican_y                                  crime
## 5482   democrat_n                                  crime
## 5483 republican_y                                  crime
## 5484   democrat_y                                  crime
## 5485   democrat_y                                  crime
## 5486   democrat_y                                  crime
## 5487   democrat_y                                  crime
## 5488   democrat_y                                  crime
## 5489 republican_y                                  crime
## 5490   democrat_y                                  crime
## 5491   democrat_y                                  crime
## 5492 republican_y                                  crime
## 5493 republican_y                                  crime
## 5494 republican_y                                  crime
## 5495   democrat_y                                  crime
## 5496 republican_y                                  crime
## 5497 republican_y                                  crime
## 5498   democrat_y                                  crime
## 5499 republican_y                                  crime
## 5500   democrat_n                                  crime
## 5501   democrat_n                                  crime
## 5502   democrat_n                                  crime
## 5503   democrat_n                                  crime
## 5504   democrat_y                                  crime
## 5505   democrat_y                                  crime
## 5506   democrat_n                                  crime
## 5507 republican_y                                  crime
## 5508   democrat_y                                  crime
## 5509   democrat_y                                  crime
## 5510   democrat_y                                  crime
## 5511   democrat_y                                  crime
## 5512   democrat_y                                  crime
## 5513   democrat_n                                  crime
## 5514 republican_y                                  crime
## 5515 republican_y                                  crime
## 5516   democrat_n                                  crime
## 5517   democrat_n                                  crime
## 5518   democrat_n                                  crime
## 5519 republican_y                                  crime
## 5520   democrat_n                                  crime
## 5521 republican_y                                  crime
## 5522   democrat_n                                  crime
## 5523   democrat_n                                  crime
## 5524   democrat_n                                  crime
## 5525 republican_y                                  crime
## 5526   democrat_n                                  crime
## 5527 republican_y                                  crime
## 5528 republican_y                                  crime
## 5529 republican_y                                  crime
## 5530 republican_y                                  crime
## 5531 republican_y                                  crime
## 5532   democrat_n                                  crime
## 5533 republican_y                                  crime
## 5534 republican_y                                  crime
## 5535   democrat_y                                  crime
## 5536   democrat_n                                  crime
## 5537   democrat_n                                  crime
## 5538   democrat_y                                  crime
## 5539 republican_y                                  crime
## 5540 republican_y                                  crime
## 5541 republican_y                                  crime
## 5542 republican_y                                  crime
## 5543 republican_n                                  crime
## 5544   democrat_y                                  crime
## 5545   democrat_y                                  crime
## 5546   democrat_n                                  crime
## 5547 republican_y                                  crime
## 5548 republican_y                                  crime
## 5549 republican_y                                  crime
## 5550   democrat_y                                  crime
## 5551   democrat_y                                  crime
## 5552   democrat_y                                  crime
## 5553 republican_y                                  crime
## 5554   democrat_y                                  crime
## 5555 republican_y                                  crime
## 5556   democrat_n                                  crime
## 5557 republican_y                                  crime
## 5558   democrat_y                                  crime
## 5559   democrat_n                                  crime
## 5560   democrat_y                                  crime
## 5561 republican_y                                  crime
## 5562 republican_y                                  crime
## 5563 republican_y                                  crime
## 5564 republican_y                                  crime
## 5565   democrat_y                                  crime
## 5566   democrat_y                                  crime
## 5567   democrat_y                                  crime
## 5568 republican_y                                  crime
## 5569   democrat_y                                  crime
## 5570   democrat_n                                  crime
## 5571 republican_y                                  crime
## 5572 republican_y                                  crime
## 5573   democrat_y                                  crime
## 5574   democrat_y                                  crime
## 5575   democrat_n                                  crime
## 5576 republican_y                                  crime
## 5577   democrat_n                                  crime
## 5578   democrat_y                                  crime
## 5579   democrat_n                                  crime
## 5580   democrat_n                                  crime
## 5581 republican_y                                  crime
## 5582   democrat_n                                  crime
## 5583   democrat_n                                  crime
## 5584   democrat_n                                  crime
## 5585   democrat_n                                  crime
## 5586   democrat_n                                  crime
## 5587   democrat_n                                  crime
## 5588   democrat_n                                  crime
## 5589   democrat_n                                  crime
## 5590   democrat_n                                  crime
## 5591   democrat_n                                  crime
## 5592 republican_y                                  crime
## 5593   democrat_n                                  crime
## 5594 republican_y                                  crime
## 5595 republican_y                                  crime
## 5596   democrat_y                                  crime
## 5597   democrat_n                                  crime
## 5598   democrat_n                                  crime
## 5599 republican_y                                  crime
## 5600   democrat_y                                  crime
## 5601 republican_y                                  crime
## 5602   democrat_n                                  crime
## 5603   democrat_n                                  crime
## 5604   democrat_y                                  crime
## 5605   democrat_n                                  crime
## 5606   democrat_n                                  crime
## 5607   democrat_n                                  crime
## 5608 republican_y                                  crime
## 5609   democrat_n                                  crime
## 5610 republican_y                                  crime
## 5611 republican_y                                  crime
## 5612   democrat_n                                  crime
## 5613   democrat_n                                  crime
## 5614   democrat_n                                  crime
## 5615 republican_y                                  crime
## 5616   democrat_n                                  crime
## 5617   democrat_n                                  crime
## 5618 republican_y                                  crime
## 5619   democrat_y                                  crime
## 5620   democrat_y                                  crime
## 5621 republican_y                                  crime
## 5622   democrat_n                                  crime
## 5623   democrat_y                                  crime
## 5624   democrat_n                                  crime
## 5625   democrat_n                                  crime
## 5626   democrat_n                                  crime
## 5627 republican_y                                  crime
## 5628 republican_y                                  crime
## 5629 republican_y                                  crime
## 5630   democrat_y                                  crime
## 5631   democrat_n                                  crime
## 5632 republican_y                                  crime
## 5633 republican_y                                  crime
## 5634 republican_y                                  crime
## 5635   democrat_n                                  crime
## 5636 republican_y                                  crime
## 5637   democrat_y                                  crime
## 5638 republican_y                                  crime
## 5639   democrat_n                                  crime
## 5640   democrat_n                                  crime
## 5641   democrat_n                                  crime
## 5642 republican_y                                  crime
## 5643 republican_y                                  crime
## 5644   democrat_y                                  crime
## 5645 republican_y                                  crime
## 5646   democrat_n                                  crime
## 5647   democrat_n                                  crime
## 5648   democrat_n                                  crime
## 5649   democrat_y                                  crime
## 5650 republican_y                                  crime
## 5651   democrat_n                                  crime
## 5652 republican_y                                  crime
## 5653 republican_y                                  crime
## 5654   democrat_n                                  crime
## 5655 republican_y                                  crime
## 5656   democrat_n                                  crime
## 5657   democrat_y                                  crime
## 5658 republican_y                                  crime
## 5659 republican_y                                  crime
## 5660   democrat_n                                  crime
## 5661   democrat_n                                  crime
## 5662   democrat_n                                  crime
## 5663   democrat_n                                  crime
## 5664   democrat_n                                  crime
## 5665   democrat_n                                  crime
## 5666   democrat_n                                  crime
## 5667 republican_y                                  crime
## 5668 republican_y                                  crime
## 5669   democrat_n                                  crime
## 5670   democrat_n                                  crime
## 5671   democrat_n                                  crime
## 5672   democrat_n                                  crime
## 5673   democrat_n                                  crime
## 5674 republican_y                                  crime
## 5675 republican_y                                  crime
## 5676   democrat_y                                  crime
## 5677 republican_y                                  crime
## 5678 republican_y                                  crime
## 5679 republican_y                                  crime
## 5680 republican_y                                  crime
## 5681   democrat_y                                  crime
## 5682 republican_y                                  crime
## 5683 republican_y                                  crime
## 5684 republican_y                                  crime
## 5685   democrat_n                                  crime
## 5686   democrat_n                                  crime
## 5687   democrat_y                                  crime
## 5688   democrat_n                                  crime
## 5689   democrat_y                                  crime
## 5690   democrat_y                                  crime
## 5691   democrat_y                                  crime
## 5692   democrat_y                                  crime
## 5693   democrat_y                                  crime
## 5694   democrat_y                                  crime
## 5695   democrat_y                                  crime
## 5696 republican_y                                  crime
## 5697   democrat_n                                  crime
## 5698   democrat_n                                  crime
## 5699   democrat_y                                  crime
## 5700 republican_y                                  crime
## 5701   democrat_n                                  crime
## 5702 republican_y                                  crime
## 5703 republican_y                                  crime
## 5704 republican_y                                  crime
## 5705 republican_y                                  crime
## 5706 republican_y                                  crime
## 5707   democrat_y                                  crime
## 5708 republican_y                                  crime
## 5709   democrat_y                                  crime
## 5710 republican_y                                  crime
## 5711   democrat_n                                  crime
## 5712   democrat_n                                  crime
## 5713 republican_y                                  crime
## 5714 republican_y                                  crime
## 5715   democrat_y                                  crime
## 5716   democrat_n                                  crime
## 5717   democrat_n                                  crime
## 5718   democrat_n                                  crime
## 5719   democrat_y                                  crime
## 5720   democrat_n                                  crime
## 5721   democrat_y                                  crime
## 5722   democrat_y                                  crime
## 5723 republican_y                                  crime
## 5724   democrat_y                                  crime
## 5725   democrat_y                                  crime
## 5726 republican_y                                  crime
## 5727   democrat_n                                  crime
## 5728   democrat_n                                  crime
## 5729 republican_y                                  crime
## 5730   democrat_n                                  crime
## 5731   democrat_n                                  crime
## 5732   democrat_n                                  crime
## 5733   democrat_n                                  crime
## 5734 republican_y                                  crime
## 5735   democrat_y                                  crime
## 5736   democrat_n                                  crime
## 5737   democrat_y                                  crime
## 5738 republican_y                                  crime
## 5739 republican_y                                  crime
## 5740   democrat_n                                  crime
## 5741 republican_y                                  crime
## 5742   democrat_n                                  crime
## 5743 republican_y                                  crime
## 5744 republican_y                                  crime
## 5745 republican_y                                  crime
## 5746   democrat_n                                  crime
## 5747 republican_y                                  crime
## 5748   democrat_n                                  crime
## 5749 republican_y                                  crime
## 5750   democrat_n                                  crime
## 5751 republican_y                                  crime
## 5752   democrat_n                                  crime
## 5753 republican_y                                  crime
## 5754 republican_y                                  crime
## 5755 republican_y                                  crime
## 5756   democrat_y                                  crime
## 5757 republican_y                                  crime
## 5758   democrat_n                                  crime
## 5759   democrat_y                                  crime
## 5760   democrat_n                                  crime
## 5761 republican_n                                  crime
## 5762 republican_y                                  crime
## 5763   democrat_y                                  crime
## 5764   democrat_n                                  crime
## 5765   democrat_n                                  crime
## 5766   democrat_n                                  crime
## 5767 republican_y                                  crime
## 5768   democrat_n                                  crime
## 5769   democrat_n                                  crime
## 5770   democrat_y                                  crime
## 5771   democrat_y                                  crime
## 5772 republican_y                                  crime
## 5773   democrat_y                                  crime
## 5774   democrat_n                                  crime
## 5775 republican_y                                  crime
## 5776 republican_y                                  crime
## 5777   democrat_n                                  crime
## 5778   democrat_y                                  crime
## 5779   democrat_y                                  crime
## 5780   democrat_n                                  crime
## 5781   democrat_y                                  crime
## 5782   democrat_y                                  crime
## 5783   democrat_n                                  crime
## 5784   democrat_y                                  crime
## 5785   democrat_y                                  crime
## 5786   democrat_n                                  crime
## 5787   democrat_y                                  crime
## 5788   democrat_n                                  crime
## 5789 republican_y                                  crime
## 5790 republican_n                                  crime
## 5791   democrat_n                                  crime
## 5792   democrat_n                                  crime
## 5793   democrat_n                                  crime
## 5794   democrat_y                                  crime
## 5795   democrat_n                                  crime
## 5796 republican_y                                  crime
## 5797 republican_y                                  crime
## 5798 republican_y                                  crime
## 5799 republican_y                                  crime
## 5800 republican_y                                  crime
## 5801 republican_y                                  crime
## 5802 republican_y                                  crime
## 5803   democrat_y                                  crime
## 5804   democrat_y                                  crime
## 5805   democrat_y                                  crime
## 5806 republican_y                                  crime
## 5807 republican_y                                  crime
## 5808   democrat_n                                  crime
## 5809 republican_y                                  crime
## 5810 republican_y                                  crime
## 5811   democrat_n                                  crime
## 5812   democrat_n                                  crime
## 5813 republican_y                                  crime
## 5814   democrat_n                                  crime
## 5815   democrat_n                                  crime
## 5816   democrat_n                                  crime
## 5817 republican_y                                  crime
## 5818   democrat_n                                  crime
## 5819   democrat_n                                  crime
## 5820   democrat_y                                  crime
## 5821   democrat_y                                  crime
## 5822   democrat_n                                  crime
## 5823   democrat_n                                  crime
## 5824 republican_y                                  crime
## 5825   democrat_n                                  crime
## 5826 republican_y                                  crime
## 5827   democrat_n                                  crime
## 5828 republican_y                                  crime
## 5829 republican_y                                  crime
## 5830 republican_y                                  crime
## 5831 republican_n                      duty_free_exports
## 5832 republican_n                      duty_free_exports
## 5833   democrat_n                      duty_free_exports
## 5834   democrat_n                      duty_free_exports
## 5835   democrat_y                      duty_free_exports
## 5836   democrat_y                      duty_free_exports
## 5837   democrat_y                      duty_free_exports
## 5838 republican_n                      duty_free_exports
## 5839 republican_n                      duty_free_exports
## 5840   democrat_y                      duty_free_exports
## 5841 republican_n                      duty_free_exports
## 5842 republican_n                      duty_free_exports
## 5843   democrat_n                      duty_free_exports
## 5844   democrat_y                      duty_free_exports
## 5845 republican_n                      duty_free_exports
## 5846   democrat_y                      duty_free_exports
## 5847   democrat_y                      duty_free_exports
## 5848   democrat_y                      duty_free_exports
## 5849   democrat_y                      duty_free_exports
## 5850   democrat_y                      duty_free_exports
## 5851   democrat_y                      duty_free_exports
## 5852   democrat_y                      duty_free_exports
## 5853   democrat_y                      duty_free_exports
## 5854   democrat_y                      duty_free_exports
## 5855 republican_n                      duty_free_exports
## 5856   democrat_y                      duty_free_exports
## 5857 republican_n                      duty_free_exports
## 5858   democrat_y                      duty_free_exports
## 5859   democrat_y                      duty_free_exports
## 5860 republican_n                      duty_free_exports
## 5861   democrat_y                      duty_free_exports
## 5862 republican_n                      duty_free_exports
## 5863 republican_n                      duty_free_exports
## 5864 republican_n                      duty_free_exports
## 5865 republican_n                      duty_free_exports
## 5866   democrat_y                      duty_free_exports
## 5867   democrat_n                      duty_free_exports
## 5868   democrat_y                      duty_free_exports
## 5869   democrat_n                      duty_free_exports
## 5870   democrat_y                      duty_free_exports
## 5871   democrat_n                      duty_free_exports
## 5872   democrat_y                      duty_free_exports
## 5873   democrat_n                      duty_free_exports
## 5874   democrat_n                      duty_free_exports
## 5875   democrat_n                      duty_free_exports
## 5876 republican_n                      duty_free_exports
## 5877   democrat_y                      duty_free_exports
## 5878 republican_n                      duty_free_exports
## 5879 republican_n                      duty_free_exports
## 5880   democrat_n                      duty_free_exports
## 5881 republican_n                      duty_free_exports
## 5882 republican_n                      duty_free_exports
## 5883 republican_n                      duty_free_exports
## 5884 republican_n                      duty_free_exports
## 5885 republican_n                      duty_free_exports
## 5886   democrat_y                      duty_free_exports
## 5887 republican_n                      duty_free_exports
## 5888   democrat_n                      duty_free_exports
## 5889   democrat_n                      duty_free_exports
## 5890   democrat_n                      duty_free_exports
## 5891 republican_n                      duty_free_exports
## 5892 republican_n                      duty_free_exports
## 5893 republican_n                      duty_free_exports
## 5894   democrat_y                      duty_free_exports
## 5895   democrat_y                      duty_free_exports
## 5896   democrat_y                      duty_free_exports
## 5897 republican_n                      duty_free_exports
## 5898   democrat_y                      duty_free_exports
## 5899 republican_n                      duty_free_exports
## 5900   democrat_y                      duty_free_exports
## 5901   democrat_n                      duty_free_exports
## 5902   democrat_n                      duty_free_exports
## 5903   democrat_n                      duty_free_exports
## 5904   democrat_n                      duty_free_exports
## 5905 republican_n                      duty_free_exports
## 5906   democrat_n                      duty_free_exports
## 5907   democrat_n                      duty_free_exports
## 5908 republican_n                      duty_free_exports
## 5909 republican_n                      duty_free_exports
## 5910 republican_n                      duty_free_exports
## 5911   democrat_n                      duty_free_exports
## 5912 republican_n                      duty_free_exports
## 5913 republican_n                      duty_free_exports
## 5914   democrat_n                      duty_free_exports
## 5915 republican_n                      duty_free_exports
## 5916   democrat_y                      duty_free_exports
## 5917   democrat_y                      duty_free_exports
## 5918   democrat_y                      duty_free_exports
## 5919   democrat_y                      duty_free_exports
## 5920   democrat_n                      duty_free_exports
## 5921   democrat_y                      duty_free_exports
## 5922   democrat_n                      duty_free_exports
## 5923   democrat_n                      duty_free_exports
## 5924   democrat_n                      duty_free_exports
## 5925 republican_n                      duty_free_exports
## 5926   democrat_n                      duty_free_exports
## 5927   democrat_n                      duty_free_exports
## 5928   democrat_y                      duty_free_exports
## 5929   democrat_n                      duty_free_exports
## 5930   democrat_y                      duty_free_exports
## 5931 republican_n                      duty_free_exports
## 5932   democrat_y                      duty_free_exports
## 5933   democrat_y                      duty_free_exports
## 5934   democrat_y                      duty_free_exports
## 5935 republican_n                      duty_free_exports
## 5936   democrat_y                      duty_free_exports
## 5937 republican_n                      duty_free_exports
## 5938   democrat_y                      duty_free_exports
## 5939   democrat_y                      duty_free_exports
## 5940   democrat_y                      duty_free_exports
## 5941 republican_n                      duty_free_exports
## 5942   democrat_y                      duty_free_exports
## 5943 republican_n                      duty_free_exports
## 5944 republican_n                      duty_free_exports
## 5945 republican_n                      duty_free_exports
## 5946 republican_n                      duty_free_exports
## 5947   democrat_y                      duty_free_exports
## 5948 republican_n                      duty_free_exports
## 5949 republican_n                      duty_free_exports
## 5950   democrat_y                      duty_free_exports
## 5951   democrat_y                      duty_free_exports
## 5952   democrat_y                      duty_free_exports
## 5953   democrat_n                      duty_free_exports
## 5954 republican_n                      duty_free_exports
## 5955 republican_n                      duty_free_exports
## 5956 republican_n                      duty_free_exports
## 5957 republican_n                      duty_free_exports
## 5958 republican_n                      duty_free_exports
## 5959   democrat_y                      duty_free_exports
## 5960   democrat_n                      duty_free_exports
## 5961   democrat_y                      duty_free_exports
## 5962 republican_n                      duty_free_exports
## 5963 republican_n                      duty_free_exports
## 5964   democrat_y                      duty_free_exports
## 5965   democrat_n                      duty_free_exports
## 5966 republican_n                      duty_free_exports
## 5967   democrat_y                      duty_free_exports
## 5968 republican_n                      duty_free_exports
## 5969   democrat_y                      duty_free_exports
## 5970 republican_n                      duty_free_exports
## 5971   democrat_n                      duty_free_exports
## 5972   democrat_y                      duty_free_exports
## 5973   democrat_n                      duty_free_exports
## 5974 republican_n                      duty_free_exports
## 5975 republican_n                      duty_free_exports
## 5976 republican_n                      duty_free_exports
## 5977 republican_n                      duty_free_exports
## 5978   democrat_n                      duty_free_exports
## 5979   democrat_y                      duty_free_exports
## 5980   democrat_n                      duty_free_exports
## 5981   democrat_n                      duty_free_exports
## 5982 republican_n                      duty_free_exports
## 5983   democrat_n                      duty_free_exports
## 5984   democrat_y                      duty_free_exports
## 5985 republican_y                      duty_free_exports
## 5986 republican_y                      duty_free_exports
## 5987   democrat_y                      duty_free_exports
## 5988   democrat_n                      duty_free_exports
## 5989   democrat_y                      duty_free_exports
## 5990 republican_n                      duty_free_exports
## 5991   democrat_y                      duty_free_exports
## 5992   democrat_n                      duty_free_exports
## 5993   democrat_y                      duty_free_exports
## 5994   democrat_y                      duty_free_exports
## 5995 republican_y                      duty_free_exports
## 5996   democrat_y                      duty_free_exports
## 5997   democrat_y                      duty_free_exports
## 5998   democrat_y                      duty_free_exports
## 5999   democrat_y                      duty_free_exports
## 6000   democrat_y                      duty_free_exports
## 6001   democrat_y                      duty_free_exports
## 6002   democrat_y                      duty_free_exports
## 6003   democrat_y                      duty_free_exports
## 6004   democrat_y                      duty_free_exports
## 6005   democrat_y                      duty_free_exports
## 6006 republican_n                      duty_free_exports
## 6007 republican_n                      duty_free_exports
## 6008   democrat_y                      duty_free_exports
## 6009   democrat_y                      duty_free_exports
## 6010   democrat_y                      duty_free_exports
## 6011 republican_n                      duty_free_exports
## 6012   democrat_y                      duty_free_exports
## 6013 republican_n                      duty_free_exports
## 6014   democrat_y                      duty_free_exports
## 6015   democrat_y                      duty_free_exports
## 6016   democrat_y                      duty_free_exports
## 6017   democrat_y                      duty_free_exports
## 6018   democrat_y                      duty_free_exports
## 6019   democrat_y                      duty_free_exports
## 6020 republican_n                      duty_free_exports
## 6021   democrat_n                      duty_free_exports
## 6022 republican_n                      duty_free_exports
## 6023 republican_n                      duty_free_exports
## 6024   democrat_y                      duty_free_exports
## 6025   democrat_n                      duty_free_exports
## 6026   democrat_y                      duty_free_exports
## 6027 republican_n                      duty_free_exports
## 6028   democrat_y                      duty_free_exports
## 6029   democrat_y                      duty_free_exports
## 6030 republican_n                      duty_free_exports
## 6031   democrat_y                      duty_free_exports
## 6032   democrat_y                      duty_free_exports
## 6033 republican_n                      duty_free_exports
## 6034   democrat_y                      duty_free_exports
## 6035   democrat_y                      duty_free_exports
## 6036   democrat_y                      duty_free_exports
## 6037   democrat_y                      duty_free_exports
## 6038   democrat_y                      duty_free_exports
## 6039 republican_n                      duty_free_exports
## 6040 republican_n                      duty_free_exports
## 6041 republican_n                      duty_free_exports
## 6042   democrat_y                      duty_free_exports
## 6043 republican_n                      duty_free_exports
## 6044 republican_n                      duty_free_exports
## 6045 republican_n                      duty_free_exports
## 6046 republican_n                      duty_free_exports
## 6047   democrat_y                      duty_free_exports
## 6048 republican_n                      duty_free_exports
## 6049   democrat_y                      duty_free_exports
## 6050 republican_n                      duty_free_exports
## 6051   democrat_y                      duty_free_exports
## 6052   democrat_n                      duty_free_exports
## 6053   democrat_y                      duty_free_exports
## 6054 republican_y                      duty_free_exports
## 6055 republican_n                      duty_free_exports
## 6056   democrat_y                      duty_free_exports
## 6057 republican_y                      duty_free_exports
## 6058   democrat_y                      duty_free_exports
## 6059   democrat_y                      duty_free_exports
## 6060   democrat_y                      duty_free_exports
## 6061 republican_n                      duty_free_exports
## 6062   democrat_y                      duty_free_exports
## 6063 republican_n                      duty_free_exports
## 6064 republican_n                      duty_free_exports
## 6065   democrat_y                      duty_free_exports
## 6066 republican_n                      duty_free_exports
## 6067   democrat_n                      duty_free_exports
## 6068   democrat_y                      duty_free_exports
## 6069 republican_n                      duty_free_exports
## 6070   democrat_y                      duty_free_exports
## 6071   democrat_n                      duty_free_exports
## 6072   democrat_n                      duty_free_exports
## 6073   democrat_y                      duty_free_exports
## 6074   democrat_y                      duty_free_exports
## 6075   democrat_y                      duty_free_exports
## 6076   democrat_n                      duty_free_exports
## 6077 republican_n                      duty_free_exports
## 6078 republican_n                      duty_free_exports
## 6079   democrat_y                      duty_free_exports
## 6080   democrat_n                      duty_free_exports
## 6081   democrat_y                      duty_free_exports
## 6082   democrat_n                      duty_free_exports
## 6083   democrat_y                      duty_free_exports
## 6084 republican_y                      duty_free_exports
## 6085   democrat_n                      duty_free_exports
## 6086 republican_y                      duty_free_exports
## 6087 republican_n                      duty_free_exports
## 6088 republican_n                      duty_free_exports
## 6089 republican_n                      duty_free_exports
## 6090   democrat_n                      duty_free_exports
## 6091 republican_n                      duty_free_exports
## 6092 republican_n                      duty_free_exports
## 6093 republican_n                      duty_free_exports
## 6094   democrat_y                      duty_free_exports
## 6095   democrat_y                      duty_free_exports
## 6096   democrat_y                      duty_free_exports
## 6097   democrat_n                      duty_free_exports
## 6098   democrat_n                      duty_free_exports
## 6099   democrat_n                      duty_free_exports
## 6100   democrat_y                      duty_free_exports
## 6101   democrat_y                      duty_free_exports
## 6102   democrat_n                      duty_free_exports
## 6103 republican_y                      duty_free_exports
## 6104   democrat_y                      duty_free_exports
## 6105   democrat_y                      duty_free_exports
## 6106   democrat_y                      duty_free_exports
## 6107 republican_n                      duty_free_exports
## 6108   democrat_y                      duty_free_exports
## 6109 republican_n                      duty_free_exports
## 6110 republican_n                      duty_free_exports
## 6111 republican_n                      duty_free_exports
## 6112 republican_n                      duty_free_exports
## 6113 republican_n                      duty_free_exports
## 6114   democrat_n                      duty_free_exports
## 6115 republican_n                      duty_free_exports
## 6116   democrat_y                      duty_free_exports
## 6117 republican_y                      duty_free_exports
## 6118   democrat_n                      duty_free_exports
## 6119   democrat_y                      duty_free_exports
## 6120 republican_n                      duty_free_exports
## 6121 republican_y                      duty_free_exports
## 6122 republican_y                      duty_free_exports
## 6123   democrat_y                      duty_free_exports
## 6124   democrat_y                      duty_free_exports
## 6125   democrat_y                      duty_free_exports
## 6126   democrat_y                      duty_free_exports
## 6127   democrat_n                      duty_free_exports
## 6128   democrat_n                      duty_free_exports
## 6129   democrat_n                      duty_free_exports
## 6130   democrat_n                      duty_free_exports
## 6131 republican_n                      duty_free_exports
## 6132   democrat_n                      duty_free_exports
## 6133   democrat_n                      duty_free_exports
## 6134 republican_n                      duty_free_exports
## 6135   democrat_n                      duty_free_exports
## 6136   democrat_y                      duty_free_exports
## 6137 republican_n                      duty_free_exports
## 6138   democrat_y                      duty_free_exports
## 6139   democrat_y                      duty_free_exports
## 6140   democrat_y                      duty_free_exports
## 6141   democrat_y                      duty_free_exports
## 6142 republican_n                      duty_free_exports
## 6143   democrat_y                      duty_free_exports
## 6144   democrat_y                      duty_free_exports
## 6145 republican_n                      duty_free_exports
## 6146 republican_n                      duty_free_exports
## 6147   democrat_y                      duty_free_exports
## 6148   democrat_y                      duty_free_exports
## 6149 republican_n                      duty_free_exports
## 6150   democrat_y                      duty_free_exports
## 6151 republican_y                      duty_free_exports
## 6152 republican_n                      duty_free_exports
## 6153 republican_n                      duty_free_exports
## 6154   democrat_y                      duty_free_exports
## 6155 republican_n                      duty_free_exports
## 6156   democrat_y                      duty_free_exports
## 6157 republican_y                      duty_free_exports
## 6158   democrat_y                      duty_free_exports
## 6159 republican_n                      duty_free_exports
## 6160   democrat_y                      duty_free_exports
## 6161 republican_y                      duty_free_exports
## 6162 republican_n                      duty_free_exports
## 6163 republican_n                      duty_free_exports
## 6164   democrat_n                      duty_free_exports
## 6165 republican_n                      duty_free_exports
## 6166   democrat_n                      duty_free_exports
## 6167   democrat_n                      duty_free_exports
## 6168   democrat_n                      duty_free_exports
## 6169 republican_n                      duty_free_exports
## 6170 republican_n                      duty_free_exports
## 6171   democrat_n                      duty_free_exports
## 6172   democrat_n                      duty_free_exports
## 6173   democrat_y                      duty_free_exports
## 6174   democrat_y                      duty_free_exports
## 6175 republican_n                      duty_free_exports
## 6176   democrat_y                      duty_free_exports
## 6177   democrat_y                      duty_free_exports
## 6178   democrat_n                      duty_free_exports
## 6179 republican_n                      duty_free_exports
## 6180   democrat_n                      duty_free_exports
## 6181   democrat_y                      duty_free_exports
## 6182 republican_n                      duty_free_exports
## 6183 republican_n                      duty_free_exports
## 6184   democrat_y                      duty_free_exports
## 6185   democrat_n                      duty_free_exports
## 6186   democrat_n                      duty_free_exports
## 6187   democrat_n                      duty_free_exports
## 6188   democrat_n                      duty_free_exports
## 6189   democrat_y                      duty_free_exports
## 6190   democrat_n                      duty_free_exports
## 6191   democrat_n                      duty_free_exports
## 6192   democrat_n                      duty_free_exports
## 6193   democrat_y                      duty_free_exports
## 6194   democrat_n                      duty_free_exports
## 6195   democrat_y                      duty_free_exports
## 6196 republican_n                      duty_free_exports
## 6197 republican_n                      duty_free_exports
## 6198   democrat_n                      duty_free_exports
## 6199   democrat_y                      duty_free_exports
## 6200   democrat_y                      duty_free_exports
## 6201   democrat_n                      duty_free_exports
## 6202   democrat_n                      duty_free_exports
## 6203 republican_n                      duty_free_exports
## 6204 republican_n                      duty_free_exports
## 6205 republican_n                      duty_free_exports
## 6206 republican_n                      duty_free_exports
## 6207 republican_n                      duty_free_exports
## 6208 republican_n                      duty_free_exports
## 6209 republican_n                      duty_free_exports
## 6210   democrat_n                      duty_free_exports
## 6211   democrat_n                      duty_free_exports
## 6212   democrat_y                      duty_free_exports
## 6213 republican_n                      duty_free_exports
## 6214 republican_n                      duty_free_exports
## 6215   democrat_n                      duty_free_exports
## 6216 republican_n                      duty_free_exports
## 6217 republican_n                      duty_free_exports
## 6218   democrat_n                      duty_free_exports
## 6219   democrat_n                      duty_free_exports
## 6220 republican_n                      duty_free_exports
## 6221   democrat_n                      duty_free_exports
## 6222   democrat_n                      duty_free_exports
## 6223   democrat_n                      duty_free_exports
## 6224 republican_n                      duty_free_exports
## 6225   democrat_y                      duty_free_exports
## 6226   democrat_y                      duty_free_exports
## 6227   democrat_y                      duty_free_exports
## 6228   democrat_y                      duty_free_exports
## 6229   democrat_y                      duty_free_exports
## 6230   democrat_y                      duty_free_exports
## 6231 republican_n                      duty_free_exports
## 6232   democrat_y                      duty_free_exports
## 6233   democrat_y                      duty_free_exports
## 6234 republican_n                      duty_free_exports
## 6235   democrat_n                      duty_free_exports
## 6236 republican_n                      duty_free_exports
## 6237 republican_n                      duty_free_exports
## 6238 republican_y export_administration_act_south_africa
## 6239   democrat_n export_administration_act_south_africa
## 6240   democrat_y export_administration_act_south_africa
## 6241   democrat_y export_administration_act_south_africa
## 6242   democrat_y export_administration_act_south_africa
## 6243   democrat_y export_administration_act_south_africa
## 6244 republican_y export_administration_act_south_africa
## 6245 republican_y export_administration_act_south_africa
## 6246 republican_n export_administration_act_south_africa
## 6247   democrat_y export_administration_act_south_africa
## 6248   democrat_y export_administration_act_south_africa
## 6249 republican_n export_administration_act_south_africa
## 6250   democrat_y export_administration_act_south_africa
## 6251   democrat_y export_administration_act_south_africa
## 6252   democrat_y export_administration_act_south_africa
## 6253   democrat_y export_administration_act_south_africa
## 6254   democrat_y export_administration_act_south_africa
## 6255   democrat_y export_administration_act_south_africa
## 6256   democrat_y export_administration_act_south_africa
## 6257   democrat_y export_administration_act_south_africa
## 6258 republican_y export_administration_act_south_africa
## 6259   democrat_y export_administration_act_south_africa
## 6260 republican_n export_administration_act_south_africa
## 6261   democrat_y export_administration_act_south_africa
## 6262 republican_y export_administration_act_south_africa
## 6263   democrat_y export_administration_act_south_africa
## 6264 republican_n export_administration_act_south_africa
## 6265 republican_y export_administration_act_south_africa
## 6266 republican_y export_administration_act_south_africa
## 6267 republican_n export_administration_act_south_africa
## 6268   democrat_y export_administration_act_south_africa
## 6269   democrat_y export_administration_act_south_africa
## 6270   democrat_y export_administration_act_south_africa
## 6271   democrat_y export_administration_act_south_africa
## 6272   democrat_y export_administration_act_south_africa
## 6273 republican_n export_administration_act_south_africa
## 6274   democrat_y export_administration_act_south_africa
## 6275 republican_y export_administration_act_south_africa
## 6276 republican_n export_administration_act_south_africa
## 6277 republican_n export_administration_act_south_africa
## 6278 republican_y export_administration_act_south_africa
## 6279 republican_y export_administration_act_south_africa
## 6280 republican_y export_administration_act_south_africa
## 6281 republican_n export_administration_act_south_africa
## 6282   democrat_y export_administration_act_south_africa
## 6283   democrat_y export_administration_act_south_africa
## 6284 republican_y export_administration_act_south_africa
## 6285 republican_y export_administration_act_south_africa
## 6286 republican_n export_administration_act_south_africa
## 6287   democrat_y export_administration_act_south_africa
## 6288   democrat_y export_administration_act_south_africa
## 6289 republican_y export_administration_act_south_africa
## 6290 republican_y export_administration_act_south_africa
## 6291   democrat_y export_administration_act_south_africa
## 6292   democrat_n export_administration_act_south_africa
## 6293   democrat_y export_administration_act_south_africa
## 6294   democrat_y export_administration_act_south_africa
## 6295 republican_n export_administration_act_south_africa
## 6296   democrat_y export_administration_act_south_africa
## 6297 republican_y export_administration_act_south_africa
## 6298 republican_n export_administration_act_south_africa
## 6299 republican_n export_administration_act_south_africa
## 6300   democrat_y export_administration_act_south_africa
## 6301 republican_n export_administration_act_south_africa
## 6302 republican_n export_administration_act_south_africa
## 6303   democrat_y export_administration_act_south_africa
## 6304   democrat_y export_administration_act_south_africa
## 6305   democrat_y export_administration_act_south_africa
## 6306   democrat_y export_administration_act_south_africa
## 6307   democrat_y export_administration_act_south_africa
## 6308   democrat_y export_administration_act_south_africa
## 6309   democrat_y export_administration_act_south_africa
## 6310   democrat_y export_administration_act_south_africa
## 6311   democrat_y export_administration_act_south_africa
## 6312   democrat_y export_administration_act_south_africa
## 6313 republican_n export_administration_act_south_africa
## 6314   democrat_y export_administration_act_south_africa
## 6315   democrat_y export_administration_act_south_africa
## 6316   democrat_n export_administration_act_south_africa
## 6317   democrat_y export_administration_act_south_africa
## 6318 republican_y export_administration_act_south_africa
## 6319   democrat_y export_administration_act_south_africa
## 6320 republican_y export_administration_act_south_africa
## 6321 republican_n export_administration_act_south_africa
## 6322   democrat_y export_administration_act_south_africa
## 6323   democrat_y export_administration_act_south_africa
## 6324 republican_y export_administration_act_south_africa
## 6325   democrat_y export_administration_act_south_africa
## 6326 republican_n export_administration_act_south_africa
## 6327 republican_y export_administration_act_south_africa
## 6328 republican_y export_administration_act_south_africa
## 6329 republican_y export_administration_act_south_africa
## 6330 republican_y export_administration_act_south_africa
## 6331   democrat_y export_administration_act_south_africa
## 6332 republican_y export_administration_act_south_africa
## 6333 republican_n export_administration_act_south_africa
## 6334   democrat_y export_administration_act_south_africa
## 6335   democrat_y export_administration_act_south_africa
## 6336   democrat_y export_administration_act_south_africa
## 6337 republican_y export_administration_act_south_africa
## 6338 republican_n export_administration_act_south_africa
## 6339 republican_y export_administration_act_south_africa
## 6340   democrat_y export_administration_act_south_africa
## 6341   democrat_y export_administration_act_south_africa
## 6342   democrat_y export_administration_act_south_africa
## 6343 republican_y export_administration_act_south_africa
## 6344 republican_y export_administration_act_south_africa
## 6345 republican_y export_administration_act_south_africa
## 6346   democrat_y export_administration_act_south_africa
## 6347   democrat_y export_administration_act_south_africa
## 6348 republican_y export_administration_act_south_africa
## 6349   democrat_y export_administration_act_south_africa
## 6350 republican_y export_administration_act_south_africa
## 6351   democrat_y export_administration_act_south_africa
## 6352 republican_y export_administration_act_south_africa
## 6353   democrat_n export_administration_act_south_africa
## 6354   democrat_y export_administration_act_south_africa
## 6355   democrat_y export_administration_act_south_africa
## 6356 republican_n export_administration_act_south_africa
## 6357 republican_n export_administration_act_south_africa
## 6358 republican_n export_administration_act_south_africa
## 6359 republican_n export_administration_act_south_africa
## 6360   democrat_y export_administration_act_south_africa
## 6361   democrat_y export_administration_act_south_africa
## 6362   democrat_y export_administration_act_south_africa
## 6363 republican_y export_administration_act_south_africa
## 6364 republican_y export_administration_act_south_africa
## 6365 republican_y export_administration_act_south_africa
## 6366   democrat_y export_administration_act_south_africa
## 6367 republican_y export_administration_act_south_africa
## 6368   democrat_y export_administration_act_south_africa
## 6369   democrat_y export_administration_act_south_africa
## 6370   democrat_y export_administration_act_south_africa
## 6371 republican_y export_administration_act_south_africa
## 6372   democrat_y export_administration_act_south_africa
## 6373   democrat_y export_administration_act_south_africa
## 6374   democrat_y export_administration_act_south_africa
## 6375   democrat_y export_administration_act_south_africa
## 6376   democrat_y export_administration_act_south_africa
## 6377   democrat_y export_administration_act_south_africa
## 6378   democrat_y export_administration_act_south_africa
## 6379   democrat_y export_administration_act_south_africa
## 6380   democrat_y export_administration_act_south_africa
## 6381   democrat_y export_administration_act_south_africa
## 6382   democrat_y export_administration_act_south_africa
## 6383 republican_y export_administration_act_south_africa
## 6384   democrat_y export_administration_act_south_africa
## 6385   democrat_y export_administration_act_south_africa
## 6386   democrat_y export_administration_act_south_africa
## 6387   democrat_y export_administration_act_south_africa
## 6388 republican_y export_administration_act_south_africa
## 6389   democrat_y export_administration_act_south_africa
## 6390 republican_y export_administration_act_south_africa
## 6391 republican_y export_administration_act_south_africa
## 6392   democrat_y export_administration_act_south_africa
## 6393   democrat_y export_administration_act_south_africa
## 6394   democrat_y export_administration_act_south_africa
## 6395 republican_y export_administration_act_south_africa
## 6396   democrat_y export_administration_act_south_africa
## 6397   democrat_y export_administration_act_south_africa
## 6398 republican_y export_administration_act_south_africa
## 6399 republican_n export_administration_act_south_africa
## 6400   democrat_y export_administration_act_south_africa
## 6401 republican_y export_administration_act_south_africa
## 6402 republican_n export_administration_act_south_africa
## 6403 republican_y export_administration_act_south_africa
## 6404   democrat_y export_administration_act_south_africa
## 6405   democrat_y export_administration_act_south_africa
## 6406 republican_y export_administration_act_south_africa
## 6407 republican_y export_administration_act_south_africa
## 6408 republican_y export_administration_act_south_africa
## 6409 republican_y export_administration_act_south_africa
## 6410 republican_y export_administration_act_south_africa
## 6411 republican_y export_administration_act_south_africa
## 6412   democrat_y export_administration_act_south_africa
## 6413   democrat_y export_administration_act_south_africa
## 6414 republican_y export_administration_act_south_africa
## 6415 republican_y export_administration_act_south_africa
## 6416   democrat_y export_administration_act_south_africa
## 6417 republican_y export_administration_act_south_africa
## 6418   democrat_y export_administration_act_south_africa
## 6419   democrat_y export_administration_act_south_africa
## 6420   democrat_y export_administration_act_south_africa
## 6421   democrat_y export_administration_act_south_africa
## 6422 republican_n export_administration_act_south_africa
## 6423   democrat_y export_administration_act_south_africa
## 6424 republican_n export_administration_act_south_africa
## 6425 republican_n export_administration_act_south_africa
## 6426   democrat_y export_administration_act_south_africa
## 6427 republican_y export_administration_act_south_africa
## 6428   democrat_y export_administration_act_south_africa
## 6429   democrat_y export_administration_act_south_africa
## 6430 republican_n export_administration_act_south_africa
## 6431 republican_y export_administration_act_south_africa
## 6432   democrat_y export_administration_act_south_africa
## 6433   democrat_y export_administration_act_south_africa
## 6434   democrat_y export_administration_act_south_africa
## 6435   democrat_y export_administration_act_south_africa
## 6436   democrat_y export_administration_act_south_africa
## 6437 republican_y export_administration_act_south_africa
## 6438 republican_y export_administration_act_south_africa
## 6439   democrat_y export_administration_act_south_africa
## 6440   democrat_y export_administration_act_south_africa
## 6441   democrat_y export_administration_act_south_africa
## 6442 republican_y export_administration_act_south_africa
## 6443 republican_y export_administration_act_south_africa
## 6444   democrat_n export_administration_act_south_africa
## 6445 republican_n export_administration_act_south_africa
## 6446 republican_y export_administration_act_south_africa
## 6447 republican_y export_administration_act_south_africa
## 6448 republican_n export_administration_act_south_africa
## 6449   democrat_y export_administration_act_south_africa
## 6450 republican_n export_administration_act_south_africa
## 6451 republican_y export_administration_act_south_africa
## 6452   democrat_y export_administration_act_south_africa
## 6453   democrat_y export_administration_act_south_africa
## 6454   democrat_y export_administration_act_south_africa
## 6455   democrat_y export_administration_act_south_africa
## 6456   democrat_y export_administration_act_south_africa
## 6457   democrat_y export_administration_act_south_africa
## 6458   democrat_y export_administration_act_south_africa
## 6459   democrat_y export_administration_act_south_africa
## 6460 republican_y export_administration_act_south_africa
## 6461   democrat_y export_administration_act_south_africa
## 6462   democrat_y export_administration_act_south_africa
## 6463 republican_y export_administration_act_south_africa
## 6464   democrat_y export_administration_act_south_africa
## 6465 republican_y export_administration_act_south_africa
## 6466 republican_n export_administration_act_south_africa
## 6467 republican_n export_administration_act_south_africa
## 6468 republican_n export_administration_act_south_africa
## 6469 republican_n export_administration_act_south_africa
## 6470   democrat_y export_administration_act_south_africa
## 6471 republican_n export_administration_act_south_africa
## 6472   democrat_y export_administration_act_south_africa
## 6473   democrat_y export_administration_act_south_africa
## 6474 republican_y export_administration_act_south_africa
## 6475 republican_y export_administration_act_south_africa
## 6476   democrat_n export_administration_act_south_africa
## 6477   democrat_y export_administration_act_south_africa
## 6478   democrat_y export_administration_act_south_africa
## 6479   democrat_y export_administration_act_south_africa
## 6480 republican_n export_administration_act_south_africa
## 6481   democrat_y export_administration_act_south_africa
## 6482   democrat_y export_administration_act_south_africa
## 6483 republican_y export_administration_act_south_africa
## 6484   democrat_y export_administration_act_south_africa
## 6485 republican_n export_administration_act_south_africa
## 6486   democrat_y export_administration_act_south_africa
## 6487   democrat_y export_administration_act_south_africa
## 6488   democrat_y export_administration_act_south_africa
## 6489   democrat_y export_administration_act_south_africa
## 6490   democrat_y export_administration_act_south_africa
## 6491 republican_n export_administration_act_south_africa
## 6492 republican_y export_administration_act_south_africa
## 6493   democrat_y export_administration_act_south_africa
## 6494   democrat_y export_administration_act_south_africa
## 6495 republican_y export_administration_act_south_africa
## 6496   democrat_y export_administration_act_south_africa
## 6497 republican_y export_administration_act_south_africa
## 6498 republican_y export_administration_act_south_africa
## 6499 republican_n export_administration_act_south_africa
## 6500 republican_y export_administration_act_south_africa
## 6501   democrat_y export_administration_act_south_africa
## 6502 republican_y export_administration_act_south_africa
## 6503 republican_y export_administration_act_south_africa
## 6504   democrat_y export_administration_act_south_africa
## 6505 republican_y export_administration_act_south_africa
## 6506 republican_n export_administration_act_south_africa
## 6507 republican_n export_administration_act_south_africa
## 6508 republican_y export_administration_act_south_africa
## 6509   democrat_y export_administration_act_south_africa
## 6510   democrat_y export_administration_act_south_africa
## 6511 republican_n export_administration_act_south_africa
## 6512 republican_y export_administration_act_south_africa
## 6513   democrat_n export_administration_act_south_africa
## 6514   democrat_y export_administration_act_south_africa
## 6515 republican_y export_administration_act_south_africa
## 6516   democrat_y export_administration_act_south_africa
## 6517   democrat_n export_administration_act_south_africa
## 6518   democrat_y export_administration_act_south_africa
## 6519 republican_y export_administration_act_south_africa
## 6520   democrat_n export_administration_act_south_africa
## 6521   democrat_y export_administration_act_south_africa
## 6522 republican_y export_administration_act_south_africa
## 6523 republican_y export_administration_act_south_africa
## 6524   democrat_y export_administration_act_south_africa
## 6525   democrat_y export_administration_act_south_africa
## 6526   democrat_y export_administration_act_south_africa
## 6527   democrat_n export_administration_act_south_africa
## 6528   democrat_n export_administration_act_south_africa
## 6529 republican_y export_administration_act_south_africa
## 6530   democrat_y export_administration_act_south_africa
## 6531   democrat_y export_administration_act_south_africa
## 6532   democrat_y export_administration_act_south_africa
## 6533   democrat_y export_administration_act_south_africa
## 6534   democrat_y export_administration_act_south_africa
## 6535 republican_n export_administration_act_south_africa
## 6536 republican_n export_administration_act_south_africa
## 6537 republican_y export_administration_act_south_africa
## 6538 republican_n export_administration_act_south_africa
## 6539 republican_y export_administration_act_south_africa
## 6540 republican_y export_administration_act_south_africa
## 6541   democrat_y export_administration_act_south_africa
## 6542   democrat_n export_administration_act_south_africa
## 6543   democrat_y export_administration_act_south_africa
## 6544 republican_n export_administration_act_south_africa
## 6545 republican_y export_administration_act_south_africa
## 6546   democrat_y export_administration_act_south_africa
## 6547 republican_y export_administration_act_south_africa
## 6548 republican_y export_administration_act_south_africa
## 6549   democrat_y export_administration_act_south_africa
## 6550   democrat_y export_administration_act_south_africa
## 6551 republican_y export_administration_act_south_africa
## 6552   democrat_y export_administration_act_south_africa
## 6553   democrat_y export_administration_act_south_africa
## 6554   democrat_y export_administration_act_south_africa
## 6555 republican_y export_administration_act_south_africa
## 6556   democrat_y export_administration_act_south_africa
## 6557   democrat_y export_administration_act_south_africa
## 6558   democrat_y export_administration_act_south_africa
## 6559   democrat_y export_administration_act_south_africa
## 6560   democrat_y export_administration_act_south_africa
## 6561 republican_y export_administration_act_south_africa
## 6562   democrat_y export_administration_act_south_africa
## 6563   democrat_y export_administration_act_south_africa
## 6564 republican_y export_administration_act_south_africa
## 6565   democrat_y export_administration_act_south_africa
## 6566 republican_y export_administration_act_south_africa
## 6567 republican_y export_administration_act_south_africa
## 6568 republican_n export_administration_act_south_africa
AllVotingRecordsTidy2<- AllVotingRecordsTidy1 %>% group_by(Issue,NewClass) %>% summarise(count=n())
AllVotingRecordsTidy2 <- AllVotingRecordsTidy2 %>% spread(NewClass, count)
AllVotingRecordsTidy2
## Source: local data frame [16 x 5]
## Groups: Issue [16]
## 
##                                     Issue democrat_n democrat_y
## *                                   <chr>      <int>      <int>
## 1       adoption_of_the_budget_resolution         29        231
## 2               aid_to_nicaraguan_contras         45        218
## 3                 anti_satellite_test_ban         59        200
## 4                                   crime        167         90
## 5                       duty_free_exports         91        160
## 6                      education_spending        213         36
## 7                         el_salvador_aid        200         55
## 8  export_administration_act_south_africa         12        173
## 9                     handicapped_infants        102        156
## 10                            immigration        139        124
## 11                             mx_missile         60        188
## 12                   physician_fee_freeze        245         14
## 13            religious_groups_in_schools        135        123
## 14                 superfund_right_to_sue        179         73
## 15           synfuels_corporation_cutback        126        129
## 16             water_project_cost_sharing        119        120
## # ... with 2 more variables: republican_n <int>, republican_y <int>

Analyse the data to find issues of difference and common ground

AllVotingRecordsTidy3 <- AllVotingRecordsTidy2 %>% mutate(DemocratAyes=democrat_y/(democrat_n+democrat_y) * 100) %>% mutate(RepublicanAyes=republican_y/(republican_y+republican_n) * 100) %>% select(Issue, DemocratAyes, RepublicanAyes)
AllVotingRecordsTidy3
## Source: local data frame [16 x 3]
## Groups: Issue [16]
## 
##                                     Issue DemocratAyes RepublicanAyes
##                                     <chr>        <dbl>          <dbl>
## 1       adoption_of_the_budget_resolution    88.846154      13.414634
## 2               aid_to_nicaraguan_contras    82.889734      15.286624
## 3                 anti_satellite_test_ban    77.220077      24.074074
## 4                                   crime    35.019455      98.136646
## 5                       duty_free_exports    63.745020       8.974359
## 6                      education_spending    14.457831      87.096774
## 7                         el_salvador_aid    21.568627      95.151515
## 8  export_administration_act_south_africa    93.513514      65.753425
## 9                     handicapped_infants    60.465116      18.787879
## 10                            immigration    47.148289      55.757576
## 11                             mx_missile    75.806452      11.515152
## 12                   physician_fee_freeze     5.405405      98.787879
## 13            religious_groups_in_schools    47.674419      89.759036
## 14                 superfund_right_to_sue    28.968254      86.075949
## 15           synfuels_corporation_cutback    50.588235      13.207547
## 16             water_project_cost_sharing    50.209205      50.675676
AllVotingRecordsTidy4<-AllVotingRecordsTidy3 %>% mutate(Differential=DemocratAyes-RepublicanAyes)
AllVotingRecordsTidy4
## Source: local data frame [16 x 4]
## Groups: Issue [16]
## 
##                                     Issue DemocratAyes RepublicanAyes
##                                     <chr>        <dbl>          <dbl>
## 1       adoption_of_the_budget_resolution    88.846154      13.414634
## 2               aid_to_nicaraguan_contras    82.889734      15.286624
## 3                 anti_satellite_test_ban    77.220077      24.074074
## 4                                   crime    35.019455      98.136646
## 5                       duty_free_exports    63.745020       8.974359
## 6                      education_spending    14.457831      87.096774
## 7                         el_salvador_aid    21.568627      95.151515
## 8  export_administration_act_south_africa    93.513514      65.753425
## 9                     handicapped_infants    60.465116      18.787879
## 10                            immigration    47.148289      55.757576
## 11                             mx_missile    75.806452      11.515152
## 12                   physician_fee_freeze     5.405405      98.787879
## 13            religious_groups_in_schools    47.674419      89.759036
## 14                 superfund_right_to_sue    28.968254      86.075949
## 15           synfuels_corporation_cutback    50.588235      13.207547
## 16             water_project_cost_sharing    50.209205      50.675676
## # ... with 1 more variables: Differential <dbl>
summary(AllVotingRecordsTidy4$Differential)
##     Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
## -93.3800 -58.6100  13.6500   0.6919  53.5500  75.4300

Issues of Most Difference

VotingRepubFavorite<-AllVotingRecordsTidy4 %>% arrange(Differential)
VotingDemoFavorite<-AllVotingRecordsTidy4 %>% arrange(desc(Differential))
head(VotingRepubFavorite)
## Source: local data frame [6 x 4]
## Groups: Issue [6]
## 
##                         Issue DemocratAyes RepublicanAyes Differential
##                         <chr>        <dbl>          <dbl>        <dbl>
## 1        physician_fee_freeze     5.405405       98.78788    -93.38247
## 2             el_salvador_aid    21.568627       95.15152    -73.58289
## 3          education_spending    14.457831       87.09677    -72.63894
## 4                       crime    35.019455       98.13665    -63.11719
## 5      superfund_right_to_sue    28.968254       86.07595    -57.10770
## 6 religious_groups_in_schools    47.674419       89.75904    -42.08462
head(VotingDemoFavorite)
## Source: local data frame [6 x 4]
## Groups: Issue [6]
## 
##                               Issue DemocratAyes RepublicanAyes
##                               <chr>        <dbl>          <dbl>
## 1 adoption_of_the_budget_resolution     88.84615      13.414634
## 2         aid_to_nicaraguan_contras     82.88973      15.286624
## 3                        mx_missile     75.80645      11.515152
## 4                 duty_free_exports     63.74502       8.974359
## 5           anti_satellite_test_ban     77.22008      24.074074
## 6               handicapped_infants     60.46512      18.787879
## # ... with 1 more variables: Differential <dbl>

As noted issues of most difference are Physician_free_freeze and el_savlador_aid where Republicans favor and AdoptionOfBudget and Aid to Nicaragua where Republicans favor

Issues of Common ground

VotingBothFavorite<-AllVotingRecordsTidy4 %>% filter(Differential<10 & Differential>-10)
head(VotingBothFavorite)
## Source: local data frame [2 x 4]
## Groups: Issue [2]
## 
##                        Issue DemocratAyes RepublicanAyes Differential
##                        <chr>        <dbl>          <dbl>        <dbl>
## 1                immigration     47.14829       55.75758   -8.6092868
## 2 water_project_cost_sharing     50.20921       50.67568   -0.4664707

As noted the issue of consenus are Immigration (this was 1980s !!!!) and Water project sharing