| 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:
teamcharacter.
confcharacter.
barthagdouble. The estimation of a team's win probability against the average Division 1 team on a neutral court.
barthag_rkinteger.
adj_odouble.
adj_o_rkinteger.
adj_ddouble.
adj_d_rkinteger.
adj_tdouble.
adj_t_rkinteger.
wabdouble. The number of wins above or below the expected total from a bubble team against the same schedule.
nc_elite_sosdouble.
nc_fut_sosdouble.
nc_cur_sosdouble.
ov_elite_sosdouble.
ov_fut_sosdouble.
ov_cur_sosdouble.
seedinteger.
yeardouble.
try(bart_ratings(year=2020))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.