Please enable JavaScript.
Coggle requires JavaScript to display documents.
ПИТЕР Я УЖЕ ТАМ (What is RR :!?: (A study is reproducible, if (the…
ПИТЕР Я УЖЕ ТАМ
What is RR :!?:
-
-
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
about communicating what you have, exactly to others
-
-
-
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
-
-
-
-
-
-
Reproducibility
-
-
-
-
Skills
dealing with complicated software stacks, and use of virtual machines
-
-
-
-
-
КАК :!?:
-
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
-
-
-
-
-