Skip to content

Instantly share code, notes, and snippets.

@worenga
Created March 20, 2017 16:55
Show Gist options
  • Save worenga/3afaede5799069d88b4923d56efb9402 to your computer and use it in GitHub Desktop.
Save worenga/3afaede5799069d88b4923d56efb9402 to your computer and use it in GitHub Desktop.
====================
1.) TESTING Control vs. Wild: Left, Right, No Difference Votums
====================
www.devpy.me
Counter({u'No Difference': 26, u'Right': 1, u'Left': 1})
Counter({u'No Difference': 5})
KruskalWallis Test:
KruskalResult(statistic=0.0, pvalue=1.0)
MannWhithneyU Test:
MannwhitneyuResult(statistic=70.0, pvalue=0.47580383656278302)
Fisher Exact Test: [[0, 1], [1, 1]]
(0.0, 1.0)
www.comarkinstruments.net
Counter({u'Left': 23, u'No Difference': 5})
Counter({'Left': 19, 'No Difference': 9, u'Right': 1})
KruskalWallis Test:
KruskalResult(statistic=2.1331194867682179, pvalue=0.14414713822185213)
MannWhithneyU Test:
MannwhitneyuResult(statistic=336.0, pvalue=0.07351699165024346)
Fisher Exact Test: [[1, 0], [19, 23]]
(inf, 0.46511627906975089)
www.travelground.com
Counter({'Right': 28})
Counter({'Right': 19, u'Left': 1})
KruskalWallis Test:
KruskalResult(statistic=1.3999999999995898, pvalue=0.2367235706379256)
MannWhithneyU Test:
MannwhitneyuResult(statistic=266.0, pvalue=0.12694364991453683)
Fisher Exact Test: [[19, 28], [1, 0]]
(0.0, 0.41666666666667912)
www.ka-mediendesign.de
Counter({u'No Difference': 17, u'Right': 11})
Counter({u'No Difference': 14, u'Right': 9, 'Left': 2})
KruskalWallis Test:
KruskalResult(statistic=0.34548093617613007, pvalue=0.55668247822263517)
MannWhithneyU Test:
MannwhitneyuResult(statistic=321.5, pvalue=0.28181289061542619)
Fisher Exact Test: [[9, 11], [2, 0]]
(0.0, 0.47619047619047433)
www.miconcinemas.com
Counter({'Right': 26, 'Left': 2})
Counter({u'Right': 23, u'Left': 5})
KruskalWallis Test:
KruskalResult(statistic=1.4431486880466018, pvalue=0.22963049316103223)
MannWhithneyU Test:
MannwhitneyuResult(statistic=350.0, pvalue=0.11761185525618834)
Fisher Exact Test: [[23, 26], [5, 2]]
(0.35384615384615387, 0.42155181111894735)
www.francescas.com
Counter({u'Right': 27, u'Left': 1})
Counter({u'Right': 22, u'Left': 3, 'No Difference': 2})
KruskalWallis Test:
KruskalResult(statistic=2.9845806247027369, pvalue=0.084061060260684647)
MannWhithneyU Test:
MannwhitneyuResult(statistic=322.5, pvalue=0.043445572381935561)
Fisher Exact Test: [[22, 27], [3, 1]]
(0.27160493827160492, 0.33304874925295541)
www.smithsfoodanddrug.com
Counter({'Left': 19, 'Right': 6, 'No Difference': 3})
Counter({u'Left': 12, u'No Difference': 5, u'Right': 4})
KruskalWallis Test:
KruskalResult(statistic=0.28142589118196348, pvalue=0.59576815664365057)
MannWhithneyU Test:
MannwhitneyuResult(statistic=271.5, pvalue=0.3019825069168357)
Fisher Exact Test: [[4, 6], [12, 19]]
(1.0555555555555556, 1.0)
www.taxingsubjects.com
Counter({u'Right': 21, u'Left': 4, u'No Difference': 3})
Counter({u'Right': 18, u'No Difference': 3, u'Left': 3})
KruskalWallis Test:
KruskalResult(statistic=0.0013198757763493655, pvalue=0.97101915372281078)
MannWhithneyU Test:
MannwhitneyuResult(statistic=334.5, pvalue=0.49033853739531702)
Fisher Exact Test: [[18, 21], [3, 4]]
(1.1428571428571428, 1.0)
www.paudley.com
Counter({u'No Difference': 22, u'Right': 3, u'Left': 3})
Counter({u'No Difference': 17, u'Right': 5, u'Left': 1})
KruskalWallis Test:
KruskalResult(statistic=1.6327013562562687, pvalue=0.20132981981390796)
MannWhithneyU Test:
MannwhitneyuResult(statistic=272.0, pvalue=0.10293668415088031)
Fisher Exact Test: [[5, 3], [1, 3]]
(5.0, 0.54545454545454719)
www.eaglesecurity.com
Counter({'Left': 27, 'No Difference': 1})
Counter({'Left': 17, 'No Difference': 2})
KruskalWallis Test:
KruskalResult(statistic=0.89675894281151947, pvalue=0.34365224678946316)
MannWhithneyU Test:
MannwhitneyuResult(statistic=247.5, pvalue=0.17842611432420652)
Fisher Exact Test: [[0, 0], [17, 27]]
(nan, 1.0)
www.picturebute.com
Counter({u'Left': 26, u'Right': 1, u'No Difference': 1})
Counter({'Left': 25})
KruskalWallis Test:
KruskalResult(statistic=1.8200549450550525, pvalue=0.17730673663094509)
MannWhithneyU Test:
MannwhitneyuResult(statistic=325.0, pvalue=0.093065389642198959)
Fisher Exact Test: [[0, 1], [25, 26]]
(0.0, 1.0)
www.starterok.com
Counter({'Right': 12, 'No Difference': 8, 'Left': 8})
Counter({'Right': 14, 'Left': 6, 'No Difference': 1})
KruskalWallis Test:
KruskalResult(statistic=1.2422360248447148, pvalue=0.26504055209233635)
MannWhithneyU Test:
MannwhitneyuResult(statistic=244.0, pvalue=0.13492439113633203)
Fisher Exact Test: [[14, 12], [6, 8]]
(1.5555555555555556, 0.74105362314483991)
www.edubloxtutor.com
Counter({'Right': 27, 'Left': 1})
Counter({u'Right': 20, u'Left': 2, 'No Difference': 1})
KruskalWallis Test:
KruskalResult(statistic=1.4848602484472686, pvalue=0.22301563688817705)
MannWhithneyU Test:
MannwhitneyuResult(statistic=292.0, pvalue=0.11541193910655562)
Fisher Exact Test: [[20, 27], [2, 1]]
(0.37037037037037035, 0.57571428571430605)
www.futureclaw.com
Counter({u'Right': 27, u'Left': 1})
Counter({'Right': 19, u'Left': 1})
KruskalWallis Test:
KruskalResult(statistic=0.058385093167573399, pvalue=0.80906681597566199)
MannWhithneyU Test:
MannwhitneyuResult(statistic=276.0, pvalue=0.41627731195340079)
Fisher Exact Test: [[19, 27], [1, 1]]
(0.70370370370370372, 1.0)
www.giverang.com
Counter({u'No Difference': 27, u'Left': 1})
Counter({u'No Difference': 4})
KruskalWallis Test:
KruskalResult(statistic=0.14285714285712453, pvalue=0.70545698611129137)
MannWhithneyU Test:
MannwhitneyuResult(statistic=54.0, pvalue=0.38840700207774098)
Fisher Exact Test: [[0, 0], [1, 1]]
(nan, 1.0)
www.forrentuser.com
Counter({'Left': 26, 'Right': 2})
Counter({'Left': 18, 'Right': 2})
KruskalWallis Test:
KruskalResult(statistic=0.1220779220779014, pvalue=0.72679165210762375)
MannWhithneyU Test:
MannwhitneyuResult(statistic=272.0, pvalue=0.37162247642840579)
Fisher Exact Test: [[2, 2], [18, 26]]
(1.4444444444444444, 1.0)
www.yeswebsites.net
Counter({u'No Difference': 27, u'Right': 1})
Counter({u'No Difference': 4})
KruskalWallis Test:
KruskalResult(statistic=0.14285714285712453, pvalue=0.70545698611129137)
MannWhithneyU Test:
MannwhitneyuResult(statistic=54.0, pvalue=0.38840700207774098)
Fisher Exact Test: [[0, 1], [1, 0]]
(0.0, 1.0)
www.middagsfrid.se
Counter({u'Right': 17, u'No Difference': 10, u'Left': 1})
Counter({'Right': 17, 'No Difference': 6, u'Left': 1})
KruskalWallis Test:
KruskalResult(statistic=0.49890652557313936, pvalue=0.47998097976344745)
MannWhithneyU Test:
MannwhitneyuResult(statistic=304.0, pvalue=0.24343469119011846)
Fisher Exact Test: [[17, 17], [1, 1]]
(1.0, 1.0)
www.sandrakielback.com
Counter({u'No Difference': 28})
Counter({u'No Difference': 4})
Cannot use KruskalWallis: Unanimous Vote in all cases.
www.turkeyhillstores.com
Counter({'No Difference': 13, 'Left': 11, 'Right': 4})
Counter({u'Left': 15, u'No Difference': 12})
KruskalWallis Test:
KruskalResult(statistic=2.5890321645899621, pvalue=0.10760607061933868)
MannWhithneyU Test:
MannwhitneyuResult(statistic=292.5, pvalue=0.054839529634347961)
Fisher Exact Test: [[0, 4], [15, 11]]
(0.0, 0.099616858237548261)
www.greenbytes.org
Counter({u'Left': 28})
Counter({'Left': 23})
Cannot use KruskalWallis: Unanimous Vote in all cases.
www.truegymnastics.com
Counter({u'Left': 27, u'No Difference': 1})
Counter({'Left': 20, 'No Difference': 3})
KruskalWallis Test:
KruskalResult(statistic=1.5366889123828773, pvalue=0.21511132755681173)
MannWhithneyU Test:
MannwhitneyuResult(statistic=291.5, pvalue=0.11136313953828925)
Fisher Exact Test: [[0, 0], [20, 27]]
(nan, 1.0)
www.smartcat.ai
Counter({u'No Difference': 16, u'Left': 8, u'Right': 4})
Counter({'No Difference': 16, 'Left': 11, 'Right': 5})
KruskalWallis Test:
KruskalResult(statistic=0.087455713992903528, pvalue=0.76743695475254381)
MannWhithneyU Test:
MannwhitneyuResult(statistic=430.0, pvalue=0.38685922929397942)
Fisher Exact Test: [[5, 4], [11, 8]]
(0.90909090909090906, 1.0)
www.mediaconnectpartners.com
Counter({'Left': 16, 'No Difference': 9, 'Right': 3})
Counter({'Left': 13, 'Right': 8, 'No Difference': 8})
KruskalWallis Test:
KruskalResult(statistic=1.6713000642535438, pvalue=0.19608449203925093)
MannWhithneyU Test:
MannwhitneyuResult(statistic=332.0, pvalue=0.099561765551097858)
Fisher Exact Test: [[8, 3], [13, 16]]
(3.2820512820512819, 0.16283280799409744)
www.opticaltest.com
Counter({'No Difference': 18, 'Left': 8, 'Right': 2})
Counter({'No Difference': 15, 'Left': 10, 'Right': 2})
KruskalWallis Test:
KruskalResult(statistic=0.3183435536376748, pvalue=0.5726048130784509)
MannWhithneyU Test:
MannwhitneyuResult(statistic=349.0, pvalue=0.28962126106154717)
Fisher Exact Test: [[2, 2], [10, 8]]
(0.80000000000000004, 1.0)
www.mnot.net
Counter({'Left': 26, 'Right': 1, 'No Difference': 1})
Counter({'Left': 28})
KruskalWallis Test:
KruskalResult(statistic=2.0363636363634185, pvalue=0.15357639655000577)
MannWhithneyU Test:
MannwhitneyuResult(statistic=364.0, pvalue=0.080527854872817273)
Fisher Exact Test: [[0, 1], [28, 26]]
(0.0, 0.49090909090908164)
www.jennythebaker.com
Counter({u'Left': 26, u'No Difference': 2})
Counter({'Left': 19, 'No Difference': 2, u'Right': 1})
KruskalWallis Test:
KruskalResult(statistic=0.62252964426873358, pvalue=0.43010880483620362)
MannWhithneyU Test:
MannwhitneyuResult(statistic=287.0, pvalue=0.22058480977893313)
Fisher Exact Test: [[1, 0], [19, 26]]
(inf, 0.43478260869567581)
www.filamentgroup.com
Counter({'Left': 27, 'No Difference': 1})
Counter({'Left': 24, u'No Difference': 2})
KruskalWallis Test:
KruskalResult(statistic=0.42824822236592214, pvalue=0.51284977304685864)
MannWhithneyU Test:
MannwhitneyuResult(statistic=349.0, pvalue=0.26349966039680006)
Fisher Exact Test: [[0, 0], [24, 27]]
(nan, 1.0)
overall:
Counter({1: 279, -1: 189, 0: 135})
Counter({1: 321, 0: 239, -1: 224})
MannwhitneyuResult(statistic=231255.0, pvalue=0.22931788228990052)
====================
2.) TESTING Control vs. Wild: Perception of PLT
====================
www.devpy.me h2_vs_h2.mp4 ('nopush', 'nopush') plts(left/right): 6484.0 6484.0 faster: None
LNR Vote Control: ['L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R']
LNR Vote Wild: ['N', 'N', 'N', 'N', 'N']
Counter({u'No Difference': 26, u'Right': 1, u'Left': 1})
Counter({u'No Difference': 5})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Perception Wild: [0, 0, 0, 0, 0]
Case: All Votes are the same.
www.comarkinstruments.net h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 2463.0 2716.0 faster: push
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R']
Counter({u'Left': 23, u'No Difference': 5})
Counter({'Left': 19, 'No Difference': 9, u'Right': 1})
Perception Control: [0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=1.9950738916256057, pvalue=0.15781136896845605)
MannWhithneyU Test:
MannwhitneyuResult(statistic=338.5, pvalue=0.080456414062587855)
Fisher Exact Test: [[10, 5], [19, 23]]
(2.4210526315789473, 0.22988836769468621)
www.travelground.com h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 3598.0 3371.0 faster: nopush
LNR Vote Control: ['R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
Counter({'Right': 28})
Counter({'Right': 19, u'Left': 1})
Perception Control: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=1.3999999999995898, pvalue=0.2367235706379256)
MannWhithneyU Test:
MannwhitneyuResult(statistic=266.0, pvalue=0.12694364991453683)
Fisher Exact Test: [[1, 0], [19, 28]]
(inf, 0.41666666666667912)
www.ka-mediendesign.de h1_vs_h2push-push-h1.mp4 ('push', 'h1') plts(left/right): 1481.0 1418.0 faster: h1
LNR Vote Control: ['N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
Counter({u'No Difference': 17, u'Right': 11})
Counter({u'No Difference': 14, u'Right': 9, 'Left': 2})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=0.059541125541153928, pvalue=0.80722268558454147)
MannWhithneyU Test:
MannwhitneyuResult(statistic=338.5, pvalue=0.40772488224155168)
Fisher Exact Test: [[16, 17], [9, 11]]
(1.1503267973856208, 1.0)
www.miconcinemas.com h1_vs_h2-h1-h2.mp4 ('h1', 'nopush') plts(left/right): 2371.0 2449.0 faster: h1
LNR Vote Control: ['L', 'L', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
Counter({'Right': 26, 'Left': 2})
Counter({u'Right': 23, u'Left': 5})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=1.4431486880466018, pvalue=0.22963049316103223)
MannWhithneyU Test:
MannwhitneyuResult(statistic=350.0, pvalue=0.11761185525618834)
Fisher Exact Test: [[23, 26], [5, 2]]
(0.35384615384615387, 0.42155181111894735)
www.francescas.com h1_vs_h2-h1-h2.mp4 ('h1', 'nopush') plts(left/right): 3726.0 3594.0 faster: nopush
LNR Vote Control: ['L', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'N', 'N', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
Counter({u'Right': 27, u'Left': 1})
Counter({u'Right': 22, u'Left': 3, 'No Difference': 2})
Perception Control: [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=3.1022837706511193, pvalue=0.078182545953769597)
MannWhithneyU Test:
MannwhitneyuResult(statistic=321.5, pvalue=0.04042779918502612)
Fisher Exact Test: [[5, 1], [22, 27]]
(6.1363636363636367, 0.10118050650791699)
www.smithsfoodanddrug.com h1_vs_h2-h1-h2.mp4 ('h1', 'nopush') plts(left/right): 2281.0 2262.0 faster: nopush
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'R', 'R', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R', 'R']
Counter({'Left': 19, 'Right': 6, 'No Difference': 3})
Counter({u'Left': 12, u'No Difference': 5, u'Right': 4})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=0.041025641025662009, pvalue=0.83948843632422498)
MannWhithneyU Test:
MannwhitneyuResult(statistic=287.0, pvalue=0.42540690358284766)
Fisher Exact Test: [[17, 22], [4, 6]]
(1.1590909090909092, 1.0)
www.taxingsubjects.com h1_vs_h2-h1-h2.mp4 ('h1', 'nopush') plts(left/right): 3696.0 3558.0 faster: nopush
LNR Vote Control: ['L', 'L', 'L', 'L', 'N', 'N', 'N', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'N', 'N', 'N', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
Counter({u'Right': 21, u'Left': 4, u'No Difference': 3})
Counter({u'Right': 18, u'No Difference': 3, u'Left': 3})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=0.0, pvalue=1.0)
MannWhithneyU Test:
MannwhitneyuResult(statistic=336.0, pvalue=0.4951191472815421)
Fisher Exact Test: [[6, 7], [18, 21]]
(1.0, 1.0)
www.paudley.com h1_vs_h2-h1-h2.mp4 ('h1', 'nopush') plts(left/right): 1509.0 1489.0 faster: nopush
LNR Vote Control: ['L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R', 'R', 'R']
Counter({u'No Difference': 22, u'Right': 3, u'Left': 3})
Counter({u'No Difference': 17, u'Right': 5, u'Left': 1})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=1.1377383359815576, pvalue=0.28613073620413942)
MannWhithneyU Test:
MannwhitneyuResult(statistic=286.5, pvalue=0.14648582474509347)
Fisher Exact Test: [[18, 25], [5, 3]]
(0.432, 0.44192740926157664)
www.eaglesecurity.com h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 2141.0 2720.0 faster: push
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N']
Counter({'Left': 27, 'No Difference': 1})
Counter({'Left': 17, 'No Difference': 2})
Perception Control: [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=0.89675894281151947, pvalue=0.34365224678946316)
MannWhithneyU Test:
MannwhitneyuResult(statistic=247.5, pvalue=0.17842611432420652)
Fisher Exact Test: [[2, 1], [17, 27]]
(3.1764705882352939, 0.55707678075854683)
www.picturebute.com h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 1366.0 1663.0 faster: push
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L']
Counter({u'Left': 26, u'Right': 1, u'No Difference': 1})
Counter({'Left': 25})
Perception Control: [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=1.8207282913166352, pvalue=0.17722661069891144)
MannWhithneyU Test:
MannwhitneyuResult(statistic=325.0, pvalue=0.093024686983565419)
Fisher Exact Test: [[0, 2], [25, 26]]
(0.0, 0.49201741654571568)
www.starterok.com h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 2488.0 2251.0 faster: nopush
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'N', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
Counter({'Right': 12, 'No Difference': 8, 'Left': 8})
Counter({'Right': 14, 'Left': 6, 'No Difference': 1})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=2.6755852842809364, pvalue=0.10189785829423224)
MannWhithneyU Test:
MannwhitneyuResult(statistic=224.0, pvalue=0.052183858517108578)
Fisher Exact Test: [[7, 16], [14, 12]]
(0.375, 0.14884616765641237)
www.edubloxtutor.com h1_vs_h2-h1-h2.mp4 ('h1', 'nopush') plts(left/right): 4393.0 4094.0 faster: nopush
LNR Vote Control: ['L', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'N', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
Counter({'Right': 27, 'Left': 1})
Counter({u'Right': 20, u'Left': 2, 'No Difference': 1})
Perception Control: [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=1.5366889123828773, pvalue=0.21511132755681173)
MannWhithneyU Test:
MannwhitneyuResult(statistic=291.5, pvalue=0.11136313953828925)
Fisher Exact Test: [[3, 1], [20, 27]]
(4.0499999999999998, 0.31579831932773561)
www.futureclaw.com h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 3570.0 2388.0 faster: nopush
LNR Vote Control: ['L', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
Counter({u'Right': 27, u'Left': 1})
Counter({'Right': 19, u'Left': 1})
Perception Control: [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=0.058385093167573399, pvalue=0.80906681597566199)
MannWhithneyU Test:
MannwhitneyuResult(statistic=276.0, pvalue=0.41627731195340079)
Fisher Exact Test: [[1, 1], [19, 27]]
(1.4210526315789473, 1.0)
www.giverang.com h1_vs_h1.mp4 ('h1', 'h1') plts(left/right): 3506.0 3506.0 faster: None
LNR Vote Control: ['L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N']
LNR Vote Wild: ['N', 'N', 'N', 'N']
Counter({u'No Difference': 27, u'Left': 1})
Counter({u'No Difference': 4})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Perception Wild: [0, 0, 0, 0]
Case: All Votes are the same.
www.forrentuser.com h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 2885.0 4750.0 faster: push
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'R', 'R']
Counter({'Left': 26, 'Right': 2})
Counter({'Left': 18, 'Right': 2})
Perception Control: [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=0.1220779220779014, pvalue=0.72679165210762375)
MannWhithneyU Test:
MannwhitneyuResult(statistic=272.0, pvalue=0.37162247642840579)
Fisher Exact Test: [[2, 2], [18, 26]]
(1.4444444444444444, 1.0)
www.yeswebsites.net h2_vs_h2.mp4 ('nopush', 'nopush') plts(left/right): 1607.0 1607.0 faster: None
LNR Vote Control: ['N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R']
LNR Vote Wild: ['N', 'N', 'N', 'N']
Counter({u'No Difference': 27, u'Right': 1})
Counter({u'No Difference': 4})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Perception Wild: [0, 0, 0, 0]
Case: All Votes are the same.
www.middagsfrid.se h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 2018.0 1975.0 faster: nopush
LNR Vote Control: ['L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
Counter({u'Right': 17, u'No Difference': 10, u'Left': 1})
Counter({'Right': 17, 'No Difference': 6, u'Left': 1})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=0.57341269841269671, pvalue=0.44890597888715067)
MannWhithneyU Test:
MannwhitneyuResult(statistic=302.0, pvalue=0.22780220589263295)
Fisher Exact Test: [[7, 11], [17, 17]]
(0.63636363636363635, 0.56218419282344367)
www.sandrakielback.com h2push_vs_h2push.mp4 ('push', 'push') plts(left/right): 3030.0 3030.0 faster: None
LNR Vote Control: ['N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N']
LNR Vote Wild: ['N', 'N', 'N', 'N']
Counter({u'No Difference': 28})
Counter({u'No Difference': 4})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Perception Wild: [0, 0, 0, 0]
Case: All Votes are the same.
www.turkeyhillstores.com h1_vs_h2-h1-h2.mp4 ('h1', 'nopush') plts(left/right): 4452.0 4610.0 faster: h1
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N']
Counter({'No Difference': 13, 'Left': 11, 'Right': 4})
Counter({u'Left': 15, u'No Difference': 12})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=1.4332133383857397, pvalue=0.23124073505927079)
MannWhithneyU Test:
MannwhitneyuResult(statistic=316.5, pvalue=0.11752788209637877)
Fisher Exact Test: [[12, 17], [15, 11]]
(0.51764705882352946, 0.28473151395403529)
www.greenbytes.org h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 1719.0 2168.0 faster: push
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L']
Counter({u'Left': 28})
Counter({'Left': 23})
Perception Control: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Case: All Votes are the same.
www.truegymnastics.com h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 1223.0 1287.0 faster: push
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N']
Counter({u'Left': 27, u'No Difference': 1})
Counter({'Left': 20, 'No Difference': 3})
Perception Control: [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=1.5366889123828773, pvalue=0.21511132755681173)
MannWhithneyU Test:
MannwhitneyuResult(statistic=291.5, pvalue=0.11136313953828925)
Fisher Exact Test: [[3, 1], [20, 27]]
(4.0499999999999998, 0.31579831932773561)
www.smartcat.ai h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 2812.0 2822.0 faster: push
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R', 'R', 'R']
Counter({u'No Difference': 16, u'Left': 8, u'Right': 4})
Counter({'No Difference': 16, 'Left': 11, 'Right': 5})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=0.22856684393910859, pvalue=0.63258853419577887)
MannWhithneyU Test:
MannwhitneyuResult(statistic=422.0, pvalue=0.31957317619876258)
Fisher Exact Test: [[21, 20], [11, 8]]
(0.76363636363636367, 0.78209159257460481)
www.mediaconnectpartners.com h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 3668.0 3867.0 faster: push
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R', 'R', 'R', 'R', 'R', 'R', 'R']
Counter({'Left': 16, 'No Difference': 9, 'Right': 3})
Counter({'Left': 13, 'Right': 8, 'No Difference': 8})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=0.84932903006623894, pvalue=0.35674222120914678)
MannWhithneyU Test:
MannwhitneyuResult(statistic=356.0, pvalue=0.18078578197970535)
Fisher Exact Test: [[16, 12], [13, 16]]
(1.641025641025641, 0.430853960966181)
www.opticaltest.com h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 3590.0 3569.0 faster: nopush
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'R', 'R']
Counter({'No Difference': 18, 'Left': 8, 'Right': 2})
Counter({'No Difference': 15, 'Left': 10, 'Right': 2})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=0.0014005602239488811, pvalue=0.97014688945692806)
MannWhithneyU Test:
MannwhitneyuResult(statistic=377.0, pvalue=0.49253541580576954)
Fisher Exact Test: [[25, 26], [2, 2]]
(0.96153846153846156, 1.0)
www.mnot.net h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 2243.0 2585.0 faster: push
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'R']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L']
Counter({'Left': 26, 'Right': 1, 'No Difference': 1})
Counter({'Left': 28})
Perception Control: [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=2.0370370370368192, pvalue=0.1535084048043909)
MannWhithneyU Test:
MannwhitneyuResult(statistic=364.0, pvalue=0.080493240619490314)
Fisher Exact Test: [[0, 2], [28, 26]]
(0.0, 0.49090909090909468)
www.jennythebaker.com h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 2754.0 2999.0 faster: push
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N', 'R']
Counter({u'Left': 26, u'No Difference': 2})
Counter({'Left': 19, 'No Difference': 2, u'Right': 1})
Perception Control: [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Perception Wild: [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
KruskalWallis Test:
KruskalResult(statistic=0.56565656565648725, pvalue=0.45199006220298765)
MannWhithneyU Test:
MannwhitneyuResult(statistic=288.0, pvalue=0.23168807373725009)
Fisher Exact Test: [[3, 2], [19, 26]]
(2.0526315789473686, 0.64283071230345312)
www.filamentgroup.com h2_vs_push-push-nopush.mp4 ('push', 'nopush') plts(left/right): 1901.0 1555.0 faster: nopush
LNR Vote Control: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N']
LNR Vote Wild: ['L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'L', 'N', 'N']
Counter({'Left': 27, 'No Difference': 1})
Counter({'Left': 24, u'No Difference': 2})
Perception Control: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Perception Wild: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Case: All Votes are the same.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment