| adaptive {SSRTcalc} | R Documentation | 
Adaptive-SSD dataset for stop-signal task
Description
Data from a mouse movement-based stop-signal experiment, using dynamically set stop-signal delays, with random dot kinematogram as the "go" task, collected from 63 participants
Usage
data(adaptive)
Format
A data frame with 36288 rows and 7 variables
- new_id
- Subject identifier 
- soa
- stop-signal delay (ignore for "go" trials) 
- vol
- stop (1) or go (0) trial 
- coh
- Percent coherent dots in the kinematogram go task 
- RT_exp
- Response time in seconds, NA if no response was made 
- correct
- Did the participant correctly respond in "go" trials/omit response in "stop" trials (1) or not(0)? 
Source
References
Leontyev and Yamauchi (2019) PLoS One (doi: 10.1371/journal.pone.0225437)
Examples
data(adaptive)
head(adaptive)
[Package SSRTcalc version 0.3.3 Index]