wOBA {ebnm}R Documentation

2022 MLB wOBA Data

Description

Weighted on-base average (wOBA) for hitters from the 2022 Major League Baseball (MLB) season. Standard errors are calculated by modeling hitting outcomes as multinomially distributed and plugging in empirical proportions as the “true” outcome probabilities. To handle small sample sizes, standard errors are lower bounded by the errors that would be obtained using league-wide proportions rather than the plug-in estimates.

Format

wOBA is a data frame with 688 rows and 6 columns:

FanGraphsID

The hitter's FanGraphs identifier.

Name

The hitter's name.

Team

The hitter's MLB team (given as a three-letter code) or NA if the hitter played for multiple teams.

PA

The hitter's number of plate appearances over the 2022 season.

x

The hitter's wOBA over the 2022 season.

s

The standard error for the hitter's wOBA.

Source

<https://fangraphs.com>

Examples

data(wOBA)
summary(wOBA)


[Package ebnm version 1.1-2 Index]