From 5660c58d3db9fe0e126a11ba1a681588a686c697 Mon Sep 17 00:00:00 2001 From: Thomas Klebel Date: Mon, 1 Aug 2016 13:50:18 +0200 Subject: [PATCH] typo in EDA.Rmd (#217) which will come back to -> which we will come back to --- EDA.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDA.Rmd b/EDA.Rmd index aff0692..d8ebf4b 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -130,7 +130,7 @@ ggplot(data = smaller, mapping = aes(x = carat, colour = cut)) + geom_freqpoly(binwidth = 0.1) ``` -There are a few challenges with this type of plot, which will come back to in [visualisation a categorical and a continuous variable](#cat-cont). +There are a few challenges with this type of plot, which we will come back to in [visualisation a categorical and a continuous variable](#cat-cont). Now that you can visualise variation, what should you look for in your plots? And what type of follow-up questions should you ask? I've put together a list below of the most useful types of information that you will find in your graphs, along with some follow up questions for each type of information. The key to asking good follow up questions will be to rely on your **curiosity** (What do you want to learn more about?) as well as your **skepticism** (How could this be misleading?).