Project

General

Profile

Support #982 ยป an_green_voters_08jun2018.log

Stata log file (ASCII text file) - Richard Upward, 06/08/2018 12:17 PM

 
1
. 
2
. * Demonstrate that the political party codes changed between waves 6 and 7
3
. 
4
. clear
5

    
6
. 
7
. 
8
. tempfile xwavedat hls6 hls7
9

    
10
. 
11
. global datadir "D:\work\data\bhps_hls\UKDA-6614-stata\stata\stata11_se"
12

    
13
. 
14
. clear
15

    
16
. use "$datadir/us_w6/f_indresp"
17

    
18
. tab f_hhorig
19

    
20
           sample origin    |      Freq.     Percent        Cum.
21
----------------------------+-----------------------------------
22
           ukhls gb 2009-10 |     25,884       57.15       57.15
23
           ukhls ni 2009-10 |      1,216        2.68       59.84
24
               bhps gb 1991 |      5,347       11.81       71.64
25
              bhps sco 1999 |      1,169        2.58       74.22
26
              bhps wal 1999 |      1,375        3.04       77.26
27
               bhps ni 2001 |      1,526        3.37       80.63
28
      ukhls emboost 2009-10 |      4,117        9.09       89.72
29
         ukhls iemb 2014-15 |      4,656       10.28      100.00
30
----------------------------+-----------------------------------
31
                      Total |     45,290      100.00
32

    
33
. rename f_* *
34

    
35
. gen wave=6
36

    
37
. 
38
. * Check the label values
39
. label list f_vote3
40
f_vote3:
41
         -11 Only available for IEMB
42
         -10 Not available for IEMB
43
          -9 missing
44
          -8 inapplicable
45
          -7 proxy
46
          -2 refused
47
          -1 dont know
48
           1 conservatives {if region = england/scotland/wales}
49
           2 labour {if region = england/scotland/wales}
50
           3 liberal democrat {if region = england/scotland/wales}
51
           4 scottish national party {if region = scotland}
52
           5 plaid cymru {if region = wales}
53
           6 green party
54
           7 ulster unionist {if region = northern ireland}
55
           8 sdlp {if region = northern ireland}
56
           9 alliance party {if region = northern ireland}
57
          10 democratic unionist {if region = northern ireland}
58
          11 sinn fein {if region = northern ireland}
59
          12 uk independence party
60
          13 british national party
61
          95 spontaneous none
62
          96 spontaneous cant vote
63
          97 spontaneous other party
64

    
65
. label list f_vote4
66
f_vote4:
67
         -11 Only available for IEMB
68
         -10 Not available for IEMB
69
          -9 missing
70
          -8 inapplicable
71
          -7 proxy
72
          -2 refused
73
          -1 dont know
74
           1 conservatives {if region = england/scotland/wales}
75
           2 labour {if region = england/scotland/wales}
76
           3 liberal democrat {if region = england/scotland/wales}
77
           4 scottish national party {if region = scotland}
78
           5 plaid cymru {if region = wales}
79
           6 green party
80
           7 ulster unionist {if region = northern ireland}
81
           8 sdlp {if region = northern ireland}
82
           9 alliance party {if region = northern ireland}
83
          10 democratic unionist {if region = northern ireland}
84
          11 sinn fein {if region = northern ireland}
85
          12 uk independence party
86
          13 british national party
87
          95 spontaneous none
88
          96 spontaneous cant vote
89
          97 spontaneous other party
90

    
91
. 
92
. * The NI sample
93
. tab vote3 if inlist(hhorig,2,6)
94

    
95
       party would vote for tomorrow    |      Freq.     Percent        Cum.
96
----------------------------------------+-----------------------------------
97
                           inapplicable |      1,224       44.64       44.64
98
                                  proxy |        159        5.80       50.44
99
                                refused |         36        1.31       51.75
100
                              dont know |        213        7.77       59.52
101
labour {if region = england/scotland/wa |          2        0.07       59.59
102
                            green party |         57        2.08       61.67
103
ulster unionist {if region = northern i |        148        5.40       67.07
104
    sdlp {if region = northern ireland} |        120        4.38       71.44
105
alliance party {if region = northern ir |         93        3.39       74.84
106
democratic unionist {if region = northe |         78        2.84       77.68
107
sinn fein {if region = northern ireland |         80        2.92       80.60
108
                  uk independence party |         22        0.80       81.40
109
                 british national party |          6        0.22       81.62
110
                       spontaneous none |        428       15.61       97.23
111
                  spontaneous cant vote |         65        2.37       99.60
112
                spontaneous other party |         11        0.40      100.00
113
----------------------------------------+-----------------------------------
114
                                  Total |      2,742      100.00
115

    
116
. tab vote4 if inlist(hhorig,2,6)
117

    
118
       which political party closest to |      Freq.     Percent        Cum.
119
----------------------------------------+-----------------------------------
120
                           inapplicable |      1,413       51.53       51.53
121
                                  proxy |        159        5.80       57.33
122
                                refused |         17        0.62       57.95
123
                              dont know |         22        0.80       58.75
124
conservatives {if region = england/scot |          1        0.04       58.79
125
labour {if region = england/scotland/wa |          4        0.15       58.94
126
liberal democrat {if region = england/s |          1        0.04       58.97
127
                            green party |         20        0.73       59.70
128
ulster unionist {if region = northern i |        305       11.12       70.82
129
    sdlp {if region = northern ireland} |        223        8.13       78.96
130
alliance party {if region = northern ir |        106        3.87       82.82
131
democratic unionist {if region = northe |        274        9.99       92.82
132
sinn fein {if region = northern ireland |        156        5.69       98.50
133
                  uk independence party |         10        0.36       98.87
134
                 british national party |          3        0.11       98.98
135
                  spontaneous cant vote |          1        0.04       99.02
136
                spontaneous other party |         27        0.98      100.00
137
----------------------------------------+-----------------------------------
138
                                  Total |      2,742      100.00
139

    
140
. 
141
. * The non-NI sample
142
. * Most Green supporters are in the non-NI sample
143
. tab vote3 if !inlist(hhorig,2,6)
144

    
145
       party would vote for tomorrow    |      Freq.     Percent        Cum.
146
----------------------------------------+-----------------------------------
147
                 Not available for IEMB |      4,656       10.94       10.94
148
                           inapplicable |     18,974       44.59       55.54
149
                                  proxy |      2,976        6.99       62.53
150
                                refused |        158        0.37       62.90
151
                              dont know |      4,282       10.06       72.97
152
conservatives {if region = england/scot |      1,788        4.20       77.17
153
labour {if region = england/scotland/wa |      2,793        6.56       83.73
154
liberal democrat {if region = england/s |        603        1.42       85.15
155
scottish national party {if region = sc |        216        0.51       85.66
156
        plaid cymru {if region = wales} |         85        0.20       85.86
157
                            green party |        746        1.75       87.61
158
                  uk independence party |      1,106        2.60       90.21
159
                 british national party |        109        0.26       90.47
160
                       spontaneous none |      3,538        8.32       98.78
161
                  spontaneous cant vote |        480        1.13       99.91
162
                spontaneous other party |         38        0.09      100.00
163
----------------------------------------+-----------------------------------
164
                                  Total |     42,548      100.00
165

    
166
. tab vote4 if !inlist(hhorig,2,6)
167

    
168
       which political party closest to |      Freq.     Percent        Cum.
169
----------------------------------------+-----------------------------------
170
                 Not available for IEMB |      4,656       10.94       10.94
171
                           inapplicable |     16,520       38.83       49.77
172
                                  proxy |      2,976        6.99       56.76
173
                                refused |        145        0.34       57.10
174
                              dont know |        100        0.24       57.34
175
conservatives {if region = england/scot |      6,477       15.22       72.56
176
labour {if region = england/scotland/wa |      7,620       17.91       90.47
177
liberal democrat {if region = england/s |      1,186        2.79       93.26
178
scottish national party {if region = sc |        678        1.59       94.85
179
        plaid cymru {if region = wales} |        137        0.32       95.17
180
                            green party |        719        1.69       96.86
181
                  uk independence party |      1,186        2.79       99.65
182
                 british national party |         57        0.13       99.79
183
                  spontaneous cant vote |         19        0.04       99.83
184
                spontaneous other party |         72        0.17      100.00
185
----------------------------------------+-----------------------------------
186
                                  Total |     42,548      100.00
187

    
188
. 
189
. save `hls6'
190
file C:\Users\lezru\AppData\Local\Temp\ST_34a4_000002.tmp saved
191

    
192
. 
193
. clear
194

    
195
. use "$datadir/us_w7/g_indresp"
196

    
197
. tab g_hhorig
198

    
199
   Sample origin, household |      Freq.     Percent        Cum.
200
----------------------------+-----------------------------------
201
           ukhls gb 2009-10 |     24,616       58.31       58.31
202
           ukhls ni 2009-10 |      1,211        2.87       61.18
203
               bhps gb 1991 |      5,163       12.23       73.41
204
              bhps sco 1999 |      1,112        2.63       76.04
205
              bhps wal 1999 |      1,299        3.08       79.12
206
               bhps ni 2001 |      1,505        3.56       82.68
207
      ukhls emboost 2009-10 |      3,835        9.08       91.77
208
         ukhls iemb 2014-15 |      3,476        8.23      100.00
209
----------------------------+-----------------------------------
210
                      Total |     42,217      100.00
211

    
212
. rename g_* *
213

    
214
. gen wave=7
215

    
216
. 
217
. * The label values are the same
218
. label list g_vote3
219
g_vote3:
220
          -9 missing
221
          -8 inapplicable
222
          -7 proxy
223
          -2 refused
224
          -1 dont know
225
           1 conservatives {if region = england/scotland/wales}
226
           2 labour {if region = england/scotland/wales}
227
           3 liberal democrat {if region = england/scotland/wales}
228
           4 scottish national party {if region = scotland}
229
           5 plaid cymru {if region = wales}
230
           6 green party
231
           7 ulster unionist {if region = northern ireland}
232
           8 sdlp {if region = northern ireland}
233
           9 alliance party {if region = northern ireland}
234
          10 democratic unionist {if region = northern ireland}
235
          11 sinn fein {if region = northern ireland}
236
          12 UK Independence Party
237
          13 British National Party
238
          95 spontaneous none
239
          96 spontaneous cant vote
240
          97 spontaneous other party
241

    
242
. label list g_vote4
243
g_vote4:
244
          -9 missing
245
          -8 inapplicable
246
          -7 proxy
247
          -2 refused
248
          -1 dont know
249
           1 conservatives {if region = england/scotland/wales}
250
           2 labour {if region = england/scotland/wales}
251
           3 liberal democrat {if region = england/scotland/wales}
252
           4 scottish national party {if region = scotland}
253
           5 plaid cymru {if region = wales}
254
           6 green party
255
           7 ulster unionist {if region = northern ireland}
256
           8 sdlp {if region = northern ireland}
257
           9 alliance party {if region = northern ireland}
258
          10 democratic unionist {if region = northern ireland}
259
          11 sinn fein {if region = northern ireland}
260
          12 UK Independence Party
261
          13 British National Party
262
          95 spontaneous none
263
          96 spontaneous cant vote
264
          97 spontaneous other party
265

    
266
. 
267
. * The NI sample
268
. tab vote3 if inlist(hhorig,2,6)
269

    
270
          Party would vote for tomorrow |      Freq.     Percent        Cum.
271
----------------------------------------+-----------------------------------
272
                           inapplicable |      1,174       43.23       43.23
273
                                  proxy |        226        8.32       51.55
274
                                refused |         21        0.77       52.32
275
                              dont know |        108        3.98       56.30
276
conservatives {if region = england/scot |          2        0.07       56.37
277
labour {if region = england/scotland/wa |          2        0.07       56.44
278
liberal democrat {if region = england/s |          1        0.04       56.48
279
                            green party |        122        4.49       60.97
280
ulster unionist {if region = northern i |        118        4.34       65.32
281
    sdlp {if region = northern ireland} |         93        3.42       68.74
282
alliance party {if region = northern ir |         77        2.84       71.58
283
democratic unionist {if region = northe |         70        2.58       74.15
284
sinn fein {if region = northern ireland |         48        1.77       75.92
285
                  UK Independence Party |         20        0.74       76.66
286
                 British National Party |          4        0.15       76.80
287
                       spontaneous none |        554       20.40       97.20
288
                  spontaneous cant vote |         61        2.25       99.45
289
                spontaneous other party |         15        0.55      100.00
290
----------------------------------------+-----------------------------------
291
                                  Total |      2,716      100.00
292

    
293
. tab vote4 if inlist(hhorig,2,6)
294

    
295
       Which political party closest to |      Freq.     Percent        Cum.
296
----------------------------------------+-----------------------------------
297
                                missing |          1        0.04        0.04
298
                           inapplicable |      1,334       49.12       49.15
299
                                  proxy |        226        8.32       57.47
300
                                refused |         12        0.44       57.92
301
                              dont know |         13        0.48       58.39
302
conservatives {if region = england/scot |          3        0.11       58.51
303
labour {if region = england/scotland/wa |          4        0.15       58.65
304
liberal democrat {if region = england/s |          1        0.04       58.69
305
                            green party |        295       10.86       69.55
306
ulster unionist {if region = northern i |        196        7.22       76.77
307
    sdlp {if region = northern ireland} |        108        3.98       80.74
308
alliance party {if region = northern ir |        287       10.57       91.31
309
democratic unionist {if region = northe |        160        5.89       97.20
310
sinn fein {if region = northern ireland |         27        0.99       98.20
311
                  UK Independence Party |         12        0.44       98.64
312
                 British National Party |          3        0.11       98.75
313
                  spontaneous cant vote |          4        0.15       98.90
314
                spontaneous other party |         30        1.10      100.00
315
----------------------------------------+-----------------------------------
316
                                  Total |      2,716      100.00
317

    
318
. 
319
. * The non-NI sample
320
. * There appear to be no Green supporters at all!
321
. tab vote3 if !inlist(hhorig,2,6)
322

    
323
          Party would vote for tomorrow |      Freq.     Percent        Cum.
324
----------------------------------------+-----------------------------------
325
                           inapplicable |     20,470       51.82       51.82
326
                                  proxy |      2,609        6.60       58.43
327
                                refused |        159        0.40       58.83
328
                              dont know |      3,614        9.15       67.98
329
conservatives {if region = england/scot |      2,050        5.19       73.17
330
labour {if region = england/scotland/wa |      3,159        8.00       81.17
331
liberal democrat {if region = england/s |        591        1.50       82.66
332
scottish national party {if region = sc |        283        0.72       83.38
333
        plaid cymru {if region = wales} |         93        0.24       83.61
334
sinn fein {if region = northern ireland |        589        1.49       85.10
335
                  UK Independence Party |        774        1.96       87.06
336
                 British National Party |         85        0.22       87.28
337
                       spontaneous none |      4,339       10.98       98.26
338
                  spontaneous cant vote |        630        1.59       99.86
339
                spontaneous other party |         56        0.14      100.00
340
----------------------------------------+-----------------------------------
341
                                  Total |     39,501      100.00
342

    
343
. tab vote4 if !inlist(hhorig,2,6)
344

    
345
       Which political party closest to |      Freq.     Percent        Cum.
346
----------------------------------------+-----------------------------------
347
                           inapplicable |     17,069       43.21       43.21
348
                                  proxy |      2,609        6.60       49.82
349
                                refused |        131        0.33       50.15
350
                              dont know |        115        0.29       50.44
351
conservatives {if region = england/scot |      7,200       18.23       68.67
352
labour {if region = england/scotland/wa |      8,420       21.32       89.98
353
liberal democrat {if region = england/s |      1,171        2.96       92.95
354
scottish national party {if region = sc |        879        2.23       95.17
355
        plaid cymru {if region = wales} |        136        0.34       95.52
356
    sdlp {if region = northern ireland} |          2        0.01       95.52
357
sinn fein {if region = northern ireland |        691        1.75       97.27
358
                  UK Independence Party |        937        2.37       99.64
359
                 British National Party |         34        0.09       99.73
360
                  spontaneous cant vote |         34        0.09       99.82
361
                spontaneous other party |         73        0.18      100.00
362
----------------------------------------+-----------------------------------
363
                                  Total |     39,501      100.00
364

    
365
. 
366
. save `hls7'
367
file C:\Users\lezru\AppData\Local\Temp\ST_34a4_000003.tmp saved
368

    
369
. 
370
. clear
371

    
372
. append using `hls6' `hls7'
373
(note: variable dvy42 was byte, now int to accommodate using data's values)
374
(note: variable statcy44 was byte, now int to accommodate using data's values)
375
(note: variable lmspy43 was byte, now int to accommodate using data's values)
376
(note: variable pregy43 was byte, now int to accommodate using data's values)
377
(label pid already defined)
378

    
379
. tab wave
380

    
381
       wave |      Freq.     Percent        Cum.
382
------------+-----------------------------------
383
          6 |     45,290       51.76       51.76
384
          7 |     42,217       48.24      100.00
385
------------+-----------------------------------
386
      Total |     87,507      100.00
387

    
388
. 
389
. tab hhorig wave
390

    
391
                      |         wave
392
     sample origin    |         6          7 |     Total
393
----------------------+----------------------+----------
394
     ukhls gb 2009-10 |    25,884     24,616 |    50,500 
395
     ukhls ni 2009-10 |     1,216      1,211 |     2,427 
396
         bhps gb 1991 |     5,347      5,163 |    10,510 
397
        bhps sco 1999 |     1,169      1,112 |     2,281 
398
        bhps wal 1999 |     1,375      1,299 |     2,674 
399
         bhps ni 2001 |     1,526      1,505 |     3,031 
400
ukhls emboost 2009-10 |     4,117      3,835 |     7,952 
401
   ukhls iemb 2014-15 |     4,656      3,476 |     8,132 
402
----------------------+----------------------+----------
403
                Total |    45,290     42,217 |    87,507 
404

    
405

    
406
. xtset pidp wave
407
       panel variable:  pidp (unbalanced)
408
        time variable:  wave, 6 to 7
409
                delta:  1 unit
410

    
411
. 
412
. * It seems that the following recodes have happened:
413
. * 6=11
414
. * 7=6
415
. * 8=7
416
. * 9=8
417
. * 10=9
418
. * 11=10
419
. xttrans vote3 
420

    
421
     party |
422
would vote |
423
       for |                                                        party would vote for tomorrow   
424
  tomorrow |        -8         -7         -2         -1          1          2          3          4          5          6          7          8          9 |     Total
425
-----------+-----------------------------------------------------------------------------------------------------------------------------------------------+----------
426
       -10 |     39.86       3.31       0.58      11.88       4.40      19.62       1.13       0.03       0.00       0.00       0.00       0.00       0.00 |    100.00 
427
        -8 |     80.98       1.10       0.24       3.36       3.11       3.45       1.00       0.44       0.11       0.22       0.21       0.13       0.14 |    100.00 
428
        -7 |     13.73      73.85       0.19       2.71       1.01       2.22       0.39       0.05       0.10       0.14       0.00       0.00       0.00 |    100.00 
429
        -2 |     30.77       3.85       8.97      14.74       6.41       2.56       1.28       0.00       0.00       1.28       0.64       0.64       0.00 |    100.00 
430
        -1 |     22.13       1.54       0.73      29.60       7.81       8.33       2.35       1.46       0.39       0.16       0.08       0.16       0.18 |    100.00 
431
         1 |     41.10       1.47       0.57       9.83      27.19       6.89       1.53       0.19       0.13       0.00       0.00       0.00       0.00 |    100.00 
432
         2 |     36.38       1.92       0.09       9.64       5.03      30.75       1.54       0.55       0.38       0.00       0.00       0.00       0.00 |    100.00 
433
         3 |     31.44       1.14       0.95      13.64      10.04       6.63      19.89       1.14       0.95       0.00       0.00       0.00       0.00 |    100.00 
434
         4 |     42.61       0.00       0.00      10.23       2.27       5.68       2.84      28.41       0.00       0.00       0.00       0.00       0.00 |    100.00 
435
         5 |     28.00       0.00       0.00      17.33       2.67      13.33       2.67       0.00      29.33       0.00       0.00       0.00       0.00 |    100.00 
436
         6 |     37.11       2.01       0.57       9.89       4.15       7.02       2.58       0.57       0.14       0.14       0.14       0.29       0.00 |    100.00 
437
         7 |     31.54       3.08       0.77       6.15       0.00       0.00       0.00       0.00       0.00      28.46       0.00       3.85       6.15 |    100.00 
438
         8 |     30.48       1.90       0.95       4.76       0.00       0.00       0.00       0.00       0.00       2.86      35.24       0.95       0.00 |    100.00 
439
         9 |     29.27       1.22       0.00       6.10       0.00       0.00       0.00       0.00       0.00       2.44       6.10      37.80       2.44 |    100.00 
440
        10 |     39.06       1.56       0.00       3.13       0.00       0.00       0.00       0.00       0.00       7.81       0.00       1.56      21.88 |    100.00 
441
        11 |     30.65       3.23       1.61       3.23       0.00       0.00       0.00       0.00       0.00       0.00       6.45       0.00       0.00 |    100.00 
442
        12 |     33.03       1.11       0.51      11.82       8.99       4.85       1.21       0.20       0.10       0.10       0.00       0.20       0.00 |    100.00 
443
        13 |     21.35       1.12       0.00      12.36       1.12       8.99       2.25       0.00       0.00       0.00       0.00       1.12       0.00 |    100.00 
444
        95 |     13.96       2.11       0.54      13.72       4.08       6.10       0.91       0.94       0.24       0.30       0.45       0.27       0.21 |    100.00 
445
        96 |     20.76       3.57       0.22      11.83       4.02       7.81       0.67       0.45       0.00       0.67       0.45       0.67       0.00 |    100.00 
446
        97 |     34.15       0.00       0.00      14.63       0.00       4.88       2.44       2.44       0.00       0.00       0.00       0.00       0.00 |    100.00 
447
-----------+-----------------------------------------------------------------------------------------------------------------------------------------------+----------
448
     Total |     52.95       5.54       0.41       8.99       5.03       7.42       1.46       0.66       0.23       0.30       0.28       0.23       0.17 |    100.00 
449

    
450

    
451
     party |
452
would vote |
453
       for |                       party would vote for tomorrow   
454
  tomorrow |        10         11         12         13         95         96         97 |     Total
455
-----------+-----------------------------------------------------------------------------+----------
456
       -10 |      0.00       0.92       0.17       0.14      13.41       4.37       0.17 |    100.00 
457
        -8 |      0.14       0.77       1.24       0.06       2.96       0.30       0.06 |    100.00 
458
        -7 |      0.10       0.39       0.39       0.10       4.35       0.24       0.05 |    100.00 
459
        -2 |      0.00       4.49       1.92       0.00      20.51       1.28       0.64 |    100.00 
460
        -1 |      0.10       2.32       2.51       0.26      18.65       1.02       0.21 |    100.00 
461
         1 |      0.00       1.15       1.85       0.19       7.47       0.32       0.13 |    100.00 
462
         2 |      0.00       1.66       1.11       0.17      10.28       0.43       0.09 |    100.00 
463
         3 |      0.00       1.70       1.52       0.19       9.66       0.57       0.57 |    100.00 
464
         4 |      0.00       0.00       0.00       0.00       7.39       0.57       0.00 |    100.00 
465
         5 |      0.00       2.67       0.00       0.00       4.00       0.00       0.00 |    100.00 
466
         6 |      0.00      20.49       1.58       0.43      12.03       0.57       0.29 |    100.00 
467
         7 |      0.00       0.77       3.08       0.00      15.38       0.00       0.77 |    100.00 
468
         8 |      4.76       0.95       0.95       0.00      16.19       0.00       0.00 |    100.00 
469
         9 |      0.00       0.00       1.22       0.00      12.20       1.22       0.00 |    100.00 
470
        10 |      0.00       1.56       0.00       0.00      20.31       0.00       3.13 |    100.00 
471
        11 |     22.58       0.00       1.61       0.00      30.65       0.00       0.00 |    100.00 
472
        12 |      0.00       2.73      21.82       1.21      11.41       0.20       0.51 |    100.00 
473
        13 |      0.00       2.25      12.36      14.61      21.35       1.12       0.00 |    100.00 
474
        95 |      0.15       1.99       2.39       0.39      50.09       0.73       0.42 |    100.00 
475
        96 |      0.89       1.34       0.89       0.45      16.52      28.79       0.00 |    100.00 
476
        97 |      0.00       2.44       7.32       0.00      19.51       2.44       9.76 |    100.00 
477
-----------+-----------------------------------------------------------------------------+----------
478
     Total |      0.16       1.55       1.94       0.20      11.23       1.09       0.16 |    100.00 
479

    
480

    
481
. xttrans vote4
482

    
483
     which |
484
 political |
485
     party |                                                        which political party closest to
486
closest to |        -9         -8         -7         -2         -1          1          2          3          4          5          6          7          8 |     Total
487
-----------+-----------------------------------------------------------------------------------------------------------------------------------------------+----------
488
       -10 |      0.00      61.09       3.31       0.34       0.68       6.55      24.57       1.02       0.14       0.03       0.00       0.00       0.03 |    100.00 
489
        -8 |      0.01      71.93       1.85       0.26       0.34       8.27       9.75       1.72       1.32       0.16       0.38       0.32       0.16 |    100.00 
490
        -7 |      0.00      13.10      73.85       0.14       0.05       4.06       6.14       0.48       0.48       0.10       0.10       0.10       0.00 |    100.00 
491
        -2 |      0.00      33.09       2.16      22.30       3.60      18.71       6.47       1.44       5.04       0.00       0.72       1.44       0.00 |    100.00 
492
        -1 |      0.00      50.51       1.01       1.01       2.02      15.15      14.14       4.04       3.03       0.00       1.01       1.01       2.02 |    100.00 
493
         1 |      0.00      13.29       0.70       0.34       0.14      81.95       1.26       0.82       0.05       0.05       0.00       0.00       0.00 |    100.00 
494
         2 |      0.00      18.07       1.18       0.25       0.28       1.84      74.02       1.33       0.99       0.12       0.00       0.00       0.00 |    100.00 
495
         3 |      0.00      23.27       0.38       0.28       0.28       6.65       8.83      57.36       0.47       0.28       0.00       0.00       0.00 |    100.00 
496
         4 |      0.00      14.21       1.17       0.00       0.17       0.17       3.01       0.17      80.43       0.00       0.00       0.00       0.00 |    100.00 
497
         5 |      0.00      15.83       0.83       0.00       0.00       2.50       6.67       1.67       0.00      72.50       0.00       0.00       0.00 |    100.00 
498
         6 |      0.00      20.43       1.55       0.00       0.31       2.63      21.67       3.56       1.55       0.15       0.00       0.31       0.15 |    100.00 
499
         7 |      0.00      20.97       2.25       0.00       0.37       0.00       0.00       0.00       0.00       0.00      61.05       0.37       0.00 |    100.00 
500
         8 |      0.00      27.69       1.03       0.51       1.03       0.00       0.00       0.00       0.00       0.00       1.03      59.49       3.08 |    100.00 
501
         9 |      0.00      22.22       2.02       0.00       0.00       0.00       0.00       0.00       0.00       0.00       3.03       2.02      65.66 |    100.00 
502
        10 |      0.00      13.69       1.24       0.41       0.41       0.00       0.00       0.00       0.00       0.00      13.69       0.41       1.24 |    100.00 
503
        11 |      0.00      27.61       2.24       2.24       0.00       0.00       0.00       0.00       0.00       0.00       0.00       2.99       0.75 |    100.00 
504
        12 |      0.00      29.80       1.24       0.10       0.38      16.24       5.06       1.24       0.19       0.00       0.00       0.00       0.00 |    100.00 
505
        13 |      0.00      32.14       1.79       0.00       0.00       5.36       5.36       1.79       3.57       0.00       0.00       0.00       0.00 |    100.00 
506
        96 |      0.00      73.33       0.00       0.00       0.00       6.67       6.67       0.00       0.00       0.00       0.00       0.00       0.00 |    100.00 
507
        97 |      0.00      26.14       0.00       0.00       2.27       3.41      11.36       1.14       0.00       2.27       6.82       0.00       2.27 |    100.00 
508
-----------+-----------------------------------------------------------------------------------------------------------------------------------------------+----------
509
     Total |      0.00      42.96       5.54       0.35       0.32      18.04      20.49       2.90       2.11       0.35       0.72       0.48       0.28 |    100.00 
510

    
511

    
512
     which |
513
 political |
514
     party |                       which political party closest to
515
closest to |         9         10         11         12         13         96         97 |     Total
516
-----------+-----------------------------------------------------------------------------+----------
517
       -10 |      0.00       0.00       1.37       0.48       0.07       0.14       0.17 |    100.00 
518
        -8 |      0.33       0.32       1.03       1.66       0.06       0.04       0.11 |    100.00 
519
        -7 |      0.19       0.14       0.48       0.39       0.00       0.05       0.14 |    100.00 
520
        -2 |      1.44       0.72       0.00       2.88       0.00       0.00       0.00 |    100.00 
521
        -1 |      3.03       1.01       0.00       1.01       0.00       0.00       0.00 |    100.00 
522
         1 |      0.00       0.00       0.26       1.07       0.00       0.02       0.05 |    100.00 
523
         2 |      0.00       0.00       1.18       0.57       0.00       0.03       0.12 |    100.00 
524
         3 |      0.00       0.00       1.52       0.38       0.00       0.00       0.28 |    100.00 
525
         4 |      0.00       0.00       0.50       0.00       0.00       0.00       0.17 |    100.00 
526
         5 |      0.00       0.00       0.00       0.00       0.00       0.00       0.00 |    100.00 
527
         6 |      0.00       0.00      46.44       0.62       0.00       0.15       0.46 |    100.00 
528
         7 |     11.99       0.00       0.00       0.75       0.37       0.00       1.87 |    100.00 
529
         8 |      0.00       5.64       0.00       0.00       0.00       0.00       0.51 |    100.00 
530
         9 |      0.00       0.00       5.05       0.00       0.00       0.00       0.00 |    100.00 
531
        10 |     66.80       0.00       0.00       0.83       0.41       0.00       0.83 |    100.00 
532
        11 |      0.00      61.94       0.00       0.75       0.00       0.00       1.49 |    100.00 
533
        12 |      0.10       0.00       0.19      44.22       0.67       0.10       0.48 |    100.00 
534
        13 |      0.00       0.00       0.00      26.79      21.43       0.00       1.79 |    100.00 
535
        96 |      0.00       0.00       0.00       6.67       0.00       6.67       0.00 |    100.00 
536
        97 |      5.68       1.14       5.68       3.41       0.00       0.00      28.41 |    100.00 
537
-----------+-----------------------------------------------------------------------------+----------
538
     Total |      0.69       0.39       1.68       2.33       0.09       0.05       0.22 |    100.00 
539

    
540

    
541
. 
542
. log close
543
      name:  <unnamed>
544
       log:  D:\Google Drive\work\research\displacement voting\analysis\an_green_voters_08jun2018.log
545
  log type:  text
546
 closed on:   8 Jun 2018, 12:16:00
547
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
    (1-1/1)