R/tournament.multiteam.R

#' \code{tournament.multiteam}: Mock data for examples
#'
#' A fake dataset containing results from "animal-ball" matches.
#'
#' @format A data frame with 56 observations on the following 4 variables:
#'   \describe{
#'     \item{\code{week}}{Week Number}
#'     \item{\code{half}}{The half of the season in which the match was played}
#'     \item{\code{Place_1}}{The first-place team}
#'     \item{\code{Place_2}}{The second-place team}
#'     \item{\code{Place_3}}{The third-place team}
#'     \item{\code{Place_4}}{The fourth-place team}
#'   }
#' @name tournament.multiteam
NULL
#> NULL

Try the elo package in your browser

Any scripts or data that you put into this service are public.

elo documentation built on Aug. 23, 2023, 5:10 p.m.