bart_ratings | R Documentation |
Returns current T-Rank ratings and two forms of strength of schedule.
bart_ratings(year = current_season())
year |
Defaults to current season (YYYY). |
‘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.
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.
try(bart_ratings(year=2020))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.