UBC-MDS / data-analysis-review-2023

0 stars 0 forks source link

Submission: Group 12: Egg-Production-Inferential-Test #11

Open Kierst01 opened 7 months ago

Kierst01 commented 7 months ago

Submitting authors: @Kierst01@paolocodina@carinaya

Repository: https://github.com/UBC-MDS/Egg-Production-Inferential-Test Report link: https://ubc-mds.github.io/Egg-Production-Inferential-Test/egg_production_inferential_report.html Abstract/executive summary: Here we attempt to use inference to determine if there is a difference in the number of eggs produced by each hen between hatching and table eggs (fertilized vs unfertilized). We did this using a permutation method on our sample to compare the observed statistics. We got a p-value of 0 which is very rare and is below our chosen 0.05 alpha so we reject the null hypothesis that the number of eggs produced by each hen between hatching and table eggs are the same.

Editor: @ttimbers Reviewer: Andy Zhang, Hayley Han, Katherine Chen, Jerry Yu

jy1909 commented 7 months ago

Data analysis review checklist

Reviewer: @jy1909

Conflict of interest

Code of Conduct

General checks

Documentation

Code quality

Reproducibility

Analysis report

Estimated hours spent reviewing: 2

Review Comments:

Please provide more detailed feedback here on what was done particularly well, and what could be improved. It is especially important to elaborate on items that you were not able to check off in the list above.

Attribution

This was derived from the JOSE review checklist and the ROpenSci review checklist.

andyzhangstat commented 7 months ago

Data analysis review checklist

Reviewer:

Conflict of interest

Code of Conduct

General checks

Documentation

Code quality

Reproducibility

Analysis report

Estimated hours spent reviewing: 2 hours.

Review Comments:

Please provide more detailed feedback here on what was done particularly well, and what could be improved. It is especially important to elaborate on items that you were not able to check off in the list above.

The research topic is intriguing and the report is well-structured and easy to comprehend. Here are some recommendations based on my own understanding.

  1. The report needs to incorporate the names and affiliations of the authors.
  2. Include documentation on how to execute the tests.
  3. Add a DOI link to the second reference.
  4. The port configuration in docker-compose.yml should be updated.
  5. There is an absence of figures in the report.
  6. Ensure the link to the issues page in CONTRIBUTING.md is updated.
  7. It is better to explicitly outline the assumptions and limitations associated with the methodology.

Attribution

This was derived from the JOSE review checklist and the ROpenSci review checklist.

yhan178 commented 7 months ago

Data analysis review checklist

Reviewer: yhan178

Conflict of interest

Code of Conduct

General checks

Documentation

Code quality

Reproducibility

Analysis report

Estimated hours spent reviewing:

Review Comments:

Please provide more detailed feedback here on what was done particularly well, and what could be improved. It is especially important to elaborate on items that you were not able to check off in the list above.

Interesting topic and looking good overall, yet missing figures from the final report decrease the report's readability. Besides other peers' comments and my fix suggestions listed above, I have some general suggestions:

  1. Normally, p-value cannot be zero but a very very small number, e.g., 1.23e-123. I did not find the original data output of the permutation analysis. It would be helpful to provide the output of the original analysis instead of a single p-value.
  2. I found the result plot in the folder since figures are missing from the report. From the plot, it seems that p is likely to be a small value rather than 0. Therefore, p can be reported as p < 0.001. If I was wrong, it would be better for the authors to provide an explanation why p is 0 in this case.
  3. As a report for general readers, providing a description of the dataset might be more helpful for your reader to capture key information of your data and analyses. For instance, instead of printing the first few rows, last few rows, and number of rows as separated table, providing a description of each column in a table might be more informative.

Attribution

This was derived from the JOSE review checklist and the ROpenSci review checklist.

czwcandy commented 7 months ago

Data analysis review checklist

Reviewer:

Conflict of interest

Code of Conduct

General checks

Documentation

Code quality

Reproducibility

Analysis report

Estimated hours spent reviewing:

Review Comments:

Please provide more detailed feedback here on what was done particularly well, and what could be improved. It is especially important to elaborate on items that you were not able to check off in the list above.

This topic is very interesting and I am attracted with the permutation test in this report, which is very different from other groups. The report is well organized with a clear description.

  1. Need add authors and affiliations to the report.
  2. Need add DOI link.
  3. I failed to enter RStudio Sign In page.
  4. No test instruction.
  5. All figures are missing in the report, maybe it is the render problem.

Attribution

This was derived from the JOSE review checklist and the ROpenSci review checklist.