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