R/epl.R

#' Data on English Premier League, 2000-2023:
#' @docType data
#'
#' @usage data(epl)
#'
#' @format A data frame with 8360 rows and 6 variables
#'
#' Home: The name of the home team
#'
#' Away: The name of the away team
#'
#' HG: Full Time Home Team Goals
#'
#' AG: Full Time Away Team Goals
#'
#' Round: the number of the round (34 overall)
#'
#' The Season when the match was played (eg, season 2013/2014 is given as 2014)
#'
#' @keywords football, Elo ratings
#'
#' @source \href{http://www.worldfootball.net}{WorldFootball.net}
"epl_00_23"
Habet/CSE270 documentation built on Sept. 24, 2023, 8:14 a.m.