May 21, 2015
– Gentleman, R. and Temple Lang, D. (2004). Statistical analyses and reproducible research. Bioconductor Project Working Papers. http://biostats.bepress.com/bioconductor/paper2/
We examine the relationship between speed and stopping distance using a linear regression model: \(Y = \beta_0 + \beta_1 x + \epsilon\).
par(mar = c(4, 4, 1, 1), mgp = c(2, 1, 0), cex = 0.8) plot(cars, pch = 20, col = 'darkgray') fit <- lm(dist ~ speed, data = cars) abline(fit, lwd = 2)
The slope of a simple linear regression is 3.9324088.
.travis.yml
Dockerfile
circle.yml
Presentation written in R Markdown using ioslides
Compiled into HTML5 using RStudio & knitr
Source code hosting: https://github.com/benmarwick/BIDS-repro2015-lightning-talk
ORCID: http://orcid.org/0000-0001-7879-4531
Licensing: