-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopen-science.qmd
More file actions
253 lines (165 loc) · 5.27 KB
/
open-science.qmd
File metadata and controls
253 lines (165 loc) · 5.27 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
---
title: |
Open Science Fundamentals \
PNB 3EE3
author: "Maya Flannery"
date: "2023-09-18"
format:
revealjs:
embed-resources: true
toc: true
toc-title: "Outline"
toc-depth: 1
theme: [default]
slide-number: true
bibliography: ref/os-refs.json
csl: ref/apa.csl
---
# Objectives
::: incremental
- What is open science?
- Why care about open science?
- How do you do open science?
- Connection to this [course](https://github.com/pnb3ee3)!
:::
# Background: The Replication Crisis
## The Replication Crisis
![Evidence for precognition---extraordinary claims! [@http://zotero.org/users/10371288/items/QIVEQVXM]](images/1-bem.png)
::: notes
[@http://zotero.org/users/10371288/items/QIVEQVXM]
Some later responses:
- [@http://zotero.org/users/10371288/items/4BS48KJ5]
- [@http://zotero.org/users/10371288/items/C9MMMAQW]
:::
## Issue

------------------------------------------------------------------------
![Psychologists' methods become under extreme critique [@http://zotero.org/users/10371288/items/H95H5ENI]](images/8-changeStats.png)
::: notes
[@http://zotero.org/users/10371288/items/H95H5ENI]
:::
## Follow up
![[@http://zotero.org/users/10371288/items/IAGU3UGZ]](images/5-manifesto.png)
::: notes
[@http://zotero.org/users/10371288/items/IAGU3UGZ]
:::
------------------------------------------------------------------------
![Many studies do not replicate! [@http://zotero.org/users/10371288/items/CHLAFSLI]](images/2-replication.png)
::: notes
[@http://zotero.org/users/10371288/items/CHLAFSLI]
:::
# Problems: Questionable Practices (QRPs and QMPs)
Questionable research practices [@http://zotero.org/users/10371288/items/E5Y7JSN4]
Questionable measurement practices [@http://zotero.org/users/10371288/items/ZKIYJQHY]
::: notes
- QRPS: [@http://zotero.org/users/10371288/items/E5Y7JSN4]
- QMPs: [@http://zotero.org/users/10371288/items/ZKIYJQHY]
:::
## Failing to report
::: incremental
- all dependent measures
- all conditions
:::
. . .
Probability of rejecting null hypothesis increases with the number of tests.
## Selective reporting

## Collecting data
::: incremental
- After seeing whether results are significant
- Stopping after achieving desired result
- Excluding data after seeing impact of doing do
:::
. . .
[See p-hacking demo](https://pnb3ee3.github.io/openScience/p-hacking-demo.html)
------------------------------------------------------------------------

## Analysis
::: incremental
- Rounding down p-values
- Falsifying data
- Claim results are unaffected by demographics
- Western Educated Industrialized Rich Democratic (WEIRD) populations
:::
## Claim to have predicted an unexpected finding
HARKing [@http://zotero.org/users/10371288/items/U4589JGV]
::: notes
:::
## Why do researchers do this?
::: incremental
- Career depends on ability to "publish or perish"
- It is *very* difficult to publish null results
:::
::: notes
:::
# Solution: Open Science
------------------------------------------------------------------------
](images/9-osTaxonomy.png)
## Open Access

## Open Data
::: incremental
- Promotes reproducibility
- Saves resources
- Must be prepared carefully
:::
. . .

## Open Reproducible Research
::: incremental
- Data stored, organized, formatted appropriately
- Code is clean, readable, well-documented
- Instructions for reproduction
:::
## Open Science Tools
::: incremental
- [Git](https://github.com)
- [Open Science Framework](https://osf.io)
- [Example](https://emusicology.org/index.php/EMR/article/view/7208)
:::
## Incentives
![[@http://zotero.org/users/10371288/items/IAGU3UGZ]](images/15-incentives.png)
::: notes
:::
## Resources
- [FOSTER Open Science](https://www.fosteropenscience.eu)
::: notes
:::
# More Things to Think About
## Metametascience
![[@http://zotero.org/users/10371288/items/HNUBIKJJ]](images/3-brokenScience.png)
::: notes
[@http://zotero.org/users/10371288/items/HNUBIKJJ]
:::
## Knowledge?
![[@http://zotero.org/users/10371288/items/J5LKYY99]](images/4-inst1.png)
::: notes
[@http://zotero.org/users/10371288/items/J5LKYY99]
:::
------------------------------------------------------------------------

# Open Science in PNB 3EE3
## Reproducible Research and Open Science Tools
------------------------------------------------------------------------
### Open repositories
::: incremental
- [GitHub](https://github.com)
:::
------------------------------------------------------------------------
### Open source/notebooks
::: incremental
- [jsPsych](https://www.jspsych.org/7.3/)
- [R](https://www.r-project.org)
- [Python](https://www.python.org)
:::
------------------------------------------------------------------------
### Preregistration
[OSF Prereg Template](https://osf.io/preprints/metaarxiv/epgjd/)
[Assignment](https://github.com/pnb3ee3/courseOutline/blob/main/Assignments/group_preRegistration.md)
# Summary
![[@http://zotero.org/users/10371288/items/IAGU3UGZ]](images/6-cycle-01.png)
::: notes
:::
# References
::: {#refs}
:::