R/pred.pop.men.R

#' @name pred.pop.men.2016
#' @title 2016 March Madness Men's Population Pick Distribution
#' @description This dataset contains the percent of brackets submitted
#'   to ESPN that include each of the 64 teams in Men's March Madness 2016
#'   reaching and winning in each successive round of the tournament.
#' @format data frame with 64 rows and 7 variables
#' @source \url{http://games.espn.com/tournament-challenge-bracket/2016/en/whopickedwhom}
NULL

#' @name pred.pop.men.2017
#' @title 2017 March Madness Population Pick Distribution
#' @description This dataset contains the percent of brackets submitted
#'   to ESPN that include each of the 64 teams in March Madness 2017
#'   reaching and winning in each successive round of the tournament.
#' @format data frame with 64 rows and 7 variables
#' @source \url{http://games.espn.com/tournament-challenge-bracket/2017/en/whopickedwhom}
NULL

#' @name pred.pop.men.2018
#' @title 2018 March Madness Population Pick Distribution
#' @description This dataset contains the percent of brackets submitted
#'   to ESPN that include each of the 64 teams in March Madness 2018
#'   reaching and winning in each successive round of the tournament.
#'   Accessed the evening of March 11th, 2018 (Selection Sunday).
#' @format data frame with 64 rows and 7 variables
#' @source \url{http://games.espn.com/tournament-challenge-bracket/2018/en/whopickedwhom}
NULL

#' @name pred.pop.men.2021
#' @title 2021 March Madness Population Pick Distribution
#' @description This dataset contains the percent of brackets submitted
#'   to ESPN that include each of the 64 teams in March Madness 2021
#'   reaching and winning in each successive round of the tournament.
#'   Accessed the evening of March 15th, 2021.
#' @format data frame with 64 rows and 7 variables
#' @source \url{http://games.espn.com/tournament-challenge-bracket/2021/en/whopickedwhom}
NULL

#' @name pred.pop.men.2022
#' @title 2022 March Madness Population Pick Distribution
#' @description This dataset contains the percent of brackets submitted
#'   to ESPN that include each of the 64 teams in March Madness 2022
#'   reaching and winning in each successive round of the tournament.
#'   Accessed the evening of March 11th, 2023.
#' @format data frame with 64 rows and 7 variables
#' @source \url{http://games.espn.com/tournament-challenge-bracket/2022/en/whopickedwhom}
NULL

#' @name pred.pop.men.2024
#' @title 2024 March Madness Population Pick Distribution
#' @description This dataset contains the percent of brackets submitted
#'   to ESPN that include each of the 64 teams in March Madness 2024
#'   reaching and winning in each successive round of the tournament.
#'   Accessed the afternoon of March 20th, 2024.
#'   NOTE: For the first time, this data frame is now keyed on (seed, team.id, name)
#' @format data frame with 64 rows and 9 variables
#' @source \url{https://gambit-api.fantasy.espn.com/apis/v1/propositions?challengeId=240}
NULL
elishayer/mRchmadness documentation built on March 27, 2024, 2:11 p.m.