yorkr
This R package can be used to analyze performances of cricketers
based on match data from Cricsheet.
The yorkr package can handle match data from ODIs, Twenty20s and IPL
T20s from Cricsheet. The data has to be in yaml format
The package can be installed directly from CRAN as follows
install.packages(“yorkr”) library(yorkr)
The latest updates can be installed directly from Github
library(devtools) install_github(“tvganesh/yorkr”) library(yorkr)
For details on how to use the yorkr package please see my posts
- Introducing
cricket package yorkr-Part1:Beaten by sheer pace!.
- Introducing
cricket package yorkr: Part 2-Trapped leg before wicket!
- Introducing
cricket package yorkr: Part 3-Foxed by flight!
- Introducing
cricket package yorkr:Part 4-In the block hole!
- yorkr
pads up for the Twenty20s: Part 1- Analyzing team”s match
performance.
- yorkr
pads up for the Twenty20s: Part 2-Head to head confrontation between
teams
- yorkr
pads up for the Twenty20s:Part 3:Overall team performance against all
oppositions!
- yorkr
pads up for Twenty20s:Part 4- Individual batting and bowling
performances!
- yorkr
crashes the IPL party ! – Part 1
- yorkr
crashes the IPL party ! – Part 2
- yorkr
crashes the IPL party ! – Part 3
- yorkr
crashes the IPL party! – Part 4