pfr: Calculates power finesse ratio

Description Usage Arguments Value Examples

View source: R/pitching.R

Description

Computes pitcher's performance either by game or overall, based on k, bb, and ip

Usage

1
pfr(k, bb, ip)

Arguments

k

Number of strikeouts

bb

Number of bases on balls

ip

Number of innings pitched

Value

pfr

Examples

1
pfr(115, 30, 400)

Example output

[1] 0.3625

mlbstats documentation built on May 2, 2019, 1:04 p.m.

Related to pfr in mlbstats...