speed | R Documentation |
This data set is a bivariate series of response times and accuracy scores of a single participant switching between slow/accurate responding and fast guessing on a lexical decision task. The slow and accurate responding, and the fast guessing can be modelled using two states, with a switching regime between them. The dataset further contains a third variable called Pacc, representing the relative pay-off for accurate responding, which is on a scale of zero to one. The value of Pacc was varied during the experiment to induce the switching. This data set is a from participant A in experiment 1a from Dutilh et al (2011).
data(speed)
A data frame with 439 observations on the following 4 variables.
rt
a numeric vector of response times (log ms)
corr
a numeric vector of accuracy scores (0/1)
Pacc
a numeric vector of the pay-off for accuracy
prev
a numeric vector of accuracy scores (0/1) on the previous trial
Gilles Dutilh, Eric-Jan Wagenmakers, Ingmar Visser, & Han L. J. van der Maas (2011). A phase transition model for the speed-accuracy trade-off in response time experiments. Cognitive Science, 35:211-250.
Corresponding author: g.dutilh@uva.nl
data(speed)
## maybe str(speed) ; plot(speed) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.