View source: R/bart_tourney_results.R
bart_tourney_results | R Documentation |
Returns a tibble with raw and adjusted NCAA tournament results by team, coach, conference, or seed back to 2000.
bart_tourney_results( min_year = 2000, max_year = current_season(), type = "team" )
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'). |
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.
Returns a tibble of adjusted and raw tournament results.
try(bart_tourney_results(min_year=2010, max_year=2015, type='conf'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.