Introduction
In theory, theory and practice are the same. In practice, they’re not.
Yogi Berra
There are two ways to write error-free programs; only the third one works.
Alan Perlis
Simplicity does not precede complexity, but follows it.
Alan Perlis
Talk is cheap. Show me the code.
Linux Torvalds
This post is the 4th and the last part of yorkr padding for the Twenty20s. In this post I look at the top individual batting and bowling performances in the Twenty20s. Also please take a look at my 3 earlier post on yorkr’s handling of Twenty20 matches
- 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!
The 1st part included functions dealing with a specific T20 match, the 2nd part dealt with functions between 2 opposing teams in T20 confrontations. The 3rd part dealt with functions between a team and all T20 matches with all oppositions. This 4th part includes individual batting and bowling performances in T20 matches and deals with Class 4 functions.
This post has also been published at RPubs yorkrT20-Part4 and can also be downloaded as a PDF document from yorkrT20-Part4.pdf.
You can clone/fork the code for the package yorkr from Github at yorkr-package
The list of …read more
Source:: r-bloggers.com