CassKon / STAT545-hw-konecny-cassandra

Homework Repository
0 stars 0 forks source link

hw02 ready for grading #4

Open CassKon opened 6 years ago

CassKon commented 6 years ago

@vincenzocoia @gvdr @ksedivyhaley @joeybernhardt @mynamedaike @pgonzaleze @derekcho please find my homework 02 here!

vibudh2209 commented 6 years ago

Things done excellently:

Things that can be added

Overall pretty good work!!! Cheers Vibudh

ksedivyhaley commented 6 years ago

Smell test of data: Yes, see comments re typeof() Explores at least one categorical/quantitative variable: Yes Uses various ggplot types: Yes (scatterplot, barplot) Uses filter(), select(), and %>%: Yes Bonus (evaluate code, tables, more dplyr): Yes, evaluate code (good explanation of why!) Reflection on process: No

Comments:

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

farihakhan commented 6 years ago

Good job on your assignment, you covered all of the analysis requirements well. Nice use of different filters, and documentation within your markdown. I also like that you included the answers for each questions alongside your code chunks. Your graphs looks great, I like that you went the extra step to add labels. Also, good job with exploring different features of ggplot and combining functions into your graphs.

I noticed that you didn't include your progress report for the assignment, but there is some documentation of your thought process within your markdown. You also didn't include a readme file at all, which gives your assignment little context or descriptions for others viewing it. When looking at the data types of each variable in the data frame, using str() would have been a more efficient solution. The readability of your code could be slightly improved by adding more commenting and spacing. RStudio has a feature where you can automatically have the software format your code by cmd + shift + A. You do a good job covering the questions that were asked, but you could try explore different variables and manipulating the data to explore deeper.

Nice job!