Skip to contents

Returns a tibble with round-to-round tournament probabilities. Data runs back to the 2018 tournament; region is only avaliable for the 2022 tournament.

Usage

bart_tourney_odds(year = current_season(), odds = "current")

Arguments

year

Defaults to current season (YYYY).

odds

Filters results by odds, defaults to current (see details).

Value

Returns a tibble with 10 to 11 columns (depending on year input): #'

seed

double.

region

character. Only avaliable for year >= 2022

team

character.

conf

character.

r64

double.

r32

double.

s16

double.

e8

double.

f4

double.

f2

double.

champ

double.

Details

odds splits the data by four variables:

current

Returns to-date odds.

pre

Returns pre-tournament odds

recent

Returns adjusted odds over the last ten games

t100

Returns odds against top 100 opponents.

Examples

bart_tourney_odds(year=2022, odds='pre')
#> # A tibble: 68 × 11
#>     seed region  team       conf    r64   r32   s16    e8    f4    f2 champ
#>    <dbl> <chr>   <chr>      <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
#>  1     1 West    Gonzaga    WCC     100  96.6  81.9  69.6  52    38.5  27.5
#>  2     5 South   Houston    Amer    100  84.5  62.6  40.6  26.5  16.9   8.7
#>  3     1 Midwest Kansas     B12     100  96.3  73.7  48.7  32.5  17.7   8.5
#>  4     1 East    Baylor     B12     100  94.9  72.5  42.9  25.2  11.1   5.8
#>  5     1 South   Arizona    P12     100  94.8  72.7  37.3  21.2  12     5.4
#>  6     3 South   Tennessee  SEC     100  92.3  67.5  41    20.8  11.6   5.2
#>  7     3 West    Texas Tech B12     100  92.6  68.4  40.9  17.1   9.5   5  
#>  8     2 Midwest Auburn     SEC     100  91.5  70    48.4  24.8  11.7   4.8
#>  9     2 East    Kentucky   SEC     100  90.2  62.7  36.4  19.8   8.2   4.2
#> 10     2 West    Duke       ACC     100  94.1  69.8  38.9  15.5   8.2   4  
#> # … with 58 more rows