rmr: Resting metabolic rate

rmrR Documentation

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

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).

Source

D.G. Altman (1991), Practical Statistics for Medical Research, Exercise 11.2, Chapman & Hall.

Examples

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

ISwR documentation built on Oct. 10, 2024, 5:06 p.m.

Related to rmr in ISwR...