RyanBabij / Elo

An R script that calculates Elo ratings and generate a chart over time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elo

An R script that calculates Elo ratings and generate a chart over time.

Required R libraries

  • RColorBrewer

Example of usage

Input (chess.csv)

Adam,win,Timothy
Adam,win,Timothy
Timothy,win,Jacqui
Timothy,win,Jacqui
Timothy,win,Jacqui
Timothy,draw,Jacqui
Dominic,win,Amy
Dominic,win,Amy
Timothy,win,Dominic
Timothy,win,Jacqui
Timothy,win,Adam
Timothy,win,Adam

output

chess.svg

About

An R script that calculates Elo ratings and generate a chart over time.


Languages

Language:R 97.8%Language:HTML 2.2%