Pitching: Calculate Walks plus Hits per Innings Pitched
Find the number of walks plus hits a pitcher allows per inning pitched. Required fields from the Pitching table are; "H", "BB", and "IPouts."
WHIP(dat = NULL)
dat |
A data frame you would wish to calculate. The data frame must have the same column names found in
The |
data("Pitching2016") head(Pitching2016) Pitching2016$WHIP <- WHIP(Pitching2016)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.