https://github.com/cran/GenAlgo
Tip revision: 65e538b83ff79745d9c1a7081559cbc899cc364a authored by Kevin R. Coombes on 07 April 2025, 21:00:02 UTC
version 2.2.1
version 2.2.1
Tip revision: 65e538b
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}
