File: sluggerdata.Rd

package info (click to toggle)
r-cran-learnbayes 2.15-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,064 kB
  • sloc: sh: 16; makefile: 1
file content (31 lines) | stat: -rw-r--r-- 852 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
28
29
30
31
\name{sluggerdata}
\alias{sluggerdata}
\docType{data}
\title{Hitting statistics for ten great baseball players}
\description{
Career hitting statistics for ten great baseball players
}

\usage{
sluggerdata
}
\format{
 A data frame with 199 observations on the following 13 variables.
  \describe{
  \item{Player}{names of the ballplayer}
  \item{Year}{season played}
  \item{Age}{age of the player during the season}
  \item{G}{games played}
  \item{AB}{number of at-bats}
  \item{R}{number of runs scored}
  \item{H}{number of hits}
  \item{X2B}{number of doubles}
  \item{X3B}{number of triples}
  \item{HR}{number of home runs}
  \item{RBI}{runs batted in}
  \item{BB}{number of base on balls}
  \item{SO}{number of strikeouts}
  }
}
\source{Sean Lahman's baseball database from www.baseball1.com.}
\keyword{datasets}