R/NFL2010.R

#' The 2010 NFL Regular Season
#'
#' A dataframe containing all match results with 5 columns
#'
#' @name NFL2010
#' @docType data
#' @format A dataframe containing all match results with 5 columns
#' \describe{
#' \item{home.team}{Team who plays at home}
#' \item{away.team}{Team who plays away}
#' \item{home.win}{Take "1" if home team wins}
#' \item{away.win}{Take "1" if away team wins}
#' \item{date}{Number of days until now}
#' }
#' @keywords datasets
"NFL2010"
heilokchow/BTdecayLasso documentation built on Jan. 27, 2024, 2:33 p.m.