Learn R Programming

ISwR (version 2.0-9)

rmr: Resting metabolic rate

Description

The rmr data frame has 44 rows and 2 columns. It contains the resting metabolic rate and body weight data for 44 women.

Usage

rmr

Arguments

Format

This data frame contains the following columns:

body.weight

a numeric vector, body weight (kg).

metabolic.rate

a numeric vector, metabolic rate (kcal/24hr).

Examples

Run this code
plot(metabolic.rate~body.weight,data=rmr)

Run the code above in your browser using DataLab