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