dots: RT and and Accuracy from a Simple Detection Task

Description Usage Format Details Source References Examples

Description

Data from a simple Double Factorial Paradigm task.

Usage

1

Format

A data frame with 57600 observations on the following 6 variables.

Subject

A character vector indicating the participant ID.

Condition

A character vector indicating whether participants could respond as soon as they detected either dot (OR) or both dots (AND).

Correct

A logical vector indicating whether or not the participant responded correctly.

RT

A numeric vector indicating the response time on a given trial.

Channel1

A numeric vector indicating the stimulus level for the upper dot. 0: Absent; 1: Low contrast (slow); 2: High contrast (fast).

Channel2

A numeric vector indicating the stimulus level for the lower dot. 0: Absent; 1: Low contrast (slow); 2: High contrast (fast).

Details

These data include response time and accuracy from nine participants that completed two versions of a Double Factorial Paradigm task. Stimuli were either two dots, one above fixation and one below, a single dot above fixation, a single dot below fixation, or a blank screen. Each dot could be presented either high or low contrast when present. In the OR task, participants were instructed to respond 'yes' whenever they saw either dot and 'no' otherwise. In the AND task, participants were instructed to respond 'yes' only when both dots were present and 'no' otherwise. See Eidels et al. (2012) or Houpt & Townsend (2010) for a more thorough description of the task.

Source

Eidels, A., Townsend, J. T., Hughes, H. C., & Perry, L. A. (2012). Complementary relationship between response times, response accuracy, and task requirements in a parallel processing system. Journal Cognitive Psychology. Manuscript (submitted for publication).

References

Houpt, J.W. & Townsend, J.T. (2010). The statistical properties of the survivor interaction contrast. Journal of Mathematical Psychology, 54, 446-453.

Examples

1
2
3
4
5
6
7
data(dots)
summary(dots)
## Not run: 
sicGroup(dots)
capacityGroup(dots)

## End(Not run)

jhoupt/sft documentation built on Aug. 8, 2019, 7:49 p.m.