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:
rkdouble.
teamcharacter.
seeddouble.
finishcharacter.
conf_reccharacter.
adj_oedouble.
adj_dedouble.
barthagdouble. The estimation of a team's win probability against the average Division 1 team on a neutral court.
eff_margdouble.
con_oedouble.
con_oe_rkdouble.
con_dedouble.
con_de_rkdouble.
conf_barthagdouble.
proj_reccharacter.
conf_cur_sosdouble. The current average Barthag rating of conference opponents.
conf_cur_sos_rkdouble.
conf_fut_sosdouble. The projected average Barthag rating of conference opponents
conf_fut_sos_rkdouble.
conf_sosdouble.
conf_sos_rkdouble.
auto_probdouble. Probability of winning the conference tournament (automatic bid).
bid_probdouble. 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.