bart_conf_stats: Get Conference Team Statistics

View source: R/bart_conf_stats.R

bart_conf_statsR Documentation

Get Conference Team Statistics

Description

Returns conference-only metrics, strengths of schedule, and bid probabilities (auto and at-large) for all teams in a conference.

Usage

bart_conf_stats(year = current_season(), conf = NULL)

Arguments

year

Defaults to current season (YYYY).

conf

Indicates conference (see details).

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’

Value

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)

Examples

try(bart_conf_stats(year=2021, conf='ACC'))


toRvik documentation built on Nov. 10, 2022, 5:50 p.m.