-
Notifications
You must be signed in to change notification settings - Fork 3
Peer review #39
Description
Hi group 1!
-
Great work, the usage section was clear and easy to follow and the make file seemed to run well up until the knitr script because I didn't have the 'bookdown' package - maybe this could be included in your packages list at the start of your readme. Once I installed bookdown, everything ran well! All scripts were executed individually and there were now problems. The messages in your scripts were a nice touch!
-
I'm not sure whether if is common practice or not, but maybe it would be useful to have a script within your make file that also installs the packages? This is not a major thing, but would be 1 less thing to run.
-
Scripts ran quickly and vectorization was effectively used. I also found the comments within your script really helpful to follow along with what was going on.
-
I like how there are separate folders within your data folder for the raw and processed data, however I feel that the linear models folder would be better to be not included within the data folder, i.e. maybe in a separate rds folder within your repo. This would just make your linear models slightly easier to locate.
-
Interesting research questions! Your facet plot displays your data well and clearly helps to explore your research question. Diagnostic plots are great to see! Although I'm not sure whether they would be needed in your final report as long as you explain them in the text or maybe they could be supplementary data. Good use of kable for the tables!
-
Overall great work! Looking forward to seeing your dashboard!