go_ao: Calculates ground outs-fly outs ratio (GO/AO)

Description Usage Arguments Value Examples

View source: R/batting.R

Description

Takes the number of ground ball outs and divides by number of fly ball outs to compute the GO/AO ratio

Usage

1
go_ao(go, ao)

Arguments

go

Number of ground ball outs

ao

Number of fly ball outs

Value

go_ao

Examples

1
go_ao(150, 88)

Example output

sh: 1: cannot create /dev/null: Permission denied
[1] 1.704545

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

Related to go_ao in mlbstats...