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