-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepro_crisis.Rmd
More file actions
410 lines (234 loc) · 6.09 KB
/
Copy pathrepro_crisis.Rmd
File metadata and controls
410 lines (234 loc) · 6.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
---
title: 'Improving the reproducibility of scientific research'
author: 'Francisco Rodríguez-Sánchez'
# date: '@frod_san'
institute: https://frodriguezsanchez.net
output:
binb::metropolis:
keep_tex: no
pandoc_args: ['--lua-filter=hideslide.lua']
fontsize: 12pt
urlcolor: blue
header-includes:
\definecolor{shadecolor}{RGB}{230,230,230}
---
```{r setup, include=FALSE}
library('knitr')
knitr::opts_chunk$set(echo = FALSE, cache = FALSE, background = 'red',
out.width = '80%',
# out.height = '2in',
fig.align = 'center')
```
---
```{r }
include_graphics('images/repro-crisis-Nature-2.png')
```
\raggedright
\tiny [Baker 2016](https://doi.org/10.1038/533452a)
\raggedleft
## The reproducibility crisis in mass media
```{r out.width='95%'}
include_graphics('images/elpais.png')
```
\raggedright
\tiny [El País](https://elpais.com/elpais/2017/01/10/ciencia/1484073680_523691.html)
\raggedleft
## Reproducibility Project: Cancer Biology
```{r }
include_graphics('images/RPCB_Nature.png')
```
> - Goal: Replicate 193 experiments from 53 papers
> - Finally: 50 experiments from 23 papers
> - ~Half **didn't replicate** (much smaller effect sizes)
> - **No paper reported** all required data
> - **Impossible to repeat** experiments w/o contacting authors
> - 1/3 authors **didn't respond or help**
\raggedright
\tiny [Errington et al 2021](https://doi.org/10.7554/eLife.67995)
\raggedleft
---
```{r out.width='65%'}
include_graphics('images/unclear-methods1.png')
```
```{r out.width='50%'}
include_graphics('images/unclear-methods2.png')
```
---
\large
Most scientific articles
\Huge
**are NOT reproducible**
::: hide :::
## The reproducibility crisis
```{r }
include_graphics('images/repro-crisis-Nature-2.png')
```
\raggedright
\tiny [Baker 2016](https://doi.org/10.1038/533452a)
\raggedleft
:::
---
\LARGE
Reproducibility
*crisis* ---> **REVOLUTION**
# What is reproducibility?
## Reproducibility vs Replicability
```{r out.width = '4in', out.height = '2.2in'}
include_graphics('images/ReproducibleMatrix.jpg')
```
\raggedright
\footnotesize [The Turing Way](https://the-turing-way.netlify.app/welcome)
\raggedleft
---
\Large
We can't guarantee that
our results are **REPLICABLE**.
\vspace{1cm}
But at least
they should be **REPRODUCIBLE**.
\normalsize
---
\large
Most scientific articles
\huge
**are NOT reproducible**
---
```{r out.width='40%', fig.align='left'}
include_graphics('images/Nuijten.png')
```
```{r}
include_graphics('images/statcheck.png')
```
---
```{r out.width='50%', fig.align='left'}
include_graphics('images/Nuijten.png')
```
\large
1/2 articles: **inconsistencies** in p-values
1/8 articles: **grossly inconsistent** p-values
\normalsize
(affecting conclusions -> significance)
---
In ecology
\Huge
**< 20%** articles are **reproducible**
\raggedright
\footnotesize [Culina et al 2020](https://doi.org/10.1371/journal.pbio.3000763)
\raggedleft
---
## We can't even reproduce our own work
Data/Code lost or unusable
```{r out.width='40%'}
include_graphics('images/datamess.png')
```
---
::: hide :::
\small
You can’t reproduce if you don’t understand where a number came from.
You can’t reproduce what you don’t remember.
And trust me: you won’t.
You can’t reproduce what you’ve lost.
What if you need access to a file as it existed 1, 10, 100, or 1000 days ago?
\normalsize
\raggedright
\footnotesize [Bond-Lamberty 2014](http://rstudio-pubs-static.s3.amazonaws.com/14911_24ffedb113f74789b709cbd694dc255c.html#/)
\raggedleft
:::
## What's a reproducible manuscript?
```{r out.width = '60%'}
include_graphics('images/text-data-code.png')
```
DATA + CODE
- analysis fully **traceable**
- results can be **regenerated**
---
A scientific article is **advertising**, not scholarship.
The actual scholarship is the **full software environment**,
**code and data**, that produced the result.
\raggedright
\footnotesize [Claerbout & Karrenback 1992](https://doi.org/10.1190/1.1822162)
\raggedleft
## Reproducible article: text + data + code
```{r out.width = '3in', out.height = '1.3in'}
include_graphics('images/text-data-code.png')
```
---
\Huge
Are we sharing the data?
## Are we sharing data?
```{r}
include_graphics('images/Roche-2015.png')
```
\raggedright
\tiny [Roche et al. 2015](https://doi.org/10.1371/journal.pbio.1002295)
\raggedleft
## Are we sharing data?
```{r out.width='50%'}
include_graphics('images/Culina-data.png')
```
\raggedright
\tiny [Culina et al. 2020](https://doi.org/10.1371/journal.pbio.3000763)
\raggedleft
## Are we sharing data?
\Large
Quickly getting better
```{r out.width='40%'}
include_graphics('images/Campbell-2019.png')
```
\raggedright
\tiny [Campbell et al. 2019](https://doi.org/10.1016/j.tree.2018.11.010)
\raggedleft
---
\Huge
Are we sharing the code?
## Code exists but rarely shared
```{r out.width = '2in', out.height = '2.5in'}
include_graphics('images/antica.png')
```
\raggedright
\tiny [Culina et al. 2020](https://doi.org/10.1371/journal.pbio.3000763)
\raggedleft
::: hide :::
---
\Large
Las barreras
\huge
no son técnicas
\normalsize
:::
---
\Huge
\center WHY?
## Poor incentives
```{r out.width='90%'}
include_graphics('images/incentives.png')
```
\raggedright
\tiny [O'Dea et al 2021](https://doi.org/10.1186/s12915-021-01006-3)
\raggedleft
## Doing reproducible research can be costly
```{r out.width='70%', fig.align='left'}
include_graphics('images/Poldrack.png')
```
```{r out.width='70%'}
include_graphics('images/Allen-2019.png')
```
## Must value diverse contributions to reproducible research
```{r }
include_graphics('images/credit-Nature.png')
```
\raggedright
\tiny [Pierce et al 2019](https://doi.org/10.1038/d41586-019-01715-4)
\raggedleft
## Let's knock down psychological barriers
```{r out.width = '3in'}
include_graphics('images/goodenough.png')
```
\raggedright
\tiny [Barnes 2010](https://doi.org/10.1038/467753a)
\raggedleft
\normalsize
- Improve training
- Code review, preprints...
- Avoid shaming -> constructive critique
- Ugly code better than no code