powered by
Heights of all NBA players from the 2008-9 season.
data("nba.heights")
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.
# NOT RUN { data(nba.heights) qqnorm(nba.heights$h.meters) # }
Run the code above in your browser using DataLab