Lecture 4
Overview
- Define Exploratory Data Analysis (EDA)
- Match appropriate graph types with variable types
Readings
- “Chapter 10 Exploratory Data Analysis” from “R for Data Science” 2nd Edition.
- Review the resources and readings posted under Lecture 2 on
ggplot2
and data visualization (we will useggplot2
extensively in this lecture)
Class materials
Run the code below in your console to download today’s materials: usethis::use_course("css-materials/exploratory-data-analysis")