Learn R Programming

mlbstats (version 0.1.0)

bb9: Calculates bases on balls per nine innings pitched (W/9)

Description

Computes bases on balls (walks) per nine innings pitched

Usage

bb9(bb, ip)

Arguments

bb

Number of bases on balls

ip

Number of innings pitched

Value

bb9

Examples

Run this code
# NOT RUN {
bb9(35, 210)
# }

Run the code above in your browser using DataLab