Analyze Cricketers and Cricket Teams Based on ESPN Cricinfo Statsguru
Relative batsmen cumulative average strike rate
Plot the numbers of 4s against the runs scored by batsman
Compute and plot a stacked barplot of runs,4s and 6s
Plot the run range against the number of 6s
This function computes and plots the Average runs scored in the differ...
This function computes and plots the Average runs against different op...
Disply the batsman's contribution in matches that were won and those t...
Batsman's cumulative average runs
Batsman's cumulative average strike rate
Display a 3D Pie Chart of the dismissals of the batsman
Calculate and plot the Mean Strike Rate of the batsman on total runs s...
Calculate and plot the Moving Average of the batsman in his career
Make a boxplot and a histogram of the runs scored by the batsman
Forecast the batting performance based on past performances using Holt...
This function analyses the performance of the batsman at home and over...
Calculate and run frequencies in ranges of 10 runs and plot versus Run...
This function uses K-Means to determine the likelihood of the batsman ...
Predict the runs for the batsman given the Balls Faced and Minutes in ...
Compute and plot a histogram of the runs scored in ranges of 10
Compute and plot the predicted scoring rate for a One day batsman or T...
Make a 3D scatter plot of the Runs scored versus the Balls Faced and M...
This function computes and plot the average wickets in different groun...
This function computes and plot the average wickets against different ...
Display the bowler's contribution in matches that were won and those t...
Bowler's cumulative average economy rate
Bowler's cumulative average wickets
Compute and plot the Mean Economy Rate versus wickets taken
Plot a histogram of Wicket percentages versus wickets taken
Compute and plot the moving average of the wickets taken for a bowler
Forecast the bowler performance based on past performances using Holt-...
This function analyses the performance of the bowler at home and overs...
Compute and plot the Mean number of deliveries versus wickets taken
Plot the Wickets Frequency as a percentage against wickets taken
Compute and plot the runs conceded versus the wickets taken
Check whether the batsman is In-Form or Out-Of-Form by looking at his ...
Check whether the bowler is In-Form or Out-Of-Form by looking at his l...
Create a batsman data frame given the batsman's CSV file
Clean the bowlers data frame
Clean the team data for Test, ODI and T20
tools:::Rd_package_title("cricketr")This package analyzes the performa...
Calculate the mean Economy Rate
Get the number of the match type viz.for Test, ODI and T20
Get the player data from ESPN Cricinfo based on specific inputs and st...
Return the CSV file and a dataframe of a player's matches along with h...
Get the One day player data from ESPN Cricinfo based on specific input...
Return a filtered CSV file for a player against specified opposition, ...
Get the player data along with venue and
Get the Twenty20 International player data from ESPN Cricinfo based on...
Get the data for a team in a match type viz.for Test, ODI and T20
Get the data for a team in a match type viz.for Test, ODI and T20 with...
Get the number of the Team
Calculate the percent runs in each run range
Calculate the percentage of wickets taken by bowler
Plot the time line of wins/losses/draw/tied etc for a Team in Test, OD...
Relative batsman's cumulative average runs
Calculate and plot the relative Mean Strike Rate (SR) for each batsman
Calculate and plot the relative Mean Strike Rate (SR) for each batsman...
Relative Bowler's cumulative average economy rate
Relative bowlers cumulative average wickets
Compute and plot the relative mean Economy Rate(ER) of the bowlers
Compute and plot the relative mean Economy Rate(ER) of the bowlers for...
Plot the relative performances of bowlers
Calculate and compute the relative run frequencies of a list of cricke...
Calculate and compute the relative run frequencies of a list of cricke...
Compute and plot the relative Mean Wicket Rate of the bowlers in Twent...
Compute the wins/losses/draw/tied etc for a Team in Test, ODI or T20 a...
Compute the wins/losses/draw/tied etc for a Team in Test, ODI or T20 a...
This function caculates the wicket rate vs mean number of deliveries
Tools for analyzing performances of cricketers based on stats in ESPN Cricinfo Statsguru. The toolset can be used for analysis of Tests,ODIs and Twenty20 matches of both batsmen and bowlers. The package can also be used to analyze team performances.