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