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