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