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