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