openintro (version 2.0.0)

male_heights_fcid: Random sample of adult male heights

Description

This sample is based on data from the USDA Food Commodity Intake Database.

Usage

male_heights_fcid

Arguments

Format

A data frame with 100 observations on the following variable.

height_inch

Height, in inches.

Examples

Run this code
# NOT RUN {
data(male_heights_fcid)
histPlot(male_heights_fcid$height_inch)

# }

Run the code above in your browser using DataCamp Workspace