stat545ubc-2021 / Guanyu_Chen

0 stars 0 forks source link

Milestone 2 Feedback #2

Open asfarlathif opened 3 years ago

asfarlathif commented 3 years ago

Hi Guanyu, Great work on milestone 2.

Guanyu0001 commented 3 years ago

Hi, Asfarlathif. Thank you for your reply. However, I may want my assignment to be regraded:

I am looking forward to your reply. Hope you can show the details about the deduction.

asfarlathif commented 3 years ago

Hi @Guanyu0001

Here is the breakdown of your marks for this milestone:

1.1 - 2.25/2.5 1.2 - 9.75/10 1.3 - 2.5/2.5 2.1 - 0/2.5 2.2 - 4/5 2.3 - 5/5 tidy submission - 2,5/2.5

Hope this clarifies your question. Here is the revised marks:

1.1 - 2.25/2.5 1.2 - 9.75/10 1.3 - 2.5/2.5 2.1 - 2.5/2.5 2.2 - 4/5 2.3 - 5/5 tidy submission - 2,5/2.5

Total now - 28.5

Guanyu0001 commented 3 years ago

Hi @asfarlathif, Thank you for your instant reply.

for 2.2, although you demonstrated tidy and untidy data transformation - there was no written explanation on why you would consider the transformed data untidy and then tidy again. Thus a -1 deduction there.

The instructions only mentioned that: "Be sure to explain your reasoning for this task. Show us the “before” and “after”." I probably didn't write too much but I did explain the reason and use code to show the “before” and “after”: "Now our data are tidy, then untidy them by storing the same variable in multiple columns, i.e., in wide format, according to extreme_type." #Here is the rationale. And I commend the before and after in code: head(flow_sample) #before head(flow_sample_untidy) #after Finally, I put all the related datasets together: head(flow_sample) #original head(flow_sample_untidy) # untidy head(flow_sample_tidy) # tidy

If the point is to explain why you would consider the transformed data untidy and then tidy again. This should be mentioned in the instructions.

Hope you can kindly consider what I have done. Anyways, thank you for your time and consideration.

asfarlathif commented 2 years ago

Hi @Guanyu0001,

Yeah, I noticed the line you have mentioned. However, as we discussed the tidiness of your data can be quite tricky to decide as it depends on the variables you take into account and the questions you try to answer. In that sense, I was looking for a bit more explanation on why you'd consider the transformations you did to be untidy data and why it won't work in your case as it is. Hope this clarifies your question. Please let me know if you have any more clarifications. Happy to discuss!