exer: exer: Pulse Rate of People with Different Diets and Exercises

exerR Documentation

exer: Pulse Rate of People with Different Diets and Exercises

Description

The pulse rate was measured for 30 people randomly assigned to two different diets and three types of exercises. Their pulse rate was measured at three different time points during their assigned exercise.

Usage

exer

Format

A data frame with 90 observations (rows) on 5 variables (columns).

Column name Data type Description Values
[,1] id factor 30 people with unique IDs (1...30)
[,2] diet character 2 different diets (lowfat, not_lowfat)
[,3] pulse numeric Measurement of pulse rate (80 - 150)
[,4] exercise character 3 types of exercises (resting, walking, running)
[,5] time numeric Time in minutes from start of the exercise (1, 15, 30)

Details

The data consists of people who were randomly assigned to

  • two different diets: low-fat and not low-fat

  • three different types of exercise: resting, walking leisurely and running

Their pulse rate was measured at 1 minute, 15 minutes, and 30 minutes from the start of their exercise.

Source

The data is from https://stats.oarc.ucla.edu/

Examples


# Plot with combinations of all variables
plot(exer, outer = TRUE, aspect = "fill", key = NULL)


thoree/stat340 documentation built on June 30, 2024, 4:04 p.m.