1
2
3
4
5
#

Name:

Description:

Batting averages for 18 major league baseball players, first 45 at bats of the 1970 season.

Variables:

name

character, name of player

team

character, team of player, abbreviated

league

character, National League or American League

r

numeric, hits in 1st 45 at bats

y

numeric, r/45, batting average over 1st 45 at bats

n

numeric, number of at bats, remainder of 1970 season

p

numeric, batting average over remainder of 1970 season

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Efron, Bradley and Carl Morris. 1975. Data Analysis Using Stein's Estimator and Its Generalizations. Journal of the American Statistical Association. 70:311-319.

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.