whip {mlbstats} | R Documentation |
Calculates walks plus hits per innings pitched (WHIP)
Description
Computes walks plus hits per innings pitched, which reflects the number of baserunners allowed by a pitcher over a given period
Usage
whip(bb, h, ip)
Arguments
bb |
Number of bases on balls |
h |
Number of hits allowed |
ip |
Number of innings pitched |
Value
whip
Examples
whip(50, 110, 425)
[Package mlbstats version 0.1.0 Index]