| pfr {mlbstats} | R Documentation | 
Calculates power finesse ratio
Description
Computes pitcher's performance either by game or overall, based on k, bb, and ip
Usage
pfr(k, bb, ip)
Arguments
| k | Number of strikeouts | 
| bb | Number of bases on balls | 
| ip | Number of innings pitched | 
Value
pfr
Examples
pfr(115, 30, 400)
[Package mlbstats version 0.1.0 Index]