exer | R Documentation |
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.
exer
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) |
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.
The data is from https://stats.oarc.ucla.edu/
# Plot with combinations of all variables
plot(exer, outer = TRUE, aspect = "fill", key = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.