From 419e7eaa99981aebba78c2f5245d79a8c7fcce99 Mon Sep 17 00:00:00 2001 From: hadley Date: Fri, 12 Aug 2016 12:43:09 -0500 Subject: [PATCH] Complete hint FixeS #240 --- EDA.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDA.Rmd b/EDA.Rmd index d8ebf4b..67b659c 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -218,7 +218,7 @@ It's good practice to repeat your analysis with and without the outliers. If the 1. Explore the distribution of `price`. Do you discover anything unusual or surprising? (Hint: Carefully think about the `binwidth` and make sure - you.) + you try a wide range of values.) 1. How many diamonds are 0.99 carat? How many have are 1 carat? What do you think is the cause of the difference?