whip {mlbstats} | R Documentation |
Computes walks plus hits per innings pitched, which reflects the number of baserunners allowed by a pitcher over a given period
whip(bb, h, ip)
bb |
Number of bases on balls |
h |
Number of hits allowed |
ip |
Number of innings pitched |
whip
whip(50, 110, 425)