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