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