1
2
3
4
5
#

Name:

Description:

Data for Major League Baseball teams from the 2007 regular season

Variables:

A dataset with 30 observations on the following 22 variables.

Team Name of the team
League League: AL or NL
Wins Number of wins for the season (out of 162 games)
Losses Number of losses for the season
WinPct Proportion of games won (Wins/162)
BattingAvg Team batting average
Runs Number of runs runs scored
Hits Number of hits
HR Number of home runs hit
Doubles Number of doubles hit
Triples Number of triple hit
RBI Number of runs batted in
SB Number of stolen bases
OBP On base percentage
SLG Slugging percentage
ERA Earned run average (earned runs allowed per 9 innings)
HitsAllowed Number of hits against the team
Walks Number of walks allowed
StrikeOuts Number of strikeouts (by the team's pitchers)
Saves Number of games saved (by the team's pitchers)
WHIP Number of walks and hits per inning pitched

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Data downloaded from baseball-reference.com:
http://www.baseball-reference.com/leagues/MLB/2007-standings.shtml
http://www.baseball-reference.com/leagues/MLB/2007.shtml

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Standings_and_Team_Statistics_from_the_2007_Baseball_Season_799_15.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.