View source: R/bart_conf_stats.R
bart_conf_stats | R Documentation |
Returns conference-only metrics, strengths of schedule, and bid probabilities (auto and at-large) for all teams in a conference.
bart_conf_stats(year = current_season(), conf = NULL)
year |
Defaults to current season (YYYY). |
conf |
Indicates conference (see details). |
Accepted conference abbreviations for the 'conf' argument are:
‘A10’, ‘ACC’, ‘AE’, ‘ASun’, ‘Amer’, ‘B10’, ‘B12’, ‘BE’, ‘BSky’, ‘BSth’, ‘BW’, ‘CAA’, ‘CUSA’, ‘Horz’, ‘Ivy’, ‘MAAC’, ‘MAC’, ‘MEAC’, ‘MVC’, ‘MWC’, ‘NEC’, ‘OVC’, ‘P12’, ‘Pat’, ‘SB’, ‘SC’, ‘SEC’, ‘SWAC’, ‘Slnd’, ‘Sum’, ‘WAC’, ‘WCC’
Returns a tibble with 23 columns:
rk
double.
team
character.
seed
double.
finish
character.
conf_rec
character.
adj_oe
double.
adj_de
double.
barthag
double. The estimation of a team's win probability against the average Division 1 team on a neutral court.
eff_marg
double.
con_oe
double.
con_oe_rk
double.
con_de
double.
con_de_rk
double.
conf_barthag
double.
proj_rec
character.
conf_cur_sos
double. The current average Barthag rating of conference opponents.
conf_cur_sos_rk
double.
conf_fut_sos
double. The projected average Barthag rating of conference opponents
conf_fut_sos_rk
double.
conf_sos
double.
conf_sos_rk
double.
auto_prob
double. Probability of winning the conference tournament (automatic bid).
bid_prob
double. Probability of securing a tournament bid (auto or at-large)
try(bart_conf_stats(year=2021, conf='ACC'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.