Description Usage Format Source
Data from all 30 Major League Baseball teams from the 2011 season. This data set is useful for examining the relationships between wins, runs scored in a season, and a number of other player statistics.
1 |
A data frame with 30 rows and 12 variables:
team
factor Team name
runs
integer number of runs
at_bats
integer number of at bats
hits
integer number of hits
homeruns
integer number of homeruns
bat_avg
double batting average
strikeouts
integer number of strikeouts
stolen_bases
integer number of stolen bases
wins
integer number of strikeouts
new_onbase
double On base percentage, a measure of how often a batter reaches base for any reason other than a fielding error, fielder's choice, dropped/uncaught third strike, fielder's obstruction, or catcher's interference
new_slug
double Slugging percentage, popular measure of the power of a hitter calculated as the total bases divided by at bats
new_obs
double On base plus slugging, calculated as the sum of these two variables
https://www.openintro.org/stat/data/mlb11.php, via MLB.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.