xinmiaow / STAT545-hw-Wang-Xinmiao

STAT545 Homework
0 stars 0 forks source link

HW07 Ready for Grading #6

Closed xinmiaow closed 6 years ago

xinmiaow commented 7 years ago

SHA: cfb12fc

Links to my files related to HW07:

Sorry for collecting so many files under hw07 folder. Hope the navigation part above can help you find the files quickly. In addition, I report the process in the README.md under hw07 folder . Please have a look at it and get some ideas about my workflow.

Thanks a lot, Xinmiao

margotgunning commented 6 years ago

Hi @xinmiaow,

First, in your main README, I like how you have the latest HW files at the top. Your HW07 README was very thorough, and I really liked how you gave a more detailed description of all the code files used for automation with inputs, outputs ect; it's definitely something that I should have included in my own repo.

You produced a lot of graphs in the exploratory analysis section of the report; I liked how you had short/concise interpretation of the plots, and used it to justify how you re-ordered the data. I liked the layout of your LifeExp over Years graphs. The only addition I would have liked to see here would be some commentary on the outputs; however, you did mention how you picked the best/worst fitted countries based on the size of the residual error above, which was nice.

Your code files were straight forward with effective commentary. I liked how you selected the best/worst countries. I did not use the same approach, and I think yours demonstrates a better coding style, so it was nice to learn something new reading your code!

Overall, you created a very concise, and straightforward assignment. Well done.

Cheers, Margot

jardnzm commented 6 years ago

Hi @xinmiaow ,

Best, Ziming

ksedivyhaley commented 6 years ago

Three or more scripts, an Rmd, and a Makefile: Yes Starts by downloading data, ends with Rmd: Yes The output of each is the modified input of the previous step: Yes Includes some analysis and at least one figure: Yes Makefile includes all scripts and Rmd with correct dependencies: Yes Makefile runs: Yes Bonus: Imported data, embedded figures. Reflection: No

Comments:

Your mark will be distributed later. If you would like more feedback, please feel free to message me on slack.

ksedivyhaley commented 6 years ago

Oh - missed something! It's important to list the R scripts you're running as dependencies of each step, along with the inputs. This ensures that if you change one of your scripts, you'll re-run any steps that use those scripts. Otherwise Make thinks everything is up to date.