Overview

The data set consists of 1033 height and weight measurements for baseball players.

Details

Height and weight have heritable components, but other environmental and lifestyle factors can impact these characteristics. The data provides heights and weights for Major League Baseball Players, combined from a number of different resources. These data were obtained from: http://wiki.stat.ucla.edu/socr/index.php/SOCR_Data_MLB_HeightsWeights

Data Description

Variable Description
Name Player Name
Team Baseball team of the player at the time of height and weight measurement
Position Player field position
Height.inches. Player height in inches
Weight.pounds. Player weight in pounds
Age Player age at the time of height and weight measurement.
mlb_ht_wt = read.table("data/mlb_height_weight.txt", header = TRUE)
head(mlb_ht_wt)

Data Files

Objectives

We will consider modeling players’ body mass index (BMI). The goal is to find distributions that fit the BMI variable well.