Learn R Programming

yorkr (version 0.0.42)

bowlerWktsPredict: Predict the deliveries required to wickets

Description

This function uses a classification tree to compute the number deliveries needed versus the wickets taken

Usage

bowlerWktsPredict(df, name,dateRange)

Value

None

Arguments

df

Data frame

name

Name of bowler

dateRange

Date interval to consider

Author

Tinniam V Ganesh

References

https://cricsheet.org/
https://gigadom.in/
https://github.com/tvganesh/yorkrData/

See Also

bowlerMovingAverage
bowlerWicketsVenue
bowlerMeanRunsConceded

Examples

Run this code
if (FALSE) {
# Get the data frame for RA Jadeja
jadeja1 <- getDeliveryWickets(team="India",name="Jadeja",save=FALSE)
bowlerWktsPredict(jadeja1,"RA Jadeja",dateRange)
}

Run the code above in your browser using DataLab