Skip to contents

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).

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.

Details

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

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

Examples

bart_ratings(year=2021)
#> ── Team Ratings: 2021 ────────────────────────────────────────── toRvik 1.1.0 ──
#>  Data updated: 2022-09-09 13:44:55 EDT
#> # A tibble: 347 × 19
#>    team    conf  barthag barth…¹ adj_o adj_o…² adj_d adj_d…³ adj_t adj_t…⁴   wab
#>    <chr>   <chr>   <dbl>   <int> <dbl>   <int> <dbl>   <int> <dbl>   <int> <dbl>
#>  1 Gonzaga WCC     0.977       1  126.       1  90.9      11  73.5       9  8.50
#>  2 Baylor  B12     0.968       2  125.       2  92.9      25  67.7     194  6.69
#>  3 Houston Amer    0.955       3  119.       6  91.3      12  64.3     324  4.04
#>  4 Illino… B10     0.949       4  117.       8  90.6      10  70.5      75  8.81
#>  5 Michig… B10     0.948       5  117.       9  90.6       9  66.6     247  7.06
#>  6 Iowa    B10     0.940       6  123.       3  97.2      76  69.8      95  5.49
#>  7 USC     P12     0.936       7  114.      17  90.5       8  66.8     234  5.55
#>  8 Colora… P12     0.929       8  116.      13  92.5      23  66.1     271  4.87
#>  9 Alabama SEC     0.928       9  112.      32  89.7       3  73.3      11  6.88
#> 10 Florid… ACC     0.921      10  115.      14  93.1      27  69.6      99  2.38
#> # … with 337 more rows, 8 more variables: nc_elite_sos <int>, nc_fut_sos <dbl>,
#> #   nc_cur_sos <dbl>, ov_elite_sos <int>, ov_fut_sos <dbl>, ov_cur_sos <dbl>,
#> #   seed <dbl>, year <int>, and abbreviated variable names ¹​barthag_rk,
#> #   ²​adj_o_rk, ³​adj_d_rk, ⁴​adj_t_rk