Mathnstein / STAT545-hw-griffith-cody

0 stars 0 forks source link

HW03 ready for grading #2

Open Mathnstein opened 6 years ago

Mathnstein commented 6 years ago

@vincenzocoia @gvdr @ksedivyhaley @JoeyBernhardt @mynamedaike @pgonzaleze @derekcho

ghost commented 6 years ago

Hello @Mathnstein ,

This my peer review for your Hw03. Your README.md file is clear enough and contains the proper links to each one of the assignments we have done so far. You could add the md file as well, besides the pdf one. I find the md file easier to navigate in, just a personal opinion. I like that the pdf contains the general instructions at the beginning, good idea! Now, let's go to your task list:

1. Get the maximum and minimum of GDP per capita for all continents. The idea of taking the log-transformation on the response GDP is pretty clever, because this will give a clearer idea on the data spread and distribution regardless of the many outliers. However, you could have kept the original response gdpPercap which is a metric already adjusted by the country's population. You could also have used ggplot2() instead of the the boxplot() function.

2. Look at the spread of GDP per capita within the continents. Again, the log-transformation in the response is a really good idea to check the data spread. Maybe, I would include a time series per continent, in order to check the gdpPercap evolution over time. I did it on my assignment, but on the original response. Now, I'm curious about the log-transformation... thanks for the idea! 🙂

3. How is life expectancy changing over time on different continents? I totally liked how you incorporated regression analysis on the evolution over time per continent. An inclusion of side-by-side boxplots could be a good idea in this case. Good job on the facet use on ggplot().

In general, you fulfilled the requirements in each task while providing useful interpretations for each case. You could have detailed a little but more about the data extraction and plotting processes in each task, that gives the reader a clearer picture about what's going on the assignment.

Cheers,

Alexi

NSKrstic commented 6 years ago

Peer Review:

Further Gapminder Dataset Exploration:

Additional Remarks:

Overall Mark: Check

-Nikolas Krstic