Returns T-Rank ratings and efficiency metrics from the morning of the specified day. Data goes back to 2014-15.
Value
Returns a tibble with 16 columns: #'
rk
double.
team
character.
conf
character.
rec
character.
adj_o
double.
adj_o_rk
double.
adj_d
double.
adj_d_rk
double.
barthag
double. The estimation of a team's win probability against the average Division 1 team on a neutral court.
proj_rec
character.
proj_conf_rec
character.
wab
double. The number of wins above or below the expected total from a bubble team against the same schedule.
wab_rk
double.
cur_rk
double.
change
double.
date
double.
Examples
bart_archive('20220113')
#> # A tibble: 358 x 16
#> rk team conf rec adj_o adj_o_rk adj_d adj_d_rk barthag proj_rec
#> <dbl> <chr> <chr> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <chr>
#> 1 1 Gonzaga WCC 13-2 124. 2 93.3 20 0.964 26-3
#> 2 2 Baylor B12 15-1 121. 5 91.3 13 0.962 26-5
#> 3 3 Houston Amer 14-2 120. 6 91 11 0.961 27-4
#> 4 4 Auburn SEC 15-1 115. 20 89.3 8 0.947 27-4
#> 5 5 LSU SEC 15-1 106. 117 82.4 1 0.946 27-4
#> 6 6 Arizona P12 13-1 117. 15 91 12 0.946 27-4
#> 7 7 Villanova BE 12-4 117. 13 91.6 16 0.942 24-6
#> 8 8 Kansas B12 13-2 122. 4 96.5 50 0.938 24-7
#> 9 9 Purdue B10 13-2 125 1 98.9 94 0.937 24-7
#> 10 10 Duke ACC 13-2 117. 11 93.8 23 0.926 26-5
#> # ... with 348 more rows, and 6 more variables: proj_conf_rec <chr>, wab <dbl>,
#> # wab_rk <dbl>, cur_rk <dbl>, change <dbl>, date <date>