Please enable JavaScript.
Coggle requires JavaScript to display documents.
Reproducible Research (What is RR :!?: (A study is reproducible, if (the…
Reproducible Research
What is RR :!?:
about communicating what you have, exactly to others
-
A study is reproducible, if
- the analytic data are made available
- the statistical methods are fully described,
computer code is made available
- documentation for both data and methods made available
- standard methods of distribution are employed
-
-
-
-
Reproducibility
-
-
-
-
Skills
-
-
-
-
dealing with complicated software stacks, and use of virtual machines
tools to aid RR
:one: literate programming,
authoring & publishing tool
literate programming
-
a useful way to put text, data, code and output all in one doc
incld. graphical results
-
Pros :+1:
-
-
data, results are automatically updated
-
cons :-1:
difficult to read, a lot of codes
-
-
-
-
-
-
-
How :!?:
Execution
-
-
101
- Begin with the final product in mind
-
- keep history of changes via code versioning & sharing
- Get basic statistics right
- set stringent cutoffs, correct p-values for multiple testing
-
- Follow reporting guidelines
-
Irreproducibility
-
Reasons for acceptance
-
:two: Be abstract
pseudo-code, a great way of communicating ideas quickly and clearly, - not understand the subtle implementation details
-
-
-
-