Learn R Programming

ISwR (version 2.0-9)

energy: Energy expenditure

Description

The energy data frame has 22 rows and 2 columns. It contains data on the energy expenditure in groups of lean and obese women.

Usage

energy

Arguments

Format

This data frame contains the following columns:

expend

a numeric vector, 24 hour energy expenditure (MJ).

stature

a factor with levels lean and obese.

Examples

Run this code
plot(expend~stature,data=energy)

Run the code above in your browser using DataLab