ABSTRACT

With its flexible capabilities and open-source platform, R has become a major tool for analyzing detailed, high-quality baseball data. Analyzing Baseball Data with R provides an introduction to R for sabermetricians, baseball enthusiasts, and students interested in exploring the rich sources of baseball data. It equips readers with the necessary skills and software tools to perform all of the analysis steps, from gathering the datasets and entering them in a convenient format to visualizing the data via graphs to performing a statistical analysis.

The authors first present an overview of publicly available baseball datasets and a gentle introduction to the type of data structures and exploratory and data management capabilities of R. They also cover the traditional graphics functions in the base package and introduce more sophisticated graphical displays available through the lattice and ggplot2 packages. Much of the book illustrates the use of R through popular sabermetrics topics, including the Pythagorean formula, runs expectancy, career trajectories, simulation of games and seasons, patterns of streaky behavior of players, and fielding measures. Each chapter contains exercises that encourage readers to perform their own analyses using R. All of the datasets and R code used in the text are available online.

This book helps readers answer questions about baseball teams, players, and strategy using large, publically available datasets. It offers detailed instructions on downloading the datasets and putting them into formats that simplify data exploration and analysis. Through the book’s various examples, readers will learn about modern sabermetrics and be able to conduct their own baseball analyses.

chapter 1|28 pages

The Baseball Datasets

chapter 2|30 pages

Introduction to R

chapter 3|28 pages

Traditional Graphics

chapter 4|17 pages

The Relation Between Runs and Wins

chapter 5|24 pages

Value of Plays Using Run Expectancy

chapter 6|31 pages

Advanced Graphics

chapter 7|25 pages

Balls and Strikes Effects

chapter 8|24 pages

Career Trajectories

chapter 9|25 pages

Simulation

chapter 10|22 pages

Exploring Streaky Performances