Last data update: 2014.03.03

R: Predict the deliveries required to wickets
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)

Arguments

df

Data frame

name

Name of bowler

Value

None

Note

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

Author(s)

Tinniam V Ganesh

References

http://cricsheet.org/
https://gigadom.wordpress.com/
https://github.com/tvganesh/yorkrData

See Also

bowlerMovingAverage
bowlerWicketPlot
bowlerWicketsVenue
bowlerMeanRunsConceded

Examples

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

## End(Not run)

Results