rishadhabib / STAT545-547-hw-habib-rishad

GitHub repository for remainder of STAT 545A homework submissions
0 stars 0 forks source link

hw07 ready for grading #6

Open rishadhabib opened 6 years ago

rishadhabib commented 6 years ago

Here's the link to my hw07

Tangjiahui26 commented 6 years ago

Peer Review:

Hi, @rishadhabib ! It looks that you haven't finished your homework completely, but just simply implemented one R script that can download files from the Internet. In fact, I was same as you at first and did not know what to do with this homework. Then I went over the class notes and searched the related materials online, and finally understood the process. I think the basic requirement of this assignment is to divide the previous homework into several parts and each part should be written individually as a R script. Then make or remake can be used to execute and put the scripts together.

You can start with the easiest way, for example this, or maybe you could also learn how to automate the pipeline when reviewing other's reports, I believe you can finish this part of homework by yourself. Come on!

Regards, Jiahui Tang

rainerlempert commented 6 years ago

Hey @rishadhabib

I have to echo @Tangjiahui26 review. I also struggling at the beginning of this assignment understanding exactly what to do. One thing that helped me was Jenny's Tutorial. I copied her files then ran them using these slides as a helping hand.

If you'd like, feel free to copy my make file and use that as a template. Or not either way.

One last thing - you might need to update your RStudio for makefiles to work. Mine were failing until I did this.

Good luck! - Rainer