R/pred.kenpom.men.R

#' @name pred.kenpom.men.2018
#' @title 2018 March Madness KenPom Win Probability Predictions
#' @description This dataset contains the win probabilities forecasted
#'   by the website KenPom before any games have been played
#'   in the March Madness tournament of the 2017-2018 season. The columns
#'   are the names of the teams, and KenPom's projected
#'   probability of reaching each round of the tournament.
#' @format data frame with 64 rows and 7 variables
#' @source \url{https://kenpom.com/blog/2018-ncaa-tournament-probabilities/}
NULL

#' @name pred.kenpom.men.2019
#' @title 2019 March Madness KenPom Win Probability Predictions
#' @description This dataset contains the win probabilities forecasted
#'   by the website KenPom before any games have been played
#'   in the March Madness tournament of the 2018-2019 season. The columns
#'   are the names of the teams, and KenPom's projected
#'   probability of reaching each round of the tournament.
#' @format data frame with 64 rows and 7 variables
#' @source \url{https://kenpom.com/blog/2019-ncaa-tournament-probabilities/}
NULL

#' @name pred.kenpom.men.2021
#' @title 2021 March Madness KenPom Win Probability Predictions
#' @description This dataset contains the win probabilities forecasted
#'   by the website KenPom before any games have been played
#'   in the March Madness tournament of the 2020-2021 season. The columns
#'   are the names of the teams, and KenPom's projected
#'   probability of reaching each round of the tournament.
#' @format data frame with 64 rows and 7 variables
#' @source \url{https://kenpom.com/blog/ncaa-tourney-forecast/}
NULL

#' @name pred.kenpom.men.2022
#' @title 2022 March Madness KenPom Win Probability Predictions
#' @description This dataset contains the win probabilities forecasted
#'   by the website KenPom before any games have been played
#'   in the March Madness tournament of the 2021-2022 season. The columns
#'   are the names of the teams, and KenPom's projected
#'   probability of reaching each round of the tournament.
#' @format data frame with 64 rows and 7 variables
#' @source \url{https://kenpom.com/blog/2022-ncaa-tournament-probabilities/}
NULL
elishayer/mRchmadness documentation built on March 27, 2024, 2:11 p.m.