solmos / otElo

Simulation of Euroleague using ELO rating system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

otElo

The goal of otElo is to provide an implementation of an Elo rating system for the Euroleague.

Installation

You can install the development version of otElo from GitHub with:

# install.packages("devtools")
devtools::install_github("solmos/otElo")

Example

This is a basic example which shows you how to solve a common problem:

# library(otElo)
## basic example code

About

Simulation of Euroleague using ELO rating system

License:Other


Languages

Language:R 100.0%