rm(list = ls()) # clean-up workspace

Announcement

Reproducible Research

Definition

In computational sciences this means:

the data and code used to make a finding are available and they are sufficient for an independent researcher to recreate the finding.

Christopher Gandrud

Why

  • Science is about accumulating knowledge and reproducibility is the foundation.

  • Greater research impact. Note: “a study can be reproducible and still be wrong.”

  • Better work habits

    • avoid thinking ‘no one was looking’

    • communicate with future-you

  • Better teamwork

    • communicate with another person. For example, your instructor with your HWs.

Tools for reproducible research