Open KateJohnson opened 7 years ago
Hi @KateJohnson !!!
ggplot2
and dplyr
. I like the way you explored the variables, it might be nice to include a short #comment to describe what you are going to do in the next code section, such as when you use breaks
, round
, but not 100% necessary.filter
, select
and piping, and there are at least two clear/nice plots using subset of data, and additional functions such as theme_classic
.Smell test of data: Yes
Explores at least one categorical/quantitative variable: Yes
Uses various ggplot types: Yes (density, scatterplot)
Uses filter()
, select()
, and %>%
: Yes
Bonus (evaluate code, tables, more dplyr): Yes, group_by()
and arrange()
Reflection on process: Yes
Comments:
x
ggplot(aes()) + geom_thing()
filter(gapminder) %>% thing
, start with gapminder %>% filter()
+
) on a new line.Your mark will be distributed later. If you would like more feedback, please feel free to message me on slack.
Hi Kate, Great assignment! Very clean and organized. I had a hard time finding your histogram ("x <- hist(gapminder$gdpPercap)") - I'm not sure whether that's intentional or not, but it helped that you talked about the skewness and distribution below anyways. I also had a hard time finding your ggplots - but your explanations at the bottom again helped me understand what was coming out. In response to your question about spell check - I found out that it's the "ABC" function on the top of the markdown window, also accessible by pressing the F7 key I believe. :) Great work overall! Victoria
@vincenzocoia @gvdr @ksedivyhaley @joeybernhardt @mynamedaike @pgonzaleze @derekcho