baa {mlbstats} | R Documentation |
Computes pitcher's ability to prevent hits, based on h, bfp, bb, hbp, sf, sh, and ci (catcher's interference)
baa(h, bfp, bb, hbp, sh, sf, ci)
h |
Number of hits allowed |
bfp |
Number of batters facing pitcher |
bb |
Number of bases on balls |
hbp |
Number of hit batters |
sh |
Number of sacrifice hits |
sf |
Number of sacrifice flies |
ci |
Number of catcher's interference |
baa
baa(105, 250, 50, 15, 10, 5, 1)