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