Learn R Programming

mosaic (version 0.5-1)

Heightweight: Height and Weight

Description

The height and weight data collected from 57 males and 24 females for the purpose of exploring how the weight of a person is related to (or affected by) his or her height.

Usage

data(Heightweight)

Arguments

format

A data frame with 81 observations on the following variables.

  • female
{0 = male, 1 = female} gender{a factor with levels male or female} height{subject height (in inches)} weight{subject weight (in pounds)}

References

Part of the Carnegie Mellon University Online Learning Initiative datasets.