Learn R Programming

dslabs (version 0.7.1)

heights: Self-Reported Heights

Description

Self-reported heights in inches for males and females.

Usage

data(heights)

Arguments

Format

An object of class "data.frame".

Details

  • sex. Male or Female.

  • height. Height in inches.

Examples

Run this code
# NOT RUN {
data(heights)
head(heights)
# }

Run the code above in your browser using DataLab