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"

Try the BTdecayLasso package in your browser

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

BTdecayLasso documentation built on May 1, 2019, 8:24 p.m.