https://github.com/cran/GenAlgo
Raw File
Tip revision: 283b7bf83b431ecfc12cf7774f029cbe9ac4555f authored by Kevin R. Coombes on 17 October 2018, 12:20:03 UTC
version 2.1.5
Tip revision: 283b7bf
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