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