R/zzz_data.R

#' Every possible NCAA matchup, with the associated slot and next slot
#'
#' @name all_slots
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references \url{https://www.kaggle.com/c/march-machine-learning-mania-2016/data}
#' @keywords data
NULL

#' teams.csv from Kaggle
#'
#' @name teams
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references \url{https://www.kaggle.com/c/march-machine-learning-mania-2016/data}
#' @keywords data
NULL

#' tourney_compact_results.csv from Kaggle
#'
#' @name tourney_compact_results
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references \url{https://www.kaggle.com/c/march-machine-learning-mania-2016/data}
#' @keywords data
NULL

#' tourney_seeds.csv from Kaggle
#'
#' @name tourney_seeds
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references \url{https://www.kaggle.com/c/march-machine-learning-mania-2016/data}
#' @keywords data
NULL

#' tourney_slots.csv from Kaggle
#'
#' @name tourney_slots
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references \url{https://www.kaggle.com/c/march-machine-learning-mania-2016/data}
#' @keywords data
NULL

#' seasons.csv from Kaggle
#'
#' @name seasons
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references \url{https://www.kaggle.com/c/march-machine-learning-mania-2016/data}
#' @keywords data
NULL

#' tourney_detailed_results.csv from Kaggle
#'
#' @name tourney_detailed_results
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references \url{https://www.kaggle.com/c/march-machine-learning-mania-2016/data}
#' @keywords data
NULL

#' tourney_compact_results.csv from Kaggle
#'
#' @name tourney_compact_results
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references \url{https://www.kaggle.com/c/march-machine-learning-mania-2016/data}
#' @keywords data
NULL

#' regular_season_detailed_results.csv from Kaggle
#'
#' @name regular_season_detailed_results
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references \url{https://www.kaggle.com/c/march-machine-learning-mania-2016/data}
#' @keywords data
NULL

#' regular_season_compact_results.csv from Kaggle
#'
#' @name regular_season_compact_results
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references \url{https://www.kaggle.com/c/march-machine-learning-mania-2016/data}
#' @keywords data
NULL

#' Printing positions for each slot in the tournament.  This is for generating
#' a printable bracket.
#'
#' @name slot_print_positions
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references
#' \url{http://www.kaggle.com/c/march-machine-learning-mania-2015/forums/t/12775/printable-bracket-for-r}
#' \url{http://www.kaggle.com/c/march-machine-learning-mania-2015/forums/t/12627/simulating-the-tournament}
#' \url{http://www.kaggle.com/c/march-machine-learning-mania/forums/t/7309/printable-bracket-in-r}
#' \url{https://github.com/chmullig/marchmania/blob/master/bracket.R}
#' @keywords data
NULL

#' Printing positions for each seed in the tournament.  This is for generating
#' a printable bracket.
#'
#' @name seed_print_positions
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references
#' \url{http://www.kaggle.com/c/march-machine-learning-mania-2015/forums/t/12775/printable-bracket-for-r}
#' \url{http://www.kaggle.com/c/march-machine-learning-mania-2015/forums/t/12627/simulating-the-tournament}
#' \url{http://www.kaggle.com/c/march-machine-learning-mania/forums/t/7309/printable-bracket-in-r}
#' \url{https://github.com/chmullig/marchmania/blob/master/bracket.R}
#' @keywords data
NULL

#' Ken Pomery's Ratings
#'
#' @name PomeryRatings
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @references
#' \url{http://kenpom.com/}
#' @keywords data
NULL

#' Cities that have basketball games
#'
#' @name cities
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @keywords data
NULL

#' The city each game is played at
#'
#' @name game_cities
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @keywords data
NULL

#' A simple, seed-based submission for the women's tournament
#'
#' @name sample_submission_women
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @keywords data
NULL

#' A simple, seed-based submission for the men's tournament
#'
#' @name sample_submission_men
#' @docType data
#' @author Zach Mayer \email{zach.mayer@@gmail.com}
#' @keywords data
NULL
zachmayer/kaggleNCAA documentation built on May 4, 2019, 9:03 p.m.