1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
\name{jeter2004}
\alias{jeter2004}
\docType{data}
\title{Hitting data for Derek Jeter}
\description{
Batting data for the baseball player Derek Jeter for all 154 games in the 2004 season.}
\usage{
jeter2004
}
\format{
A data frame with 154 observations on the following 10 variables.
\describe{
\item{Game}{the game number}
\item{AB}{the number of at-bats}
\item{R}{the number of runs scored}
\item{H}{the number of hits}
\item{X2B}{the number of doubles}
\item{X3B}{the number of triples}
\item{HR}{the number of home runs}
\item{RBI}{the number of runs batted in}
\item{BB}{the number of walks}
\item{SO}{the number of strikeouts}
}
}
\source{Collected from game log data from www.retrosheet.org.}
\keyword{datasets}
|