openintro (version 1.7.1)

fheights: Female college student heights, in inches

Description

24 sample observations.

Usage

data("fheights")

Arguments

Format

A data frame with 24 observations on the following variable.

heights

height, in inches

Examples

Run this code
# NOT RUN {
data(fheights)
hist(fheights$heights)
# }

Run the code above in your browser using DataCamp Workspace