cricketr

This R package can be used to analyze performances of cricketers based on stats from ESPN Cricinfo.

The package be installed directly from CRAN as install.packages(“cricketr”)

or from Github as follows library(devtools) install_github(“tvganesh/cricketr”) library(cricketr)

Details of this package can be read from my blog Giga thoughts in Introducing cricketr: A R package for analyzing performances of cricketer

Also see my other posts in R and cricket

  1. A peek into literacy in India: Statistical Learning with R
  2. A crime map of India in R – Crimes against women
  3. Analyzing cricket’s batting legends – Through the mirage with R
  4. Masters of Spin: Unraveling the web with R
  5. Mirror, mirror … the best batsman of them all?
  6. Informed choices through Machine Learning - Analyzing Kohli, Tendulkar and Dravid
  7. Informed choices through Machine Learning-2: Pitting together Kumble, Kapil, Chandra

Rdoc