1
2
3
4
5
#

Name:

Description:

Major League Baseball (MLB) standings and team statistics for the 2016 season

Variables:

A data frame with 30 observations on the following 22 variables.

Team

Team name

League

AL=American or NL=National

Wins

Number of wins for the season (out of 162 games)

Losses

Number of losses for the season

WinPct

Proportion of games won

BattingAverage

Team batting average

Runs

Number of runs scored

Hits

Number of hits

HR

Number of home runs hit

Doubles

Number of doubles hit

Triples

Number of triples 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/2016-standings.shtml
http://www.baseball-reference.com/leagues/MLB/2016.shtml

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.