https://github.com/cran/GenAlgo
Tip revision: 35a421aca28768b31853a0b29cdbab60e40e7569 authored by Kevin R. Coombes on 18 May 2018, 14:29:40 UTC
version 2.1.4
version 2.1.4
Tip revision: 35a421a
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}
