jmurthy12 / STAT545-hw-murthy-janani

0 stars 0 forks source link

Homework 6 Ready for grading #6

Open jmurthy12 opened 7 years ago

jmurthy12 commented 7 years ago

Hello,

My Homework 06 is ready to be reviewed and here is the Link : https://github.com/jmurthy12/STAT545-hw-murthy-janani/tree/master/hw06

SHA: f976ced

Gapminder exploration .md file: https://github.com/jmurthy12/STAT545-hw-murthy-janani/blob/master/hw06/hw06_data_wrangling_wrap_up.md

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

Thanks, Janani.

HScheiber commented 7 years ago

Main Repository/README:

Data Wrangling Wrapup

Writing Functions

Work With a Nested Data Frame

Overall: Good job on the project. I know this was a long assignment, but there are a lot of small things you could have done to improve the final appearance of your report. The coding itself was slick and easy to follow.

-Hayden

marbazua commented 7 years ago

Hi Janani,

I think that your repository is well organized and easy to navigate. I liked that you presented the assignments in “descending” order, having the most recent one at the top of the list. The initial part of your assignment file is very well organized. In my opinion, the idea of the table of contents is very good and I think you did a good job on separating the task about Writing functions from the task about working with a nested data frame by using titles. It would have been nice to have some sort of similar structure within each task to add clarity and help the reader.

Writing functions I think that you did a good job creating the functions to fit Quadratic , Robust, and Linear regressions. I liked how you started by presenting the plots before building your functions. As a suggestion, I recommend to always add a title to your plots.

Work with a nested data frame Good job applying your functions from the previous task! I think you did a very good job on this task and liked your approach for finding interesting countries and that you actually explained what happened in some of this countries at the end of your file.

Best,

Mar.