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