-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheRumShinyDemo-Epifania.Rmd
309 lines (272 loc) · 8.53 KB
/
eRumShinyDemo-Epifania.Rmd
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
---
title: "Scoring the Implicit Association Test has never been easier: DscoreApp"
author: "Ottavia M. Epifania, Pasquale Anselmi & Egidio Robusto"
date: "University of Padova"
output:
ioslides_presentation:
css: style.css
widescreen: true
# beamer_presentation: default
subtitle: "Shiny-demo @eRum2020 | Milan | June 18, 2020"
logo: logo6.png
header-includes:
- \usepackage{subfig}
---
```{r setup, echo = FALSE, include = FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
## The Implicit Association Test {.build .columns-2 .smaller}
<div style="align="center;">
<h3 style="color:#cd82d1;" font-weight: "bold"; text-align: center; > Coke-Good/Pepsi-Bad (CGPB) </h3>
<br />
```{r, out.width="50%%", fig.align='center'}
knitr::include_graphics("C:/Users/huawei/Desktop/images/coke1.png")
```
<!-- the columns should break here -->
<h3 text-align: center; style="color:#498f36;" font-weight: "bold";> Pepsi-Good/Coke-Bad (PGCB) </h3>
<br />
```{r, out.width="50%%", fig.align='center'}
knitr::include_graphics("C:/Users/huawei/Desktop/images/coke2.png")
```
</div>
<div id="test1", style="align="center;">
<center>
<h3>IAT structure</h3>
<table style="width=840px">
<tr>
<th> Block</th>
<th> Function </th>
<th> Left response key </th>
<th> Right response key </th>
</tr>
<tr>
<td><em> B1 </em> </td>
<td>Practice</td>
<td>Coke</td>
<td>Pepsi</td>
</tr>
<tr>
<td><em> B2 </em></td>
<td>Practice</td>
<td>Good</td>
<td>Bad</td>
</tr>
<tr>
<td style="background-color: #e7d4e8; color: black;rm"><em> B3 </em></td>
<td style="background-color: #e7d4e8; color: black;">Associative practice Mapping A</td>
<td style="background-color: #e7d4e8; color: black;">Coke & Good</td>
<td style="background-color: #e7d4e8; color: black;">Pepsi & Bad </td>
</tr>
<tr>
<td style="background-color: #e7d4e8; color: black;"><em> B4 </em></td>
<td style="background-color: #e7d4e8; color: black;">Associative test Mapping A</td>
<td style="background-color: #e7d4e8; color: black;">Coke & Good</td>
<td style="background-color: #e7d4e8; color: black;">Pepsi & Bad </td>
</tr>
<tr>
<td><em> B5 </em></td>
<td>Practice</td>
<td>Pepsi</td>
<td>Coke</td>
</tr>
<tr>
<td style="background-color: #d9f0d3; color: black;"> <em> B6 </em></td>
<td style="background-color: #d9f0d3; color: black;">Associative practice Mapping B</td>
<td style="background-color: #d9f0d3; color: black;">Pepsi & Good</td>
<td style="background-color: #d9f0d3; color: black;">Coke & Bad</td>
</tr>
<tr>
<td style="background-color: #d9f0d3; color: black;"><em> B7 </em></td>
<td style="background-color: #d9f0d3; color: black;">Associative test Mapping B</td>
<td style="background-color: #d9f0d3; color: black;">Pepsi & Good</td>
<td style="background-color: #d9f0d3; color: black;">Coke & Bad</td>
</tr>
</table>
</center>
</div>
## The D-score {.build}
<div style="position: top:12%;">
<h4> D-score core procedure </h4>
$D_{practice} = \frac{M_{B6} - M_{B3}}{sd_{B6,B3}}$
$D_{test} = \frac{M_{B7} - M_{B4}}{sd_{B7,B4}}$
</div>
<div style="position: fixed; top:30%; right:35%">
$D_{score} = \frac{D_{practice} + D_{test}}{2}$
</div>
<div style="position: fixed; bottom:22%; left:40%;">
<h4> <em> D-score </em>algorithms </h4>
<right>
<table style= "font-size:16pt;">
<tr>
<th>Dscore</th>
<th>Error inflation</th>
<th>Lower tail treatment</th>
</tr>
<tr>
<td>D1</td>
<td>Built-in correction</td>
<td>No</td>
</tr>
<tr>
<td>D2</td>
<td>Built-in correction</td>
<td>delete trials < 400 ms</td>
</tr>
<tr>
<td>D3</td>
<td>Replace errors: mean (correct responses) + 2sd</td>
<td>No</td>
</tr>
<tr>
<td>D4</td>
<td>Replace errors: mean (correct responses) + 600 ms</td>
<td>No</td>
</tr>
<tr>
<td>D5</td>
<td>Replace errors: mean (correct responses) + 2sd</td>
<td>delete trials < 400 ms</td>
</tr>
<tr>
<td>D6</td>
<td>Replace errors: mean (correct responses) + 600 ms</td>
<td>delete trials < 400 ms</td>
</tr>
</table>
</right>
</div>
## Available options {.build}
<!-- <div> -->
<table>
<tr>
<th> </th>
<th> Open source </th>
<th> Programming skills </th>
<th> Multiple Scores </th>
<th> Plot </th>
</tr>
<tr>
<td> SPSS </td>
<td> NO </td>
<td> YES </td>
<td> YES </td>
<td> NO </td>
</tr>
<tr>
<td> Inquisit </td>
<td> NO </td>
<td> NO </td>
<td> NO </td>
<td> NO </td>
</tr>
<tr>
<td style="font-family: Courier New, Monospace;"> IATanalytics </td>
<td> YES </td>
<td> YES </td>
<td> Not clear </td>
<td> NO </td>
</tr>
<tr>
<td style="font-family: Courier New, Monospace;"> IATScore </td>
<td> YES </td>
<td> YES </td>
<td> Not clear </td>
<td> NO </td>
</tr>
<tr>
<td style="font-family: Courier New, Monospace;"> IAT </td>
<td> YES </td>
<td> YES </td>
<td> YES </td>
<td> YES </td>
</tr>
<tr>
<td style="font-family: Courier New, Monospace;"> IATScores </td>
<td> YES </td>
<td> YES </td>
<td> YES </td>
<td> YES </td>
</tr>
<tr>
<td style="font-family: Courier New, Monospace;"> implicitMeasures </td>
<td> YES </td>
<td> YES </td>
<td> YES </td>
<td> YES </td>
</tr>
</table>
<!-- </div> -->
<div style="position: fixed; bottom: 18%; left: 20%;">
<table style="width:900px; border:0;">
<tr>
<td style="width:15%; border:none;">
```{r, out.width="75%%"}
knitr::include_graphics("C:/Users/huawei/Desktop/images/emoji.png")
```
</td>
<td style="text-align:left; border:none; font-size:30px"> Something Open Source, easy and intuitive to use, able to compute multiple scores, and to provide nice graphical representations </td>
</tr>
</table>
</div>
## Shiny has the answer: DscoreApp
<center>
<a href="http://fisppa.psy.unipd.it/DscoreApp/">
<img src="app.png"
width="1050">
</a>
</center>
<!-- <iframe width="720" height="480" src="C:/Users/huawei/Desktop/images/zoom_0.mp4" type="video/mp4" align="middle" frameborder="0" allowfullscreen></iframe> -->
<!-- <iframe width="720" height="480" src="C:/Users/huawei/Desktop/images/DscoreDemo.mp4" type="video/mp4" align="middle" frameborder="0" allowfullscreen></iframe> -->
##
<h2 style="position: fixed; top:30%; left: 43%;">
Thanks!
</h2>
<div style="position: fixed; bottom: 22%; left: 33%;">
<table style="width:600px; border:0;">
<tr>
<td style="width:15%; border:none;">
```{r, out.width="45%%"}
knitr::include_graphics("logo6.png")
```
</td>
<td style="text-align:left; border:none;"> http://fisppa.psy.unipd.it/DscoreApp/ </td>
</tr>
<tr>
<td style="border:none;">
```{r, out.width="45%%"}
knitr::include_graphics("C:/Users/huawei/Desktop/images/download.png")
```
</td>
<td style="text-align:left; border:none;"> otta.epifania@gmail.com </td>
</tr>
<tr>
<td style="border:none;">
```{r, out.width="45%%"}
knitr::include_graphics("C:/Users/huawei/Desktop/images/github.png")
```
</td>
<td style="text-align:left; border:none;"> <a href="https://github.com/OttaviaE"> @OttaviaE</a> </td>
</tr>
<tr>
<td style="border:none;">
```{r, out.width="45%%"}
knitr::include_graphics("C:/Users/huawei/Desktop/images/twitter.png")
```
</td>
<td style="text-align:left; border:none;"> <a href="https://twitter.com/ExeOttavia"> @ExeOttavia</a> </td>
</tr>
<tr>
<td style="border:none;">
```{r, out.width="35%%"}
knitr::include_graphics("C:/Users/huawei/Desktop/images/linkedin.png")
```
</td>
<td style="text-align:left; border:none;"> <a href="https://www.linkedin.com/in/ottavia-epifania-612ba9b3/"> @OttaviaEpifania</a> </td>
</tr>
</table>
</div>
<div style="position: fixed; bottom: 13%; right: 20%;">
```{r, out.width="75%%"}
knitr::include_graphics("dscoreappQR.png")
```
</div>