Skip to content

Commit 2cdc24c

Browse files
committed
Merge branch 'master' of github.com:tclasen/Reproducible-Data-Science
2 parents a2c2327 + 97355e5 commit 2cdc24c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Reproducible-Data-Science
2+
3+
- For Every Result, Keep Track of How It Was Produced
4+
- Avoid Manual Data Manipulation Steps
5+
- Archive the Exact Versions of All External Programs Used
6+
- Version Control All Custom Scripts
7+
- Record All Intermediate Results, When Possible in Standardized Formats
8+
- For Analyses That Include Randomness, Note Underlying Random Seeds
9+
- Always Store Raw Data behind Plots
10+
- Generate Hierarchical Analysis Output, Allowing Layers of Increasing Detail to Be Inspected
11+
- Connect Textual Statements to Underlying Results
12+
- Provide Public Access to Scripts, Runs, and Results
13+
14+
Based on: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003285#s9

0 commit comments

Comments
 (0)