Skip to contents

Find which teams share similar pre-tournament resumes (2008-present).

Usage

cbd_torvik_similar_resumes(
  team,
  year,
  conf_limit = "All",
  at_large_only = FALSE,
  current_resume = FALSE,
  net_weight = 1,
  resume_weight = 1,
  wab_weight = 1,
  elo_weight = 1,
  power_weight = 1
)

Arguments

team

Chosen team

year

Chosen year

at_large_only

Boolean to filter on at-large teams only (defaults to FALSE).

current_resume

Boolean to filter on whether to use projected resume or current resume (defaults to projected resume; FALSE).

net_weight

Weight to assign NET ranking (defaults to 1).

resume_weight

Weight to assign resume (defaults to 1).

wab_weight

Weight to assign 'Wins Above Bubble' (WAB) (defaults to 1).

elo_weight

Weight to assign ELO (defaults to 1).

power_weight

Weight to assign power rating (defaults to 1).

conf_group

Filter by conference or conference groups (accepts any conference abbreviation, 'NCAA', 'Himajor', or 'mid').

Value

Returns a tibble with pre-tournament resumes

Examples

try(cbd_torvik_similar_resumes('Duke', 2023))
#> Error in ifelse(at_large_only = TRUE, 1, 0) : 
#>   unused argument (at_large_only = TRUE)