conf_ratings: Conference Four Factors

bart_conf_factorsR Documentation

Conference Four Factors

Description

Returns conference-wide four factor data and aggregate records on a variety of splits, including date range, quadrant opponent, game location, and game type.

Usage

bart_conf_factors(year=current_season(),
                 venue=c('all','home','away','neutral','road'),
                 type=c('all','nc','conf','reg','post','ncaa'),
                 quad=c(0, 1, 2, 3, 4),
                 start=c('yyyymmdd'),
                 end=c('yyyymmdd'))

Arguments

venue=c('all', 'home', 'away', 'neutral', 'road')

Splits by game location; 'road' restricts to away + neutral games

quad=c(0, 1, 2, 3, 4)

Splits by quadrant; '0' restricts to Quad 1-A games

type=c('all', 'nc', 'conf', 'reg', 'post', 'ncaa')

Splits by game type; 'post' restricts to any post-season game

Details

Quadrant filter is based on estimated Selection Sunday NET rank and might not mirror actual rankings. For a complete list of current quadrant records and boundaries, visit https://bracketologists.com or pull from bart_tourney_sheets.

Value

Returns a tibble of ratings

Examples

try(head(bart_conf_factors(year=2018, venue='home', quad='3')))

andreweatherman/baRt documentation built on March 27, 2022, 12:49 a.m.