# Load the data
data(chapter_8_exercise_19)
# Or, alternatively load the data as
data(C8E19)
# View the structure
str(chapter_8_exercise_19)
# Brief summary of the data.
summary(chapter_8_exercise_19)
Run the code above in your browser using DataLab