Open cheungamanda opened 7 years ago
Hi @cheungamanda
I can see you put some extra effort into this assignment by attempting nearly every task! Good on you! I did a very similar comparison between countries on their life expectancy and would suggest a full regression analysis to be able to say more concretely what is going in as a relation of the two countries!
Outside of this, great job exploring some of the base functions like match and merge as well as some of the ggplot functions and their equivalents. I was able to pick up a few things from reading through your exploration!
Cheers, Cody
Hi @cheungamanda, here are some comments about your hw04:
Your grade will be emailed to you at a later date.
Hi @cheungamanda!
Awesome hw04. Some comments:
It might be good to have a link to your hw04 readme and .md in this issue, just to make it super easy for the reader.
I liked your formatting throughout this assignment, it made things very easy to read and understand. I liked your emojis in particular for the tidyr cheatsheet :) It looks like it really helped you understand the functions
gather()
andspread()
! I also liked how you noted alternative ways to usegather()
resulting in the same output.Activity 2 was done well, I like your scatterplot (I myself did this and did it differently, but I think yours is better). Your graph really shows the similarities and differences in life expectancy between the countries studied really well. I like your discrete colour scale for year.
I'm not sure if
geom_abline()
is the best to use for the Europe vs Africa life expectancy trend? It may not fit the data as well as another method.I really like your Activity 4 using the
paste()
function and that you attempted doing it!One suggestion I would have is adding a bit more description of what your output shows after each activity. Also, maybe talk about what you found particularly easy/hard for each step.
Your join activities were all done really well and thoroughly, you explored all (?) of the join functions we learned about. Maybe make the output format a bit nicer using knitr::kable?
Good job trying Activity 3 :)
Overall great job and a really thorough homework!! I learned a lot reading it (this homework frustrated me a lot and I didn't get the chance to do many of the activities). It's great to see you do it so well!
-Aisha