bowlerWktsPredict: Predict the deliveries required to wickets

View source: R/bowlerWktsPredict.R

bowlerWktsPredictR Documentation

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)

Arguments

df

Data frame

name

Name of bowler

dateRange

Date interval to consider

Value

None

Note

Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com

Author(s)

Tinniam V Ganesh

References

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

See Also

bowlerMovingAverage
bowlerWicketsVenue
bowlerMeanRunsConceded

Examples

## Not run: 
# Get the data frame for RA Jadeja
jadeja1 <- getDeliveryWickets(team="India",name="Jadeja",save=FALSE)
bowlerWktsPredict(jadeja1,"RA Jadeja",dateRange)

## End(Not run)


tvganesh/yorkr documentation built on May 13, 2023, 12:19 p.m.