File: jeter2004.Rd

package info (click to toggle)
r-cran-learnbayes 2.15.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,864 kB
  • sloc: sh: 15; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 773 bytes parent folder | download | duplicates (4)
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}