cfbd_ratings_elo: *Get Elo historical rating data*

View source: R/cfbd_ratings.R

cfbd_ratings_eloR Documentation

Get Elo historical rating data

Description

Acquire the CFBD calculated elo ratings data by team, year, week, and conference

Usage

cfbd_ratings_elo(year = NULL, week = NULL, team = NULL, conference = NULL)

Arguments

year

(Integer optional): Year, 4 digit format (YYYY)

week

(Integer optional): Maximum Week of ratings.

team

(String optional): D-I Team

conference

(String optional): Conference abbreviation - SRS information by conference Conference abbreviations P5: ACC, B12, B1G, SEC, PAC Conference abbreviations G5 and FBS Independents: CUSA, MAC, MWC, Ind, SBC, AAC

Value

cfbd_ratings_elo() - A data frame with 6 variables:

year: integer.

Season of the SRS rating.

team: character.

Team name.

conference: character.

Conference of the team.

division: logical.

Division in the conference for the team.

rating: double.

Simple Rating System (SRS) rating.

ranking: integer.

Simple Rating System ranking within the group returned.

Examples


  try(cfbd_ratings_elo(year = 2019, team = "Texas"))

  try(cfbd_ratings_elo(year = 2018, conference = "SEC"))



cfbfastR documentation built on June 14, 2022, 1:05 a.m.