
Joona Lehtomäki

"Opening up access to the data and software, not just the final publication, is one of goals of the open science movement"
(Ram, 2013)


Wolkovich et al. 2012

Peng 2011

Sirkiä et al. 2012

Adapted from Markus Kainu
# Quick summary
library(ggplot2)
summary(cars)
## speed dist
## Min. : 4.0 Min. : 2
## 1st Qu.:12.0 1st Qu.: 26
## Median :15.0 Median : 36
## Mean :15.4 Mean : 43
## 3rd Qu.:19.0 3rd Qu.: 56
## Max. :25.0 Max. :120
# Quick plot of the data
qplot(speed, dist, data = cars) + geom_smooth()



Ram, 2013



Thank you!