Mike Combs
Exploratory Data Analysis (EDA) is an approach for summarizing and visualizing the important characteristics and statistical properties of a data set. Before getting into any formal methods, it helps one form an intuition about the data. Lets start applying the different types of statistical analyses we encountered in the previous section to real data sets.
R code from the Titanic exercise in the ggplot2 tutorial: titanic.R
R code from the CHIS exercise in the ggplot2 tutorial: CHIS.R