suminwei2772 / STAT545-547-hw-Wei-Lisa

0 stars 0 forks source link

hw02 ready for grading #2

Open suminwei2772 opened 6 years ago

suminwei2772 commented 6 years ago

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

Latest commit: 06485a1

README.md for hw02 Gapminder_dplyr_explore_hw02.md explores the gapminder dataset with dplyr and ggplot2 README.md for entire repo modified to include hw02 links

danaj191 commented 6 years ago

Hey Lisa! Your HW2 md file that I found via your README is great! You really thoroughly explored the gapminder dataset using a ton of different functions, including different packages, different arguments, and different formatting options. And, it was very easy to follow the progression in your assignment because you really clearly outlined the md file according to the instructions in HW2. Thus, it was always easy to tell what question you were responding to, what your answer was, and how you got there (including the multiple ways it's possible to get the same answer).

Also excellent documentation of your workflow at the bottom of your file, including how you troubleshooted problems you were having and any sources you relied on.

I learned a lot from what you did and it was neat for me to see some different plot types that I haven't tried yet myself, like the violin plots! Great job, check plus.

yidie commented 6 years ago

Hi Lisa, here are some comments:

suminwei2772 commented 6 years ago

Hey @yidie, Actually for the code chunks that looks like they're being "cut", if you scroll the horizontal scroll bars, you can see the rest of the code :) Just fyi

pgonzaleze commented 6 years ago

Hi @suminwei2772 here are some comments concerning to your homework:

Smell test of data: Yes Explores at least one categorical/quantitative variable: Yes Uses various ggplot types: Yes Uses filter(), select(), and %>%: Yes Extras : Yes Reflection on process: Yes

Well done! Regards.