Correlations???

I wondered… how much are the votes I cast influenced by each other. What I mean is… how likely is it that a game, which received an audio score of 4, will also receive the score of 4 for graphics?

Finding this out would be very easy in something like R or Matlab… so I didn’t. Instead I made a webpage which kind of shows this.

Here’s a sample!

You can check this out for your own votes too.

Get stats about your votes here

Note: All the processing is done in your browser, so don’t worry, the super sekrit voting data never leaves your browser. It’s all JavaScript!

The tool also shows you how many of each rating you gave in each category, like this:

It also says how many compo vs how many jam game votes you cast.

Want it to provide more data? Let me know in a comment. Found a bug? Let me know in a comment! :D The data that is copied however does not include comments, so I can’t provide graphs that relate to comments. Sorry…

If the instructions on how to copy data aren’t clear, or if they don’t work properly in a browser or operating system, please let me know. I tested it on Chrome 42 on Windows.

Get your stats!

Please don’t look at the JavaScript code too-too hard, as it’s a very ugly botch-job. It’s not code that is supposed to continue to work for years, just a quick and dirty implementation. If you would however like to expand on this, you can use it at will.