powered by
Major League batting data for the seasons from 2000-2005.
A data frame with 8062 observations on the following 22 variables.
unique identifier for each player
year
for players who were traded mid-season, indicates which portion of the season the data cover
three-letter code for team
a factor with levels AA AL NL
AA
AL
NL
games
at bats
runs
hits
doubles
triples
home runs
runs batted in
stolen bases
caught stealing
bases on balls (walks)
strike outs
intentional base on balls
hit by pitch
a numeric vector
sacrifice fly
grounded into double play
data(Batting) gf_histogram( ~ HR, data = Batting)
Run the code above in your browser using DataLab