diff --git a/EDA.Rmd b/EDA.Rmd index f750414..be6511b 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -1,9 +1,5 @@ # Exploratory Data Analysis -```{r include=FALSE} -knitr::opts_chunk$set(fig.height = 2) -``` - ## Introduction This chapter will show you how to use visualization and transformation to explore your data in a systematic way, a task that statisticians call Exploratory Data Analysis, or EDA for short. EDA is an interative cycle that involves: