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.
barthag
double. The estimation of a team's win probability against the average Division 1 team on a neutral court.
adj_o
double.
adj_o_rk
double.
adj_d
double.
adj_d_rk
double.
adj_tempo
double.
adj_tempo_rk
double.
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.
date
double.
Examples
bart_archive(date='20220113')
#> ── Archive Ratings ───────────────────────────────────────────── toRvik 1.1.0 ──
#> ℹ Data updated: 2022-09-09 13:45:36 EDT
#> # A tibble: 358 × 16
#> rank team conf record barthag adj_o adj_o…¹ adj_d adj_d…² adj_t…³ adj_t…⁴
#> <int> <chr> <chr> <chr> <dbl> <dbl> <int> <dbl> <int> <dbl> <int>
#> 1 125 Abile… WAC 11-5 0.612 100. 239 96.2 46 71.3 58
#> 2 260 Air F… MWC 8-5 0.321 93.7 331 100. 114 63.9 342
#> 3 151 Akron MAC 9-4 0.535 105. 130 104. 188 64.9 327
#> 4 21 Alaba… SEC 11-5 0.880 117. 10 98.7 89 72.3 28
#> 5 330 Alaba… SWAC 4-10 0.155 88.5 356 103. 156 67.6 234
#> 6 305 Alaba… SWAC 4-13 0.199 95.8 309 108. 285 72.0 37
#> 7 303 Albany AE 5-10 0.205 91.3 351 103. 158 66.2 305
#> 8 262 Alcor… SWAC 4-11 0.316 98.5 266 105. 224 68.0 207
#> 9 347 Ameri… Pat 4-10 0.0910 93.9 329 115. 347 67.2 262
#> 10 188 Appal… SB 9-9 0.451 100. 235 102. 144 64.3 338
#> # … with 348 more rows, 5 more variables: proj_record <chr>,
#> # proj_conf_record <chr>, wab <dbl>, wab_rk <int>, date <chr>, and
#> # abbreviated variable names ¹adj_o_rk, ²adj_d_rk, ³adj_tempo, ⁴adj_tempo_rk