openintro (version 2.0.0)

nba_heights: NBA Player heights from 2008-9

Description

Heights of all NBA players from the 2008-9 season.

Usage

nba_heights

Arguments

Format

A data frame with 435 observations (players) on the following 4 variables.

last_name

Last name.

first_name

First name.

h_meters

Height, in meters.

h_in

Height, in inches.

Examples

Run this code
# NOT RUN {
qqnorm(nba_heights$h_meters)

# }

Run the code above in your browser using DataLab