bart_ratings: Get T-Rank Ratings

View source: R/bart_ratings.R

bart_ratingsR Documentation

Get T-Rank Ratings

Description

Returns current T-Rank ratings and two forms of strength of schedule.

Usage

bart_ratings(year = current_season())

Arguments

year

Defaults to current season (YYYY).

Details

  • ‘x_elite_sos' is the percentage of games that an ’elite' team would project to lose against this team's non-conference or overall schedule.

  • 'x_cur_sos' is the current average Barthag rating of opponents.

  • 'x_fut_sos' is the projected average Barthag rating of opponents.

Value

Returns a tibble with 19 columns:

team

character.

conf

character.

barthag

double. The estimation of a team's win probability against the average Division 1 team on a neutral court.

barthag_rk

integer.

adj_o

double.

adj_o_rk

integer.

adj_d

double.

adj_d_rk

integer.

adj_t

double.

adj_t_rk

integer.

wab

double. The number of wins above or below the expected total from a bubble team against the same schedule.

nc_elite_sos

double.

nc_fut_sos

double.

nc_cur_sos

double.

ov_elite_sos

double.

ov_fut_sos

double.

ov_cur_sos

double.

seed

integer.

year

double.

Examples

try(bart_ratings(year=2020))


toRvik documentation built on Nov. 10, 2022, 5:50 p.m.