Revision 7476f7f38f6427cdb2ebc6307fe4ef95eb338de9 authored by Kevin R. Coombes on 15 October 2020, 16:40:03 UTC, committed by cran-robot on 15 October 2020, 16:40:03 UTC
1 parent 283b7bf
Raw File
tourData09.Rd
\name{tourData09}
\alias{tourData09}
\docType{data}
\title{Tour de France 2009}
\description{
  Each row represents the performance of a rider in the
  2009 Tour de France; the name and team of the rider are used as the
  row names. The four columns are the \code{Cost} (to include on a team
  in the Versus fantasy challenge), \code{Scores} (based on daily
  finishing position), \code{JerseyBonus} (for any days spent in one of
  the three main leader jerseys), and \code{Total} (the sum of Scores
  and JerseyBonus).
}
\usage{
data(tourData09)
}
\format{
A data frame with 102 rows and 4 columns.
}
\source{ The data were collected in 2009 from the web site
  \code{http://www.versus.com/tdfgames}, which appears to no longer
  exist.
}
\keyword{datasets}

back to top