openintro (version 1.7.1)

nba.heights: NBA Player heights from 2008-9

Description

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

Usage

data("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 {
data(nba.heights)
qqnorm(nba.heights$h.meters)
# }

Run the code above in your browser using DataLab