sepkamal / STAT545-hw-Kamal-Sepehr

Homework repo for STAT 545
0 stars 0 forks source link

Homework 03 is ready for grading #3

Open sepkamal opened 7 years ago

sepkamal commented 7 years ago

Please see here for my hw3! https://github.com/sepkamal/STAT545-hw-Kamal-Sepehr/blob/master/Hw03/hw03-dplyr-manipulation.md

Thanks

Jennica416 commented 7 years ago

Hey @sepkamal,

I thought your document was really well organized and appreciated the notes within the code that made it easier to understand what you were doing. One overall suggestion is to use the spell check button within RStudio as a final step in preparing your assignments as there were a fair number of typos throughout the document. Lastly, I think your explanations for the graphs are a good start and appreciate that they are there. That said, I would recommend adding more details around why you selected the plot you did and/or another sentence or two about the output in the future to make interpretations more clear.

Q1 Min + Max GDP per Capita:

Q2 GDP per Capita Spread

Q3 Abundance of Low Life Expectancy

Q4 Top 10 /Bottom 10 Change in Life Expectancy

Overall, great job! I also dislike tables so am glad to know I am not the only one :)

Best, Jennica

KateJohnson commented 6 years ago

Hi @sepkamal

Task 1: Good table. Your ggplots displayed the data. As you mentioned, it would have been nice if you had min and max GDP on the same plot (I did it by reshaping the data so there were two rows for each continent with the min and max in each row). Also, you could use xlab() or ylab() to rename the axis. I really liked the GDP range ggplot, it shows the data well, but I didn’t see where you transformed GDP to the log scale (but I might have just missed it).

Task 2: This table is the same as in Task 1. I think you just used the wrong data frame accidentally. Also, you can rename the table columns using col.names() I really liked your GDP distribution per continent ggplot. It shows the data in a really interesting way.

Task 3: Really good use of dplyr! Great idea to use the quintile function. The ggplot compliments the table nicely.

Overall, check plus.

derekcho commented 6 years ago

Hi @sepkamal! Here are some comments about your hw03:

Note: your mark (check minus, check, check plus) will be distributed later.