--- title: "Reproducible Research" author: "Dr. Hua Zhou" date: "Jan 16, 2018" output: ioslides_presentation: default subtitle: Biostat M280 bibliography: ../bib-HZ.bib csl: ../apa.csl --- ## {.flexbox .vcenter} > An article about computational science in a scientific publication is **not** the scholarship itself, it is merely **advertising** of the scholarship. The actual scholarship is the complete software development environment and the complete set of instructions which generated the figures. > > @BuckheitDonoho95ReproRes ## Non-reproducible research | [Duke Potti scandal](https://en.wikipedia.org/wiki/Anil_Potti)
---- - @Potti06GenomeSignature:
Nature Genetics (2015 Impact Factor: 31.616). 20 articles about microarray profiling published in Nature Genetics between Jan 2005 and Dec 2006. ## Non-reproducible research | Bible code
- @WitztumRipsRosenberg94BibleCode - @McKayBarNatanBarHillelKalai99BibleCode ## Why reproducible research {.smaller} - Reproducibility has been a foundation of science. It helps accumulate scientific knowledge. - Greater research impact. - Better work habit boosts quality of research. - Better teamwork. For **you** as graduate students, it means better communication with your advisor. ```{r, eval=FALSE} while true Stud: "that idea you told me to try - it doesn't work!" Prof: "ok. how about trying this instead." end ``` Unless you reproduce the computing environment (algorithms, dataset, tuning parameters), there's no way others can help you. ## How to be reproducible in statistics? > When we publish articles containing figures which were generated by computer, we also publish the complete software environment which generates the figures. > > @BuckheitDonoho95ReproRes - A good example: