stat545ubc-2021 / mda-elza4125

mda-elza4125 created by GitHub Classroom
0 stars 0 forks source link

Milestone 1 Feedback #3

Open iciarfernandez opened 2 years ago

iciarfernandez commented 2 years ago

Hey Elizabeth,

Fantastic work on your first MDA Milestone, keep it up! Please see detailed feedback below, and let me know if you have any comments/questions:

Great work with exercise one, your code is mostly tidy and you justify your choices with explanations - however, I noticed that you respond to tasks 1.3 and 1.4 (which don't actually require any code) with an explanation written as a comment (using #) within a code chunk; no need to do this, you can just write it out as part of the document under the instruction! Only use code chunks when you are actually writing code and comments (using #) to comment on what the code is doing :)

In the first task you complete for Exercise 2, you assign a ggplot object to two vectors, but you don't actually print the output to screen - how else would you know what the plot looks like? Next time, make sure to print the object to screen so that the plot can be displayed. Same is true for your third task, when you're plotting the relationship between height and and years built! Also, as with your first exercise, you can save the in-code comments to explanations that describe what the code is doing, but you can write why you are interested in doing a given task / why it makes sense for your data outside of the code chunk. Along the same lines, your explanations as to why you chose those exercises for your data are a bit sparse, for next milestone try to reason why you would be interested (for example) in buildings that are 50 years or older - for instance, is that helping you answer a research question, do you expect those buildings to have more amenities (which is actually one of your research questions)...? With that said, you chose exercises that make a lot of sense for your dataset, and your code is clean and well written. Good job!

Your research questions are very thoughtful and you should be able to answer them using the dataset with a mix of data visualization and data exploration activities; I think that particularly the one where you want to find out whether newer buildings are more prone to not allow smoking is really interesting! I look forward to seeing how you approach those in your next milestone.

Thanks, Icíar

elza4125 commented 2 years ago

Thank you!! :)