Open yanchaoluo opened 7 years ago
Hi @yanchaoluo , good work on your hw02! Here are a couple of things I appreciate.
Question:
barplot(table(gapminder$country))
is hard to be interpreted. Is there any way to modify it?Smell test of data: Yes
Explores at least one categorical/quantitative variable: Yes
Uses various ggplot types: Yes (scatterplot, histogram, density, boxplot)
Uses filter()
, select()
, and %>%
: Yes
Bonus (evaluate code, tables, more dplyr): Yes, evaluate code and summarize()
rename()
and mutate()
Reflection on process: Yes
Comments:
class()
and typeof()
give you different answers for factors is that factors are stored as integers “under the hood” in order to save data storage space. typeof()
looks at this lower layer while class
sees the factor stuff built on top.ggplot() + geom_stuff
select()
and arrange()
don't actually do anything when piped into ggplot – they're for displaying tables.geom_jitter
instead of geom_point
?Your mark will be distributed later. If you would like more feedback, please feel free to message me on slack.
@yanchaoluo,
Great work on this assignment! Your repo is well presented and easy to navigate.
In the "smell test your data" section, your answers are accurate and thoroughly explained
In the plotting section, you demonstrate a good variety of plots, scales, and even statistical fits and facet wrapping. Nice! When I made density plots for my homework I also used geom_density, but I used color=continent (it just gives the color on the outline). I like the effect of fill=continent that you used, that looks really nice. I wonder if you out color=continent, fill=continent, would it should the outline and fill colored in?
Great use of dplyr, you hit a lot more functions than just select and filter. Maybe next time you could try knitr:kable for your plots. I enjoyed reading through this assignment thank you.
Best, Emily
@vincenzocoia @gvdr @ksedivyhaley @joeybernhardt @mynamedaike @pgonzaleze @derekcho
SHA
: 940e541760bb6ee2b50fb5c455d686b7a241cc75