Learn R Programming

mlbstats (version 0.1.0)

go_ao: 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

Run this code
# NOT RUN {
go_ao(150, 88)
# }

Run the code above in your browser using DataLab