go_ao {mlbstats}R Documentation

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

Description

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

Usage

go_ao(go, ao)

Arguments

go

Number of ground ball outs

ao

Number of fly ball outs

Value

go_ao

Examples

go_ao(150, 88)

[Package mlbstats version 0.1.0 Index]