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