KateJohnson / STAT545-hw-Johnson-Kate

0 stars 0 forks source link

Hw002 ready for grading #1

Open KateJohnson opened 7 years ago

KateJohnson commented 7 years ago

@vincenzocoia @gvdr @ksedivyhaley @joeybernhardt @mynamedaike @pgonzaleze @derekcho

santiagodr commented 7 years ago

Hi @KateJohnson !!!

ksedivyhaley commented 7 years ago

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:

Your mark will be distributed later. If you would like more feedback, please feel free to message me on slack.

vmichalowski commented 7 years ago

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