bart_tourney_results: Get NCAA Tournament Results

View source: R/bart_tourney_results.R

bart_tourney_resultsR Documentation

Get NCAA Tournament Results

Description

Returns a tibble with raw and adjusted NCAA tournament results by team, coach, conference, or seed back to 2000.

Usage

bart_tourney_results(
  min_year = 2000,
  max_year = current_season(),
  type = "team"
)

Arguments

min_year

Minimum year to pull – defaults to 2000 (YYYY).

max_year

Maximum year to pull – defaults to current season (YYYY).

type

Data split value, defaults to team ('team', 'coach', 'conf', 'seed').

Details

  • PASE is the number of wins above or below the expected value given a seed.

  • PAKE is the number of wins above or below the expected value given a KenPom rating.

Value

Returns a tibble of adjusted and raw tournament results.

Examples

try(bart_tourney_results(min_year=2010, max_year=2015, type='conf'))


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