fbRanks: Association Football (Soccer) Ranking via Poisson Regression

This package uses time dependent Poisson regression and a record of goals scored in matches to rank teams via estimated attack and defense strengths. The statistical model is based on Dixon and Coles (1997) Modeling Association Football Scores and Inefficiencies in the Football Betting Market, Applied Statistics, Volume 46, Issue 2, 265-280. The package has a some webscrapers to assist in the development and updating of a match database. If the match database contains unconnected clusters (i.e. sets of teams that have only played each other and not played teams from other sets), each cluster is ranked separately relative to the median team strength in the cluster. The package contains functions for predicting and simulating tournaments and leagues from estimated models. The package allows fitting via the glm(), speedglm(), and glmnet() functions. The latter allows fast and efficient fitting of very large numbers of teams. The fitting algorithm will analyze the match data and determine which teams form a cluster (a set of teams where there is a path of matches connecting every team) and fit each cluster separately.

Version: 2.0
Depends: stats
Imports: igraph, stringr
Suggests: RJSONIO, RCurl, httr, XML, Rlab, xtable, tcltk, speedglm, glmnet
Published: 2013-10-23
Author: Eli Holmes
Maintainer: E Holmes <eeholmes at u.washington.edu>
License: GPL-2
URL: http://www.lastplanetranking.blogspot.com/
NeedsCompilation: no
Materials: NEWS
CRAN checks: fbRanks results

Documentation:

Reference manual: fbRanks.pdf
Vignettes: Basic Team Ranking
Webscrape Match Data

Downloads:

Package source: fbRanks_2.0.tar.gz
Windows binaries: r-devel: fbRanks_2.0.zip, r-release: fbRanks_2.0.zip, r-oldrel: fbRanks_2.0.zip
macOS binaries: r-release (arm64): fbRanks_2.0.tgz, r-oldrel (arm64): fbRanks_2.0.tgz, r-release (x86_64): fbRanks_2.0.tgz, r-oldrel (x86_64): fbRanks_2.0.tgz
Old sources: fbRanks archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=fbRanks to link to this page.