Abstract
In the past few decades, there has been a growing interest in the possibility of assessing people’s attitudes, preferences, self-esteem, opinions, and other social-psychological constructs,
without directly asking them. This was made possible by the advent of what are called implicit measures. Implicit measures are generally based on the speed and accuracy with which
respondents perform the same categorization task in contrasting conditions. The assumption
underlying their functioning is that respondents’ performance will be faster and more accurate
in the condition that is consistent with their attitudes, opinions, or preferences. The construct of interest is inferred from the difference in the response times between the associative
conditions.
Among implicit measures, the Implicit Association Test (IAT; Greenwald, McGhee, &
Schwartz, 1998) and the Single Category IAT (SC-IAT; Karpinski & Steinman, 2006) are
the mostly common used ones (Ottavia M Epifania et al., 2020b). Both tests result in
a differential score (the so-called D-score) expressing respondents’ bias in performing the
categorization task between conditions. While the scoring of the SC-IAT is based on one
single algorithm (Karpinski & Steinman, 2006), six different algorithms are available for
computing the IAT D-score (Greenwald, Nosek, & Banaji, 2003). The core procedure for
the computation of the IAT D-score is the same for all the algorithms, which differentiate
themselves according to their treatment for extreme fast responses and for the replacement
of error responses.
Although many R packages exist for computing IAT D-score algorithms, no packages exist
for scoring the SC-IAT. Additionally, the majority of existing R packages created for the
computation of IAT D-score algorithms do not provide all the available algorithms. The
packages that allow for the computation of multiple D-score algorithms either do not offer
the chance to compare their results, or do not disambiguate which specifc algorithm they are
computing, raising reproducibility issues (Ellithorpe, Ewoldsen, & Velez, 2015).
Recently, a Web Application was developed with shiny package (Chang, Cheng, Allaire, Xie,
& McPherson, 2020) for computing the IAT D-score (i.e., DscoreApp; Epifania, Anselmi, &
Robusto, 2019). This app provides an intuitive and easy to use User Interface. By giving a
detailed explanation of the D-score algorithms that can be computed, DscoreApp addresses the
majority of the above mentioned replicability issues. Moreover, the graphical representation
of the results can give an immediate glimpse of the general performance of the respondents.
However, DscoreApp presents some shortcomings as well. Firstly, since it is a shiny app, it is
associated with the most signifcant outstanding issue of shiny apps, namely, the replicability
of the code, and hence of the results. Specifcally, by putting the code into the shiny interface,
it is impossible to call it from the command line, and this point is crucial for replication and
automation. However, Epifania et al. (2019) used a GitHub repository to let the public access
the code used for the computation. Despite the fact that the graphical representations of the results provided by DscoreApp are really useful for getting a frst idea of the IAT results and
that they are all downloadable in a .pdf format, they cannot be further customized by the
users. Moreover, DscoreApp computes the D-score only for the IAT.
implicitMeasures package is an R package aimed at overcoming both the shortcomings of
the existing R packages for the computation of the IAT D-score and those of the shiny app
DscoreApp. implicitMeasures provides an easy and open source way to clean and score
both the IAT and the SC-IAT, to easily compare different IAT D-score algorithms, and to
provide clear and customizable plots. Plot functions are all based on ggplot2 (Wickham,
2016).
Lingua originale | English |
---|---|
pagine (da-a) | 2394-2396 |
Numero di pagine | 3 |
Rivista | JOURNAL OF OPEN SOURCE SOFTWARE |
Volume | 5 |
DOI | |
Stato di pubblicazione | Pubblicato - 2020 |
Pubblicato esternamente | Sì |
Keywords
- Open Source, Reproducibility, Implicit Measures, R