elo: ELO Function

Description Usage Arguments Examples

View source: R/elo.R

Description

This function returns a data.frame of elo for each game for every team from start date to end date. Earliest available data is February of 2014.

Usage

1
elo(start_date, end_date, start_score = 1000, k_num = 10)

Arguments

start_date

The date you want to start from the start_score.

end_date

When you would like to end

k_num

K value you would like to use for results.

start_sore

What score you would like for teams to begin at

Examples

1
2
elo('02/10/2014','09/22/2018')
box_stats()

bnoreen/ncaaBaseball documentation built on March 13, 2021, 6:30 a.m.