Learn R Programming

qdm (version 0.1-0)

lightness: Discrimination Judgments of Gray Patches

Description

Four subjects were repeatedly presented with all possible pairs of nine gray patches presented under a constant illumination of 133.27 cd/m^2. Stimuli had a size of 0.81 degrees of visual angle and were presented side by side with a distance of 2.32 degrees of visual angle. On each trial, subjects judged whether the two patches looked same or different.

Usage

data(lightness)

Arguments

Format

A data frame of seven variables and 35,760 observations:
resp
the response of a subject in each trial, either s for same or d for different.
RT
reaction time from stimulus onset until reaction of subject.
id
subject id.
ses
number of experimental session.
s1
stimulus which was presented in the first observation area; in this case: on the left side of the monitor.
s2
stimulus which was presented in the second observation area.
key
which mouse button was pressed. Assigment of same and different to the mouse buttons varied between subjects.

Source

Umbach, N (2013). Dimensionality of the Perceptual Space of Achromatic Surface Colors. Dissertation, University of Tuebingen.

Examples

Run this code
data(lightness)
xtabs(~ id + ses, lightness)

Run the code above in your browser using DataLab