openintro (version 1.7.1)

male.heights: Sample of 100 male heights

Description

Random sample based on Food Commodity Intake Database distribution

Usage

data("male.heights")

Arguments

Format

A data frame with 100 observations on the following variable.

heights

a numeric vector

References

http://fcid.foodrisk.org/

Examples

Run this code
# NOT RUN {
data(male.heights)
## maybe str(male.heights) ; plot(male.heights) ...
# }

Run the code above in your browser using DataCamp Workspace